HomeSort by: relevance | last modified time | path
    Searched defs:rs_malloc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dist/pf/net/
pf_ruleset.c 66 #define rs_malloc(x) malloc(x, M_TEMP, M_WAITOK) macro
77 # define rs_malloc(x) malloc(x) macro
162 key = (struct pf_anchor *)rs_malloc(sizeof(*key));
201 p = (char *)rs_malloc(MAXPATHLEN);
229 anchor = (struct pf_anchor *)rs_malloc(sizeof(*anchor));
319 path = (char *)rs_malloc(MAXPATHLEN);
377 a = (char *)rs_malloc(MAXPATHLEN);
pf_ruleset.c 66 #define rs_malloc(x) malloc(x, M_TEMP, M_WAITOK) macro
77 # define rs_malloc(x) malloc(x) macro
162 key = (struct pf_anchor *)rs_malloc(sizeof(*key));
201 p = (char *)rs_malloc(MAXPATHLEN);
229 anchor = (struct pf_anchor *)rs_malloc(sizeof(*anchor));
319 path = (char *)rs_malloc(MAXPATHLEN);
377 a = (char *)rs_malloc(MAXPATHLEN);
pf_ruleset.c 66 #define rs_malloc(x) malloc(x, M_TEMP, M_WAITOK) macro
77 # define rs_malloc(x) malloc(x) macro
162 key = (struct pf_anchor *)rs_malloc(sizeof(*key));
201 p = (char *)rs_malloc(MAXPATHLEN);
229 anchor = (struct pf_anchor *)rs_malloc(sizeof(*anchor));
319 path = (char *)rs_malloc(MAXPATHLEN);
377 a = (char *)rs_malloc(MAXPATHLEN);

Completed in 62 milliseconds