Searched refs:LIST_INIT (Results 1 - 25 of 41) sorted by relevance

12

/darwin-on-arm/xnu/bsd/man/man3/
H A DMakefile34 queue.3 LIST_INIT.3 \
/darwin-on-arm/xnu/bsd/netkey/
H A Dkeydb.c104 LIST_INIT(&p->savtree[i]);
H A Dkey.c602 LIST_INIT(&spihash[i]);
609 LIST_INIT(&sptree[i]);
613 LIST_INIT(&sahtree);
616 LIST_INIT(&regtree[i]);
621 LIST_INIT(&acqtree);
623 LIST_INIT(&spacqtree);
/darwin-on-arm/xnu/bsd/net/
H A Draw_usrreq.c94 LIST_INIT(&rawcb_list);
H A Dif_media.c111 LIST_INIT(&ifm->ifm_list);
H A Dif_pflog.c128 LIST_INIT(&pflogif_list);
H A Dif_utun_crypto.c102 LIST_INIT(&crypto_ctx->keys_listhead);
H A Dpf_norm.c537 LIST_INIT(&(*frag)->fr_queue);
739 LIST_INIT(&(*frag)->fr_cache);
1041 LIST_INIT(&(*frag)->fr_queue);
1267 LIST_INIT(&(*frag)->fr_cache);
H A Dif_vlan.c518 LIST_INIT(&v->parent_list);
837 LIST_INIT(&vlp->vlp_vlan_list);
H A Dbridgestp.c2178 LIST_INIT(&bs->bs_bplist);
2332 LIST_INIT(&bstp_list);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_mac.c111 LIST_INIT(ar->k_ar.ar_mac_records);
H A Daudit_bsm_klib.c157 LIST_INIT(&evclass_hash[i].head);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c194 LIST_INIT(&allproc);
195 LIST_INIT(&zombproc);
990 LIST_INIT(&child->p_children);
1108 LIST_INIT(&pgrp->pg_members);
1499 LIST_INIT(&alllctx);
1555 LIST_INIT(&l->lc_members);
H A Duipc_usrreq.c800 LIST_INIT(&unp->unp_refs);
1893 LIST_INIT(&unp_dhead);
1894 LIST_INIT(&unp_shead);
H A Dbsd_init.c510 LIST_INIT(&pgrp0.pg_members);
H A Dkern_subr.c326 LIST_INIT(&hashtbl[i]);
H A Dmcache.c194 LIST_INIT(&mcache_head);
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_encap.c145 * we cannot use LIST_INIT() here, since drivers may want to call
148 * initialization - using LIST_INIT() here can nuke encap_attach()
151 LIST_INIT(&encaptab);
H A Dip_divert.c153 LIST_INIT(&divcb);
H A Dtcp_subr.c367 LIST_INIT(&tcb);
438 LIST_INIT(&time_wait_slots[i]);
442 LIST_INIT(&tcp_timer_list.lhead);
847 LIST_INIT(&tp->t_segq);
H A Draw_ip.c157 LIST_INIT(&ripcb);
H A Din_arp.c232 LIST_INIT(&llinfo_arp);
/darwin-on-arm/xnu/security/
H A Dmac_base.c497 LIST_INIT(&mac_label_element_list);
498 LIST_INIT(&mac_static_label_element_list);
657 LIST_INIT(&mle->mle_listeners);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c1402 LIST_INIT(iterheadp);
1411 LIST_INIT(iterheadp);
1418 LIST_INIT(listheadp);
3037 LIST_INIT(&commitlist);
/darwin-on-arm/xnu/bsd/sys/
H A Dqueue.h430 #define LIST_INIT(head) do { \ macro

Completed in 112 milliseconds

12