Home
last modified time | relevance | path

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

/xnu-11417.121.6/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 Ddoconf179 set ID=`echo $MACHINE | tr a-z A-Z`
195 set SYSID=${SYS}_${ID}
H A Dlexer.l77 return ID;
/xnu-11417.121.6/libsyscall/mach/
H A Derr_ipc.sub68 "(ipc/mig) wrong return message ID", /* 1 */
70 "(ipc/mig) bad message ID", /* 3 */
H A Derr_vm.sub19 /* 5 */ "(vm/reclaim) invalid reclaim ID",
H A Derr_mach_ipc.sub87 /* 1 */ "(ipc/mig) wrong reply message ID",
89 /* 3 */ "(ipc/mig) bad request message ID",
/xnu-11417.121.6/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-11417.121.6/doc/observability/
H A Drecount.md34 | `proc_threadinfo` | thread | thread ID | | ✓ | | | …
35 | `proc_threadcounts` | thread | thread ID | F | ✓ | ✓ | ✓ | ✓ …
38 | `coalition_info` | coalition | coalition ID | F | ✓ | ✓ | ✓ | ✓² …
/xnu-11417.121.6/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.m3454 "thread ID of thread in current task is valid");
/xnu-11417.121.6/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-11417.121.6/bsd/sys/
H A Dkdebug.h59 #pragma mark - Debug ID encoding/decoding
1155 #pragma mark - subsystem event ID macros
/xnu-11417.121.6/doc/building/
H A Dxnu_build_consolidation.md73 type, CPU ID, revision(s), or a combination of these.
77 Similarly, where a block of code is to be executed on a core type, rather than a specific core ID, …
/xnu-11417.121.6/osfmk/arm64/
H A Dmonotonic_arm64.c348 #define UPMPCM_CORE(ID) (UINT64_C(1) << (ID)) argument
/xnu-11417.121.6/doc/mach_ipc/
H A Dguard_exceptions.md140 - **Target meaning**: the message ID of a rejected message via the legacy
247 - **Payload meaning**: the message ID of the filtered message.