Home
last modified time | relevance | path

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

/xnu-8796.121.2/EXTERNAL_HEADERS/architecture/i386/
H A Dcpu.h53 am :1,
/xnu-8796.121.2/bsd/net/
H A Dif_pflog.c370 u_int8_t reason, struct pf_rule *rm, struct pf_rule *am, in pflog_packet() argument
400 if (am == NULL) { in pflog_packet()
404 hdr.rulenr = htonl(am->nr); in pflog_packet()
H A Dpf.c4888 struct pf_pdesc *pd, struct pf_rule **am, struct pf_ruleset **rsm, in pf_test_rule() argument
5319 *am = a; in pf_test_rule()
5336 a = *am; in pf_test_rule()
6185 struct pf_rule *am = NULL; in pf_test_dummynet() local
6336 am = a; in pf_test_dummynet()
6356 a = am; in pf_test_dummynet()
6459 pbuf_t *pbuf, void *h, struct pf_pdesc *pd, struct pf_rule **am, in pf_test_fragment() argument
6518 *am = a; in pf_test_fragment()
6535 a = *am; in pf_test_fragment()
/xnu-8796.121.2/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?