| /xnu-10002.1.13/EXTERNAL_HEADERS/mach-o/ |
| H A D | fixup-chains.h | 112 next : 11, // 4 or 8-byte stide member 123 next : 11, // 4 or 8-byte stide member 135 next : 11, // 4 or 8-byte stide member 148 next : 11, // 4 or 8-byte stide member 159 next : 12, // 4-byte stride member 169 next : 12, // 4-byte stride member 181 next : 12, // 1 or 4-byte stide member 193 next : 5, // 4-byte stride member 202 next : 5, // 4-byte stride member 210 next : 2; // 4-byte stride member [all …]
|
| /xnu-10002.1.13/bsd/sys/ |
| H A D | dtrace_ptss.h | 80 struct dtrace_ptss_page_entry* next; member 86 struct dtrace_ptss_page* next; member
|
| /xnu-10002.1.13/bsd/net/ |
| H A D | if_llatbl.c | 153 struct llentry *lle, *next; in htable_foreach_lle() local 231 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 562 struct llentry *next = NULL; in lltable_purge() local
|
| H A D | init.c | 37 struct init_list_entry *next; member
|
| /xnu-10002.1.13/osfmk/vm/ |
| H A D | vm_map_store_ll.c | 35 vm_map_entry_t entry, next; in first_free_is_valid_ll() local 113 vm_map_entry_t next; in update_first_free_ll() local
|
| /xnu-10002.1.13/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
|
| H A D | smr.h | 1176 struct smrq_slink *next, in __smrq_serialized_insert() 1197 struct smrq_link *next, in __smrq_serialized_insert() 1226 struct smrq_slink *next, in __smrq_serialized_insert_relaxed() 1247 struct smrq_link *next, in __smrq_serialized_insert_relaxed() 1278 struct smrq_slink *next; in __smrq_serialized_remove_one() local 1304 struct smrq_link *next; in __smrq_serialized_remove_one() local 1374 struct smrq_slink *next; in __smrq_serialized_replace() local 1398 struct smrq_link *next; in __smrq_serialized_replace() local
|
| H A D | smr_types.h | 110 __smrq_slink_t next; member 121 __smrq_link_t next; member
|
| H A D | smr.c | 1795 smr_pcpu_t pcpu = NULL, next = NULL; in __smr_worker_continue() local 2469 struct smrq_slink *link, *next; in __smr_hash_grow_and_unlock() local 2530 struct smrq_slink *link, *next; in __smr_hash_grow_and_unlock() local 2808 struct smrq_slink *first, *next; in __smr_shash_entered_mut_begin() local 2847 struct smrq_slink *next, *first; in __smr_shash_entered_mut_erase() local 2875 struct smrq_slink *first, *next; in __smr_shash_entered_mut_replace() local 2971 struct smrq_slink *first, *link, *next; in __smr_shash_rehash_with_target() local 3165 struct smrq_slink *link, *next; variable 3192 struct smrq_link *next = smr_serialized_load(&elem->next); in __smr_linkage_invalid() local 3202 struct smrq_slink *next = smr_serialized_load(&elem->next); in __smr_stail_invalid() local [all …]
|
| /xnu-10002.1.13/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 | 352 IORegistryEntry * next; in init() local 1572 IORegistryEntry * next; in fromPath() local 1928 IORegistryEntry * next; in applyToChildren() local 1954 IORegistryEntry * next; in applyToParents() local 2266 IORegistryEntry * next; in detachAll() local 2296 const IORegistryEntry * next; in getDepth() local 2384 IORegCursor * next; in isValid() local 2480 IORegistryEntry * next = NULL; in getNextObjectFlat() local 2520 IORegistryEntry * next; in getNextObjectRecursive() local
|
| H A D | IOPMinformeeList.cpp | 250 IOPMinformee * next = firstItem; in free() local
|
| /xnu-10002.1.13/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-10002.1.13/osfmk/i386/ |
| H A D | cpu_affinity.h | 35 struct x86_affinity_set *next;/* Forward link */ member
|
| /xnu-10002.1.13/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-10002.1.13/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable.h | 55 struct cuckoo_node *next; member
|
| /xnu-10002.1.13/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-10002.1.13/iokit/IOKit/ |
| H A D | IORegistryEntry.h | 1033 IORegCursor * next; member
|
| /xnu-10002.1.13/bsd/security/audit/ |
| H A D | audit_mac.c | 109 struct mac_audit_record *head, *next; in audit_mac_free() local
|
| /xnu-10002.1.13/osfmk/console/ |
| H A D | serial_general.c | 82 uint64_t next; in serial_keyboard_poll() local
|
| /xnu-10002.1.13/libkern/os/ |
| H A D | refcnt.c | 332 os_ref_count_t cur, next; in __os_ref_retain_try() local 598 os_ref_count_t cur, next; in os_ref_retain_try_mask_internal() local 622 os_ref_count_t cur, next; in os_ref_retain_try_acquire_mask_internal() local
|