Home
last modified time | relevance | path

Searched refs:am (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/EXTERNAL_HEADERS/architecture/i386/
H A Dcpu.h53 am :1,
/xnu-8019.80.24/bsd/net/
H A Dif_pflog.c312 u_int8_t reason, struct pf_rule *rm, struct pf_rule *am, in pflog_packet() argument
342 if (am == NULL) { in pflog_packet()
346 hdr.rulenr = htonl(am->nr); in pflog_packet()
H A Dpf.c4810 struct pf_pdesc *pd, struct pf_rule **am, struct pf_ruleset **rsm, in pf_test_rule() argument
5239 *am = a; in pf_test_rule()
5256 a = *am; in pf_test_rule()
6086 struct pf_rule *am = NULL; in pf_test_dummynet() local
6233 am = a; in pf_test_dummynet()
6253 a = am; in pf_test_dummynet()
6356 pbuf_t *pbuf, void *h, struct pf_pdesc *pd, struct pf_rule **am, in pf_test_fragment() argument
6415 *am = a; in pf_test_fragment()
6432 a = *am; in pf_test_fragment()
/xnu-8019.80.24/tools/lldbmacros/
H A DREADME.md273 Q. I am new to python. I get an error message that I do not understand. what should I do?