Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 128) sorted by relevance

123456

/xnu-8792.41.9/EXTERNAL_HEADERS/mach-o/
H A Dfixup-chains.h112 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-8792.41.9/bsd/sys/
H A Ddtrace_ptss.h80 struct dtrace_ptss_page_entry* next; member
86 struct dtrace_ptss_page* next; member
/xnu-8792.41.9/bsd/net/
H A Dif_llatbl.c153 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 Dinit.c37 struct init_list_entry *next; member
H A Dndrv_var.h44 struct ndrv_multiaddr *next; member
/xnu-8792.41.9/osfmk/kern/
H A Dpriority_queue.h141 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-8792.41.9/iokit/Kernel/
H A DIOWorkLoop.cpp216 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 DIOPlatformActions.cpp89 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 DIOPMPowerSourceList.cpp157 IOPMPowerSource * next = firstItem; in free() local
H A DIORegistryEntry.cpp352 IORegistryEntry * next; in init() local
1563 IORegistryEntry * next; in fromPath() local
1919 IORegistryEntry * next; in applyToChildren() local
1945 IORegistryEntry * next; in applyToParents() local
2257 IORegistryEntry * next; in detachAll() local
2287 const IORegistryEntry * next; in getDepth() local
2375 IORegCursor * next; in isValid() local
2471 IORegistryEntry * next = NULL; in getNextObjectFlat() local
2511 IORegistryEntry * next; in getNextObjectRecursive() local
H A DIOPMinformeeList.cpp250 IOPMinformee * next = firstItem; in free() local
/xnu-8792.41.9/libkern/zlib/
H A Dinfback.c111 static code *next; in fixedtables() local
273 unsigned char FAR *next; /* next input */ in inflateBack() local
H A Dinflate.c240 static code *next; in fixedtables() local
582 unsigned char FAR *next; /* next input */ in inflate() local
1285 unsigned next; in syncsearch() local
H A Dinftrees.c78 code FAR *next; /* next available space in table */ in inflate_table() local
/xnu-8792.41.9/osfmk/i386/
H A Dcpu_affinity.h35 struct x86_affinity_set *next;/* Forward link */ member
/xnu-8792.41.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_util.c265 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-8792.41.9/bsd/kern/
H A Dsysv_msg.c342 short next; in msg_freehdr() local
720 short next; in msgsnd_nocancel() local
1150 short next; in msgrcv_nocancel() local
/xnu-8792.41.9/bsd/skywalk/lib/
H A Dcuckoo_hashtable.h55 struct cuckoo_node *next; member
/xnu-8792.41.9/iokit/IOKit/
H A DIORegistryEntry.h1033 IORegCursor * next; member
/xnu-8792.41.9/osfmk/console/
H A Dserial_general.c82 uint64_t next; in serial_keyboard_poll() local
/xnu-8792.41.9/bsd/security/audit/
H A Daudit_mac.c109 struct mac_audit_record *head, *next; in audit_mac_free() local
/xnu-8792.41.9/libkern/os/
H A Drefcnt.c338 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-8792.41.9/osfmk/mach/
H A Dkmod.h74 struct kmod_reference * next; member
88 struct kmod_info * next; member
/xnu-8792.41.9/osfmk/vm/
H A Dvm_map_store_ll.c34 vm_map_entry_t entry, next; in first_free_is_valid_ll() local
/xnu-8792.41.9/bsd/dev/dtrace/
H A Ddtrace_ptss.c297 struct dtrace_ptss_page* next = temp->next; in dtrace_ptss_exec_exit() local

123456