| /xnu-8019.80.24/EXTERNAL_HEADERS/mach-o/ |
| H A D | fixup-chains.h | 111 next : 11, // 4 or 8-byte stide member 122 next : 11, // 4 or 8-byte stide member 134 next : 11, // 4 or 8-byte stide member 147 next : 11, // 4 or 8-byte stide member 158 next : 12, // 4-byte stride member 168 next : 12, // 4-byte stride member 180 next : 12, // 1 or 4-byte stide member 192 next : 5, // 4-byte stride member 201 next : 5, // 4-byte stride member 209 next : 2; // 4-byte stride member [all …]
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | dtrace_ptss.h | 80 struct dtrace_ptss_page_entry* next; member 86 struct dtrace_ptss_page* next; member
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | priority_queue.h | 141 struct priority_queue_entry *next; member 151 struct priority_queue_entry_deadline *next; member 162 struct priority_queue_entry_sched *next; member 172 struct priority_queue_entry_stable *next; member 185 struct priority_queue_entry *next; member 191 struct priority_queue_entry_deadline *next; member 203 struct priority_queue_entry_sched *next; member 210 struct priority_queue_entry_stable *next; member
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOWorkLoop.cpp | 216 IOEventSource *event, *next; in releaseEventChain() local 600 IOEventSource *event, *next; in _maintRequest() local 611 IOEventSource *event, *next; in _maintRequest() local 631 IOEventSource *event, *next = NULL; in _maintRequest() local 650 IOEventSource *event, *next = NULL; in _maintRequest() local
|
| H A D | IOPlatformActions.cpp | 89 iocpu_platform_action_entry_t * next; in iocpu_add_platform_action() local 113 iocpu_platform_action_entry_t * next; in iocpu_run_platform_actions() local 348 iocpu_platform_action_entry_t * next; in IORemoveServicePlatformActions() local
|
| H A D | IOPMPowerSourceList.cpp | 157 IOPMPowerSource * next = firstItem; in free() local
|
| H A D | IORegistryEntry.cpp | 351 IORegistryEntry * next; in init() local 1554 IORegistryEntry * next; in fromPath() local 1910 IORegistryEntry * next; in applyToChildren() local 1936 IORegistryEntry * next; in applyToParents() local 2238 IORegistryEntry * next; in detachAll() local 2268 const IORegistryEntry * next; in getDepth() local 2356 IORegCursor * next; in isValid() local 2452 IORegistryEntry * next = NULL; in getNextObjectFlat() local 2492 IORegistryEntry * next; in getNextObjectRecursive() local
|
| H A D | IOPMinformeeList.cpp | 250 IOPMinformee * next = firstItem; in free() local
|
| H A D | IOPolledInterface.cpp | 108 IORegistryEntry * next; in OSDefineMetaClassAndStructors() local 197 IOService * next; in IOPolledFilePollersOpen() local 247 IORegistryEntry * next; in IOPolledFilePollersClose() local
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_llatbl.c | 155 struct llentry *lle, *next; in htable_foreach_lle() local 233 struct llentry *lle, *next; in htable_prefix_free() local 263 struct llentry *lle, *next; in llentries_unlink() local 278 struct mbuf *next; in lltable_drop_entry_queue() local 530 struct llentry *lle, *next; in lltable_free() local
|
| H A D | init.c | 37 struct init_list_entry *next; member
|
| H A D | ndrv_var.h | 44 struct ndrv_multiaddr* next; member
|
| /xnu-8019.80.24/libkern/zlib/ |
| H A D | infback.c | 111 static code *next; in fixedtables() local 273 unsigned char FAR *next; /* next input */ in inflateBack() local
|
| H A D | inflate.c | 240 static code *next; in fixedtables() local 582 unsigned char FAR *next; /* next input */ in inflate() local 1285 unsigned next; in syncsearch() local
|
| H A D | inftrees.c | 78 code FAR *next; /* next available space in table */ in inflate_table() local
|
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | cpu_affinity.h | 35 struct x86_affinity_set *next;/* Forward link */ member
|
| /xnu-8019.80.24/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_util.c | 265 struct mbuf *m = m_chain, *next; in nx_netif_mbuf_to_filter_pkt_chain() local 308 struct __kern_packet *pkt = pkt_chain, *next; in nx_netif_filter_pkt_to_mbuf_chain() local 463 struct __kern_packet *pkt = pkt_chain, *next; in nx_netif_pkt_to_filter_pkt_chain() local 506 struct __kern_packet *pkt = pkt_chain, *next; in nx_netif_filter_pkt_to_pkt_chain() local
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | sysv_msg.c | 342 short next; in msg_freehdr() local 720 short next; in msgsnd_nocancel() local 1150 short next; in msgrcv_nocancel() local
|
| /xnu-8019.80.24/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable.h | 55 struct cuckoo_node *next; member
|
| /xnu-8019.80.24/iokit/IOKit/ |
| H A D | IORegistryEntry.h | 1031 IORegCursor * next; member
|
| /xnu-8019.80.24/osfmk/console/ |
| H A D | serial_general.c | 82 uint64_t next; in serial_keyboard_poll() local
|
| /xnu-8019.80.24/bsd/security/audit/ |
| H A D | audit_mac.c | 109 struct mac_audit_record *head, *next; in audit_mac_free() local
|
| /xnu-8019.80.24/libkern/os/ |
| H A D | refcnt.c | 338 os_ref_count_t cur, next; in __os_ref_retain_try() local 604 os_ref_count_t cur, next; in os_ref_retain_try_mask_internal() local 628 os_ref_count_t cur, next; in os_ref_retain_try_acquire_mask_internal() local
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | kmod.h | 74 struct kmod_reference * next; member 88 struct kmod_info * next; member
|
| /xnu-8019.80.24/bsd/dev/dtrace/ |
| H A D | dtrace_ptss.c | 297 struct dtrace_ptss_page* next = temp->next; in dtrace_ptss_exec_exit() local
|