Home
last modified time | relevance | path

Searched refs:f2 (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/san/tools/
H A Dkasan_install36 bootargs=$(nvram boot-args | cut -f2)
71 bootargs=$(nvram boot-args | cut -f2)
/xnu-11215/bsd/net/
H A Dpf_osfp.c564 struct pf_os_fingerprint *f, *f2, find; in pf_osfp_validate() local
580 if (f != (f2 = pf_osfp_find(&pf_osfp_list, &find, 0))) { in pf_osfp_validate()
581 if (f2) { in pf_osfp_validate()
584 SLIST_FIRST(&f2->fp_oses)->fp_class_nm, in pf_osfp_validate()
585 SLIST_FIRST(&f2->fp_oses)->fp_version_nm, in pf_osfp_validate()
586 SLIST_FIRST(&f2->fp_oses)->fp_subtype_nm, in pf_osfp_validate()
/xnu-11215/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h158 #define CCN384_C(f7,f6,f5,f4,f3,f2,f1,f0,e7,e6,e5,e4,e3,e2,e1,e0,d7,d6,d5,d4,d3,d2,d1,d0,c7,c6,c5,c… argument
161 CCN64_C(f7,f6,f5,f4,f3,f2,f1,f0)
163 #define CCN448_C(g7,g6,g5,g4,g3,g2,g1,g0,f7,f6,f5,f4,f3,f2,f1,f0,e7,e6,e5,e4,e3,e2,e1,e0,d7,d6,d5,d… argument
165 CCN192_C(g7,g6,g5,g4,g3,g2,g1,g0,f7,f6,f5,f4,f3,f2,f1,f0,e7,e6,e5,e4,e3,e2,e1,e0)
167 #define CCN528_C(i1,i0,h7,h6,h5,h4,h3,h2,h1,h0,g7,g6,g5,g4,g3,g2,g1,g0,f7,f6,f5,f4,f3,f2,f1,f0,e7,e… argument
169 …CCN256_C(h7,h6,h5,h4,h3,h2,h1,h0,g7,g6,g5,g4,g3,g2,g1,g0,f7,f6,f5,f4,f3,f2,f1,f0,e7,e6,e5,e4,e3,e2…
/xnu-11215/san/memory/
H A Dkasan-helper.c128 SET_SHADOW_DECLARE(f2) in SET_SHADOW_DECLARE()
/xnu-11215/osfmk/kern/
H A Dzalloc.c9366 zone_create_panic(const char *name, const char *f1, const char *f2) in zone_create_panic() argument
9369 name, f1, f2); in zone_create_panic()
9812 #define zalloc_check_zov_alias(f1, f2) \ argument
9813 static_assert(offsetof(struct zone, f1) == offsetof(struct zone_view, f2))