Home
last modified time | relevance | path

Searched defs:entry (Results 51 – 75 of 132) sorted by relevance

123456

/xnu-11215.61.5/iokit/Kernel/
H A DIOPlatformExpert.cpp609 OSDictionary * entry; in CheckSubTree() local
1137 IORegistryEntry *entry; in init_gIOOptionsEntry() local
1482 IORegistryEntry * entry; in registerNVRAMController() local
1922 IORegistryEntry * entry, in readNVRAMProperty()
1934 IORegistryEntry * entry, in readNVRAMProperty()
1950 IORegistryEntry * entry, in writeNVRAMProperty()
2207 IORegistryEntry * entry; in generatePlatformUUID() local
H A DIONVRAMV3Handler.cpp283 OSSharedPtr<IORegistryEntry> entry; in init() local
315 OSSharedPtr<IORegistryEntry> entry; in getNVRAMProperties() local
651 OSSharedPtr<IORegistryEntry> entry; in handleEphDM() local
682 for (uint32_t entry = 0; entry < ARRAY_SIZE(ephDMEntries); entry++) { in handleEphDM() local
692 for (uint32_t entry = 0; entry < ARRAY_SIZE(ephDMEntries); entry++) { in handleEphDM() local
H A DIORegistryEntry.cpp1245 const IORegistryEntry * entry; in getPath() local
1432 IORegistryEntry * entry = NULL; in getChildFromComponent() local
1483 IORegistryEntry * entry; in hasAlias() local
1524 IORegistryEntry * entry; in dealiasPath() local
1803 IORegistryEntry * entry = NULL; in copyParentEntry() local
1821 IORegistryEntry * entry; in getParentEntry() local
1890 IORegistryEntry * entry = NULL; in copyChildEntry() local
1914 IORegistryEntry * entry; in getChildEntry() local
H A DIODataQueue.cpp170 IODataQueueEntry * entry; in enqueue() local
/xnu-11215.61.5/bsd/dev/dtrace/
H A Ddtrace_subr.c155 dtrace_proc_awaited_entry_t *entry, *tmp; in dtrace_proc_exec_notification() local
200 dtrace_proc_awaited_entry_t entry; in dtrace_proc_waitfor() local
/xnu-11215.61.5/osfmk/kern/
H A Dsocd_client.c114 socd_client_trace_entry_t entry; in socd_client_trace() local
H A Dtimer_call.c316 mpqueue_for_timer_call(timer_call_t entry) in mpqueue_for_timer_call()
326 timer_call_t entry) in timer_call_entry_dequeue()
366 timer_call_t entry, in timer_call_entry_enqueue_deadline()
441 timer_call_t entry, in timer_call_entry_enqueue_tail()
467 timer_call_t entry) in timer_call_entry_dequeue_async()
H A Dhv_io_notifier.c146 hv_ion_entry_t *entry = NULL; in hv_io_notifier_grp_remove() local
H A Dqueue.h359 queue_entry_t entry, in insque()
1015 #define queue_remove_first(head, entry, type, field) \ argument
1040 #define queue_remove_last(head, entry, type, field) \ argument
H A Dbsd_kern.c500 get_task_ledger_balance(task_t task, int entry) in get_task_ledger_balance()
906 vm_map_entry_t entry; in get_vmsubmap_entries() local
940 vm_map_entry_t entry; in get_vmmap_entries() local
1333 int entry = external ? task_ledgers.logical_writes_to_external : in get_task_logical_writes() local
H A Dmk_timer.c215 ipc_entry_t entry; in mk_timer_destroy_trap() local
H A Dexclaves_memory.c304 ipc_port_t entry = IPC_PORT_NULL; in exclaves_memory_map() local
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_cache.c3103 struct namecache *entry; in resize_namecache() local
3354 string_t *entry, *next; in resize_string_ref_table() local
3426 string_t *entry; in add_name_internal() local
3515 string_t *entry = _entry; in string_smr_free() local
3525 string_t *entry; in vfs_removename() local
3592 string_t *entry; in dump_string_table() local
H A Dvfs_exclave_fs.c623 struct open_vnode *entry, *temp_entry; in release_open_vnodes() local
865 struct open_vnode *entry; in get_open_vnode() local
910 struct open_vnode *entry; in increment_vnode_open_count() local
957 struct open_vnode *entry; in decrement_vnode_open_count() local
/xnu-11215.61.5/pexpert/arm/
H A Dpe_fiq.c74 DTEntry entry; in pe_init_fiq() local
/xnu-11215.61.5/osfmk/arm64/
H A Dhibernate_restore.c222 …uint64_t entry = map_flags | ((level < LAST_TABLE_LEVEL) ? ARM_TTE_TYPE_BLOCK : ARM_TTE_TYPE_L3BLO… in create_map_entries() local
246 uint64_t entry = table_base[index]; in create_map_entries() local
/xnu-11215.61.5/iokit/DriverKit/
H A Dqueue_implementation.h359 queue_entry_t entry, in insque()
1015 #define queue_remove_first(head, entry, type, field) \ argument
1040 #define queue_remove_last(head, entry, type, field) \ argument
/xnu-11215.61.5/osfmk/i386/
H A Dtsc.c101 DTEntry entry; in EFI_get_frequency() local
H A Dmp.h237 cpu_signal_event_t entry[LOG_NENTRIES]; member
/xnu-11215.61.5/tests/
H A Dmemorystatus_assertion_helpers.c151 memorystatus_priority_entry_t entry = {0}; in get_priority_props() local
H A Dsetitimer.c134 struct threadentry *entry = &gThreadList[i]; in fill_thread_stats() local
574 struct threadentry *entry = NULL; in alrm_handler() local
/xnu-11215.61.5/bsd/kern/
H A Dnetboot.c266 void * entry; in get_root_path() local
437 void * entry; in get_ip_parameters() local
H A Dposix_shm.c229 pshm_cache_add(pshm_info_t *entry) in pshm_cache_add()
245 pshm_cache_delete(pshm_info_t *entry) in pshm_cache_delete()
/xnu-11215.61.5/osfmk/arm64/sptm/pmap/
H A Dpmap_data.c1112 DTEntry entry = NULL; in pmap_compute_pv_targets() local
1908 pmap_ledger_credit(pmap_t pmap, int entry, ledger_amount_t amount) in pmap_ledger_credit()
1926 pmap_ledger_debit(pmap_t pmap, int entry, ledger_amount_t amount) in pmap_ledger_debit()
/xnu-11215.61.5/iokit/bsddev/
H A DDINetBootHook.cpp359 di_root_ramfile( IORegistryEntry * entry ) in di_root_ramfile()

123456