Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/doc/building/
H A Dxnu_build_consolidation.md40 extensions provide r/o registers that can be checked at runtime to discover supported features as w…
128 and very often checked at various places across XNU and elsewhere, it made sense to keep it as a co…
/xnu-10063.141.1/osfmk/i386/
H A Dcpuid.c1303 static int checked = 0; in cpuid_features() local
1307 if (!checked) { in cpuid_features()
1319 checked = 1; in cpuid_features()
/xnu-10063.141.1/libsyscall/mach/
H A Derr_server.sub41 "(server/netname) name not checked in",
/xnu-10063.141.1/tests/
H A Dstackshot_tests.m1445 "checked that array is valid");
1534 T_QUIET; T_ASSERT_TRUE(kcdata_iter_array_valid(iter), "checked that array is valid");
2431 "checked that array is valid");
2465 "checked that container is valid");
2778 "checked that array is valid");
2799 "checked that container is valid");
/xnu-10063.141.1/makedefs/
H A DMakeInc.kernel301 @echo "xnuVersion unchanged: checked for \"$(RC_DARWIN_KERNEL_VERSION)\" in $@"
H A DMakeInc.def1107 # Some header guards need to be present and checked in kernel headers but removed from userspace he…
/xnu-10063.141.1/doc/lifecycle/
H A Dhibernation.md278 be double-checked in `ppl_hmac_finalize_image()` to ensure that all PPL-owned
/xnu-10063.141.1/iokit/DriverKit/
H A DIOService.iig280 …* IOServiceDEXTEntitlements - Array of entitlements to be checked against a user clie…