Searched defs:head (Results 1 - 25 of 42) sorted by relevance

12

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Datomic_fifo_queue_test.c14 OSFifoQueueHead head = OS_ATOMIC_FIFO_QUEUE_INIT; local
/darwin-on-arm/xnu/iokit/IOKit/
H A DIODataQueueShared.h59 volatile UInt32 head; member in struct:_IODataQueueMemory
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_mac.c120 struct mac_audit_record *head, *next; local
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODataQueue.cpp118 const UInt32 head = dataQueue->head; // volatile local
[all...]
H A DIOSharedDataQueue.cpp122 IODataQueueEntry * head = 0; local
156 IODataQueueEntry * head = 0; local
[all...]
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq.c189 struct mq_head *head = &q->mbufq; local
229 struct mq_head *head = &q->mbufq; local
283 struct mq_head *head = &q->mbufq; local
[all...]
H A Dclassq_subr.c273 ifclassq_dequeue(struct ifclassq *ifq, u_int32_t limit, struct mbuf **head, argument
281 ifclassq_dequeue_sc(struct ifclassq *ifq, mbuf_svc_class_t sc, u_int32_t limit, struct mbuf **head, struct mbuf **tail, u_int32_t *cnt, u_int32_t *len) argument
290 ifclassq_dequeue_common(struct ifclassq *ifq, mbuf_svc_class_t sc, u_int32_t limit, struct mbuf **head, struct mbuf **tail, u_int32_t *cnt, u_int32_t *len, boolean_t drvmgt) argument
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Dqueue.h616 struct queue_entry head; /* header for queue */ member in struct:mpqueue_head
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Din_rmx.c105 in_addroute(void *v_arg, void *n_arg, struct radix_node_head *head, argument
227 in_matroute(void *v_arg, struct radix_node_head *head) argument
238 in_matroute_args(void *v_arg, struct radix_node_head *head, argument
295 in_clsroute(struct radix_node *rn, __unused struct radix_node_head *head) argument
494 in_inithead(void **head, in argument
[all...]
H A Dkpi_ipfilter.c166 struct ipfilter_list *head; local
114 ipf_add( const struct ipf_filter* filter, ipfilter_t *filter_ref, struct ipfilter_list *head) argument
H A Din_pcb.c1277 struct inpcbhead *head; local
1369 struct inpcbhead *head; local
1505 struct inpcbhead *head; local
1700 struct inpcbhead *head; local
[all...]
H A Dip_dummynet.h279 struct mbuf *head, *tail ; /* queue of packets */ member in struct:dn_flow_queue
394 struct mbuf *head, *tail ; /* packets in delay line */ member in struct:dn_pipe
445 user32_addr_t head, tail ; /* queue of packets */ member in struct:dn_flow_queue_32
532 user32_addr_t head, tail ; /* packets in delay line */ member in struct:dn_pipe_32
570 user64_addr_t head, tail ; /* queue of packets */ member in struct:dn_flow_queue_64
657 user64_addr_t head, tail ; /* packets in delay line */ member in struct:dn_pipe_64
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_rmx.c153 in6_addroute(void *v_arg, void *n_arg, struct radix_node_head *head, argument
283 in6_deleteroute(void * v_arg, void *netmask_arg, struct radix_node_head *head) argument
323 in6_matroute(void *v_arg, struct radix_node_head *head) argument
334 in6_matroute_args(void *v_arg, struct radix_node_head *head, argument
370 in6_clsroute(struct radix_node *rn, __unused struct radix_node_head *head) argument
638 in6_inithead(void **head, int off) argument
[all...]
H A Din6_pcb.c792 struct inpcbhead *head = pcbinfo->listhead; local
900 struct inpcbhead *head; local
1051 struct inpcbhead *head; local
1156 struct inpcbhead *head; local
[all...]
/darwin-on-arm/xnu/libkern/zlib/
H A Dinflate.h113 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
H A Ddeflate.h161 Posf *head; /* Heads of the hash chains or NIL. */ member in struct:internal_state
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_lockf.c170 struct lockf **head = &vp->v_lockf; local
445 struct lockf **head = lock->lf_head; local
780 struct lockf **head = unlock->lf_head; local
[all...]
H A Dkpi_socketfilter.c659 sflt_accept( struct socket *head, struct socket *so, const struct sockaddr *local, const struct sockaddr *remote) argument
H A Duipc_socket2.c176 struct socket *head = so->so_head; local
257 sonewconn_internal(struct socket *head, int connstatus) argument
414 sonewconn(struct socket *head, int connstatus, const struct sockaddr *from) argument
[all...]
H A Duipc_syscalls.c342 struct socket *head, *so = NULL; local
[all...]
H A Duipc_usrreq.c1526 struct unp_head *head; variable in typeref:struct:unp_head
1650 struct unp_head *head; variable in typeref:struct:unp_head
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_rmclass.c611 struct rm_class *p, *head, *previous; local
H A Dpktsched_hfsc.c1520 ellist_get_mindl(ellist_t *head, u_int64_t cur_time) argument
/darwin-on-arm/xnu/bsd/net/
H A Dradix.c154 rn_search(void *v_arg, struct radix_node *head) argument
169 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) argument
211 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) argument
217 rn_lookup_args(void *v_arg, void *m_arg, struct radix_node_head *head, argument
265 rn_match(void *v_arg, struct radix_node_head *head) argument
271 rn_match_args(void *v_arg, struct radix_node_head *head, rn_matchf_t *f, void *w) argument
420 rn_insert(void *v_arg, struct radix_node_head *head, int *dupentry, struct radix_node nodes[2]) argument
595 rn_addroute(void *v_arg, void *n_arg, struct radix_node_head *head, struct radix_node treenodes[2]) argument
749 rn_delete(void *v_arg, void *netmask_arg, struct radix_node_head *head) argument
1115 rn_inithead(void **head, int off) argument
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dqueue.h740 *head = (struct quehead *)b; local
[all...]

Completed in 206 milliseconds

12