Home
last modified time | relevance | path

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

/xnu-12377.81.4/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 Ddoconf185 set ID=`echo $MACHINE | tr a-z A-Z`
201 set SYSID=${SYS}_${ID}
H A Dlexer.l77 return ID;
/xnu-12377.81.4/doc/observability/ !
H A Dcoalitions.md17 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 Drecount.md34 | `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 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-12377.81.4/san/memory/ !
H A Dkasan-denylist-dynamic6 # <kext> = last component of kext bundle ID. Use '__kernel__' for xnu proper.
/xnu-12377.81.4/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-12377.81.4/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.m3503 "thread ID of thread in current task is valid");
/xnu-12377.81.4/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
H A DIOService.iig588 * @param assertionID the assertion ID returned by CreatePMAssertion.
/xnu-12377.81.4/doc/debugging/ !
H A Dextensible_paniclog.md207 …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 Dkdebug.h59 #pragma mark - Debug ID encoding/decoding
1239 #pragma mark - subsystem event ID macros
/xnu-12377.81.4/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-12377.81.4/osfmk/arm64/ !
H A Dmonotonic_arm64.c348 #define UPMPCM_CORE(ID) (UINT64_C(1) << (ID)) argument
/xnu-12377.81.4/doc/mach_ipc/ !
H A Dguard_exceptions.md140 - **Target meaning**: the message ID of a rejected message via the legacy
297 - **Payload meaning**: the message ID of the filtered message.