Searched refs:ID (Results 1 – 15 of 15) sorted by relevance
| /xnu-10002.81.5/SETUP/config/ |
| H A D | parser.y | 50 %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 D | doconf | 172 set ID=`echo $MACHINE | tr a-z A-Z` 188 set SYSID=${SYS}_${ID}
|
| H A D | lexer.l | 77 return ID;
|
| /xnu-10002.81.5/libsyscall/mach/ |
| H A D | err_ipc.sub | 68 "(ipc/mig) wrong return message ID", /* 1 */ 70 "(ipc/mig) bad message ID", /* 3 */
|
| H A D | err_mach_ipc.sub | 87 /* 1 */ "(ipc/mig) wrong reply message ID", 89 /* 3 */ "(ipc/mig) bad request message ID",
|
| /xnu-10002.81.5/san/memory/ |
| H A D | kasan-blacklist-dynamic | 6 # <kext> = last component of kext bundle ID. Use '__kernel__' for xnu proper.
|
| /xnu-10002.81.5/osfmk/i386/ |
| H A D | lapic_native.c | 284 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 D | lapic.h | 137 ID = 0x02, enumerator
|
| /xnu-10002.81.5/doc/ |
| H A D | recount.md | 27 | `proc_threadinfo` | thread | thread ID | | ✓ | | | … 28 | `proc_threadcounts` | thread | thread ID | F | ✓ | ✓ | ✓ | ✓ … 31 | `coalition_info` | coalition | coalition ID | F | ✓ | ✓ | ✓ | ✓² …
|
| H A D | xnu_build_consolidation.md | 71 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 D | stackshot_block_owner_14362384.m | 547 …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 D | stackshot_tests.m | 3109 "thread ID of thread in current task is valid");
|
| /xnu-10002.81.5/iokit/DriverKit/ |
| H A D | OSAction.iig | 71 * @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 D | kdebug.h | 59 #pragma mark - Debug ID encoding/decoding 1010 #pragma mark - subsystem event ID macros
|
| /xnu-10002.81.5/osfmk/arm64/ |
| H A D | monotonic_arm64.c | 334 #define UPMPCM_CORE(ID) (UINT64_C(1) << (ID)) argument
|