Home
last modified time | relevance | path

Searched refs:ID (Results 1 – 15 of 15) sorted by relevance

/xnu-10002.81.5/SETUP/config/
H A Dparser.y50 %token <str> ID
153 ID
165 ID
202 ID
218 PSEUDO_DEVICE Init_dev Dev INIT ID
224 PSEUDO_DEVICE Init_dev Dev NUMBER INIT ID
H A Ddoconf172 set ID=`echo $MACHINE | tr a-z A-Z`
188 set SYSID=${SYS}_${ID}
H A Dlexer.l77 return ID;
/xnu-10002.81.5/libsyscall/mach/
H A Derr_ipc.sub68 "(ipc/mig) wrong return message ID", /* 1 */
70 "(ipc/mig) bad message ID", /* 3 */
H A Derr_mach_ipc.sub87 /* 1 */ "(ipc/mig) wrong reply message ID",
89 /* 3 */ "(ipc/mig) bad request message ID",
/xnu-10002.81.5/san/memory/
H A Dkasan-blacklist-dynamic6 # <kext> = last component of kext bundle ID. Use '__kernel__' for xnu proper.
/xnu-10002.81.5/osfmk/i386/
H A Dlapic_native.c284 return x2apic_read(ID); in lapic_safe_apicid()
286 return (*LAPIC_MMIO(ID) >> LAPIC_ID_SHIFT) & LAPIC_ID_MASK; in lapic_safe_apicid()
420 kprintf("ID: 0x%x LDR: 0x%x\n", LAPIC_READ(ID), LAPIC_READ(LDR)); in lapic_init()
1196 volatile uint64_t dummy = *(volatile uint64_t *) (volatile void *) LAPIC_MMIO(ID); in lapic_trigger_MC()
H A Dlapic.h137 ID = 0x02, enumerator
/xnu-10002.81.5/doc/
H A Drecount.md27 | `proc_threadinfo` | thread | thread ID | | ✓ | | | …
28 | `proc_threadcounts` | thread | thread ID | F | ✓ | ✓ | ✓ | ✓ …
31 | `coalition_info` | coalition | coalition ID | F | ✓ | ✓ | ✓ | ✓² …
H A Dxnu_build_consolidation.md71 type, CPU ID, revision(s), or a combination of these.
75 Similarly, where a block of code is to be executed on a core type, rather than a specific core ID, …
/xnu-10002.81.5/tests/
H A Dstackshot_block_owner_14362384.m547 …T_EXPECT_EQ(curr->owner, thread_id, "Thread ID of blocking thread should match 'owner' field in st…
587 T_EXPECT_EQ(waitinfo.owner, pid, "Owner value should match process ID");
681 …T_EXPECT_EQ(waitinfo.owner, thread_id, "Thread ID of blocking thread should match 'owner' field in…
727 …T_EXPECT_EQ(curr->owner, thread_id, "Thread ID of blocking thread should match 'owner' field in st…
779 "Thread ID of blocking thread should match 'owner' field in stackshot");
881 "Process ID of blocking process should match 'owner' field in stackshot");
H A Dstackshot_tests.m3109 "thread ID of thread in current task is valid");
/xnu-10002.81.5/iokit/DriverKit/
H A DOSAction.iig71 * @param targetmsgid Generated message ID for the target method.
72 … * @param msgid Generated message ID for the method invoked by the receiver of the OSAction
/xnu-10002.81.5/bsd/sys/
H A Dkdebug.h59 #pragma mark - Debug ID encoding/decoding
1010 #pragma mark - subsystem event ID macros
/xnu-10002.81.5/osfmk/arm64/
H A Dmonotonic_arm64.c334 #define UPMPCM_CORE(ID) (UINT64_C(1) << (ID)) argument