| /xnu-12377.81.4/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 | 185 set ID=`echo $MACHINE | tr a-z A-Z` 201 set SYSID=${SYS}_${ID}
|
| H A D | lexer.l | 77 return ID;
|
| /xnu-12377.81.4/doc/observability/ |
| H A D | coalitions.md | 17 Each coalition has a 64-bit ID (both resource and jetsam coalitions share the same ID space). ID 1 … 23 …is can be obtained via XPC. This comes from the `Label` plist key / bundle ID / App name depending… 81 …ent_energy_id`: returns a unique 'energy ID' for the current task's resource coalition (exposed as… 82 * `task_id_token_to_energy_id`: produces an energy ID from a particular task port name 83 * `energy_id_report_energy`: looks up the resource coalition from energy ID, and increments `gpu_en…
|
| H A D | recount.md | 34 | `proc_threadinfo` | thread | thread ID | | ✓ | | | … 35 | `proc_threadcounts` | thread | thread ID | F | ✓ | ✓ | ✓ | ✓ … 38 | `coalition_info` | coalition | coalition ID | F | ✓ | ✓ | ✓ | ✓² …
|
| /xnu-12377.81.4/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_vm.sub | 19 /* 5 */ "(vm/reclaim) invalid reclaim ID",
|
| H A D | err_mach_ipc.sub | 87 /* 1 */ "(ipc/mig) wrong reply message ID", 89 /* 3 */ "(ipc/mig) bad request message ID",
|
| /xnu-12377.81.4/san/memory/ |
| H A D | kasan-denylist-dynamic | 6 # <kext> = last component of kext bundle ID. Use '__kernel__' for xnu proper.
|
| /xnu-12377.81.4/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-12377.81.4/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 | 3503 "thread ID of thread in current task is valid");
|
| /xnu-12377.81.4/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
|
| H A D | IOService.iig | 588 * @param assertionID the assertion ID returned by CreatePMAssertion.
|
| /xnu-12377.81.4/doc/debugging/ |
| H A D | extensible_paniclog.md | 207 …TE_KEY` option is set when creating an ExtensiblePaniclog handle, the Data ID / buffer data (key /… 260 …rsion | No of logs | UUID 1 | Flags 1 | Data ID 1 | Data len 1 | Data 1 | UUID 2 | Flags 2 | …
|
| /xnu-12377.81.4/bsd/sys/ |
| H A D | kdebug.h | 59 #pragma mark - Debug ID encoding/decoding 1239 #pragma mark - subsystem event ID macros
|
| /xnu-12377.81.4/doc/building/ |
| H A D | xnu_build_consolidation.md | 73 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-12377.81.4/osfmk/arm64/ |
| H A D | monotonic_arm64.c | 348 #define UPMPCM_CORE(ID) (UINT64_C(1) << (ID)) argument
|
| /xnu-12377.81.4/doc/mach_ipc/ |
| H A D | guard_exceptions.md | 140 - **Target meaning**: the message ID of a rejected message via the legacy 297 - **Payload meaning**: the message ID of the filtered message.
|