Home
last modified time | relevance | path

Searched refs:present (Results 1 – 25 of 25) sorted by relevance

/xnu-12377.61.12/EXTERNAL_HEADERS/architecture/i386/
H A Ddesc.h51 present :1; member
76 present :1; member
97 present :1; member
118 present :1, member
133 present :1, member
149 present :1, member
H A Dtss.h100 present :1; member
118 present :1, member
/xnu-12377.61.12/tests/
H A Dshared_cache_tests.c11 T_DECL(present, "tests that the device is running with a shared cache", T_META_ASROOT(true), T_META…
H A Dldt.c670 entp->code.present, in dump_desc()
1009 descs[idx].code.present = 1; in ldt64_test_setup()
H A Dtest_sysctl_kern_procargs_25397314.m121 …T_ASSERT_EQ(type, KERN_PROCARGS, "Legacy executable path should only be present for KERN_PROCARGS"…
H A Dstackshot_tests.m2983 T_QUIET; T_ASSERT_GT(cseg_expected_threadid, UINT64_C(0), "compressor segment thread is present");
/xnu-12377.61.12/tools/lldbmacros/
H A Dmisc.py20 present = ["not present", "present"]
22 present[int(kern.globals.mca_MCA_present)],
23 present[int(kern.globals.mca_control_MSR_present)],
24 present[int(kern.globals.mca_threshold_status_present)]))
H A DREADME.md386 * Verify that your changes are present in the dSYM directory of new build.
/xnu-12377.61.12/libsyscall/mach/
H A Derr_kern.sub63 "(os/kern) memory present",
110 "(os/unix) no child processes are present",
H A Derr_iokit.sub85 "(iokit/common) media not present", // 0x2e4
/xnu-12377.61.12/doc/mach_ipc/
H A Dkmsg.md10 pointers from user controled data. There are 4 layouts that we'll present in
18 - a header (`mach_msg_header_t`) is always present;
/xnu-12377.61.12/osfmk/mach/machine/
H A Dmachine_types.defs107 /* This is a bit of a hack for arm. We implement the backend with a wide type, but present a nativ…
/xnu-12377.61.12/tests/sched/sched_test_harness/
H A DREADME.md28 …that unit tests can reference the values of certain tunables and defines present in the policy imp…
/xnu-12377.61.12/bsd/miscfs/devfs/
H A DREADME112 3/ many features are not present yet..
/xnu-12377.61.12/doc/observability/
H A Drecount.md106 …nism would prevent the writer from updating the counts while readers are present, so Recount uses …
/xnu-12377.61.12/osfmk/kern/
H A Ddebug.c562 uint64_t present; in phys_carveout_init() member
577 if (carveouts[i].present) { in phys_carveout_init()
/xnu-12377.61.12/doc/vm/
H A Dsanitize.md79 for that type in the caller's identity, and calls it if present.
171 - Adopt the opaque types in the function definition present in the `.c` file.
/xnu-12377.61.12/doc/debugging/
H A Dextensible_paniclog.md163 This function is called to append to the data that is already present in the buffer.
H A Ddebugging.md450 …ebugger on working case and stepping through the load() method shows that this code is not present.
/xnu-12377.61.12/doc/allocators/
H A Dapi-basics.md28 This document will present the best practices to allocate memory
/xnu-12377.61.12/makedefs/
H A DMakeInc.top276 # Build list of all kernel configurations present in all build configs.
H A DMakeInc.def1398 # Some header guards need to be present and checked in kernel headers but removed from userspace he…
/xnu-12377.61.12/
H A DAPPLE_LICENSE346 parties ont exige que le present contrat et tous les documents
/xnu-12377.61.12/tests/ktrace/
H A Dkdebug_tests.c1720 #pragma mark - events present
/xnu-12377.61.12/bsd/netinet/
H A Dtcp_input.c673 goto present; in tcp_reass()
754 present: in tcp_reass()