Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 7 of 7) sorted by relevance

/xnu-8019.80.24/bsd/dev/i386/
H A Ddtrace_isa.c350 static bool checked = false; in dtrace_applepv_available() local
353 if (checked) { in dtrace_applepv_available()
394 checked = true; in dtrace_applepv_available()
/xnu-8019.80.24/doc/
H A Dxnu_build_consolidation.md38 extensions provide r/o registers that can be checked at runtime to discover supported features as w…
126 and very often checked at various places across XNU and elsewhere, it made sense to keep it as a co…
/xnu-8019.80.24/osfmk/i386/
H A Dcpuid.c1305 static int checked = 0; in cpuid_features() local
1309 if (!checked) { in cpuid_features()
1321 checked = 1; in cpuid_features()
/xnu-8019.80.24/libsyscall/mach/
H A Derr_server.sub41 "(server/netname) name not checked in",
/xnu-8019.80.24/tests/
H A Dstackshot_tests.m1249 "checked that array is valid");
1337 T_QUIET; T_ASSERT_TRUE(kcdata_iter_array_valid(iter), "checked that array is valid");
2013 "checked that array is valid");
2048 "checked that container is valid");
2337 "checked that array is valid");
2358 "checked that container is valid");
/xnu-8019.80.24/iokit/DriverKit/
H A DIOService.iig271 …* IOServiceDEXTEntitlements - Array of entitlements to be checked against a user clie…
/xnu-8019.80.24/makedefs/
H A DMakeInc.def1074 # Some header guards need to be present and checked in kernel headers but removed from userspace he…