Searched refs:LIST_HEAD (Results 1 - 25 of 57) sorted by relevance

123

/darwin-on-arm/xnu/bsd/net/
H A Draw_cb.h93 extern LIST_HEAD(rawcb_list_head, rawcb) rawcb_list;
H A Dif_media.h108 LIST_HEAD(, ifmedia_entry) ifm_list; /* list of all supported media */
H A Dbridgestp.h406 LIST_HEAD(, bstp_port) bs_bplist;
H A Dif_utun_crypto.h271 LIST_HEAD(chain, utun_crypto_keys) keys_listhead;
H A Dif_pflog.c116 static LIST_HEAD(, pflog_softc) pflogif_list;
H A Diptap.c102 static LIST_HEAD(, iptap_client_t) _s_iptap_clients;
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_prefix.h37 LIST_HEAD(rp_addrhead, rp_addr) rp_addrhead;
84 LIST_HEAD(rr_prhead, rr_prefix);
H A Din6_var.h169 LIST_HEAD(, in6_multi_mship) ia6_memberships;
834 extern LIST_HEAD(in6_multihead, in6_multi) in6_multihead;
H A Dnd6.h575 LIST_HEAD(pr_rtrhead, nd_pfxrouter) ndpr_advrtrs;
665 LIST_HEAD(nd_prhead, nd_prefix);
/darwin-on-arm/xnu/bsd/sys/
H A Dunpcb.h111 #define _UCPCB_LIST_HEAD(name, type) LIST_HEAD(name, type)
120 LIST_HEAD(unp_head, unpcb);
H A Dkern_event.h287 LIST_HEAD(kern_event_head, kern_event_pcb);
H A Dproc_internal.h111 LIST_HEAD(, proc) lc_members; /* Pointer to lc members. */
166 LIST_HEAD(, proc) pg_members; /* Pointer to pgrp members. (PGL) */
231 LIST_HEAD(, proc) p_children; /* Pointer to list of children. (LL)*/
629 extern LIST_HEAD(pidhashhead, proc) *pidhashtbl;
633 extern LIST_HEAD(pgrphashhead, pgrp) *pgrphashtbl;
636 extern LIST_HEAD(sesshashhead, session) *sesshashtbl;
648 LIST_HEAD(proclist, proc);
H A Dvnode_internal.h94 LIST_HEAD(buflists, buf);
139 LIST_HEAD(, namecache) v_nclinks; /* name cache entries that name this vnode */
140 LIST_HEAD(, namecache) v_ncchildren; /* name cache entries that regard us as there parent */
H A Dfile_internal.h174 LIST_HEAD(fmsglist, fileglob);
/darwin-on-arm/xnu/bsd/man/man3/
H A DMakefile33 queue.3 LIST_HEAD.3 \
/darwin-on-arm/xnu/bsd/netkey/
H A Dkeydb.h65 LIST_HEAD(_satree, secasvar) savtree[SADB_SASTATE_MAX+1];
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.h189 LIST_HEAD(timerlisthead, tcptimerentry);
H A Din_pcb.h99 LIST_HEAD(inpcbhead, inpcb);
100 LIST_HEAD(inpcbporthead, inpcbport);
H A Dip_encap.c130 LIST_HEAD(, encaptab) encaptab;
132 LIST_HEAD(, encaptab) encaptab = LIST_HEAD_INITIALIZER(&encaptab);
H A Din_var.h390 extern LIST_HEAD(in_multihead, in_multi) in_multihead;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.h162 LIST_HEAD(nfs_gss_svc_ctx_hashhead, nfs_gss_svc_ctx);
H A Dnfs.h606 LIST_HEAD(nfs_user_stat_hashtbl_head, nfs_user_stat_node);
643 LIST_HEAD(,nfs_export) nxfs_exports; /* list of exports for this file system */
646 __private_extern__ LIST_HEAD(nfsrv_expfs_list, nfs_exportfs) nfsrv_exports;
653 __private_extern__ LIST_HEAD(nfsrv_export_hashhead, nfs_export) *nfsrv_export_hashtbl;
669 __private_extern__ LIST_HEAD(nfsrv_fmod_hashhead, nfsrv_fmod) *nfsrv_fmod_hashtbl;
1003 LIST_HEAD(, nfsrv_descript) ns_tq; /* Write gather lists */
1004 LIST_HEAD(nfsrv_wg_delayhash, nfsrv_descript) ns_wdelayhashtbl[NFS_WDELAYHASHSIZ];
1065 LIST_HEAD(,nfsrv_descript) nd_coalesce; /* coalesced writes */
H A Dnfs_srvcache.c97 LIST_HEAD(nfsrv_reqcache_hash, nfsrvcache) *nfsrv_reqcache_hashtbl;
/darwin-on-arm/xnu/security/
H A Dmac_internal.h125 LIST_HEAD(mac_label_listeners_t, mac_label_listener);
136 LIST_HEAD(mac_label_element_list_t, mac_label_element);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeReserve.c69 LIST_HEAD(nodereserve, nreserve) *nr_hashtbl;

Completed in 191 milliseconds

123