Home
last modified time | relevance | path

Searched refs:LIST_HEAD_INITIALIZER (Results 1 – 16 of 16) sorted by relevance

/xnu-8792.41.9/bsd/net/
H A Draw_cb.c82 struct rawcb_list_head rawcb_list = LIST_HEAD_INITIALIZER(rawcb_list);
H A Diptap.c79 static LIST_HEAD(iptap_list, iptap_softc) iptap_list = LIST_HEAD_INITIALIZER(iptap_list);
H A Dpktap.c130 LIST_HEAD_INITIALIZER(pktap_list);
H A Dbridgestp.c146 LIST_HEAD(, bstp_state) bstp_list = LIST_HEAD_INITIALIZER(bstp_list);
H A Dnetwork_agent.c133 LIST_HEAD_INITIALIZER(master_netagent_list);
H A Dif.c180 LIST_HEAD(, if_clone) if_cloners = LIST_HEAD_INITIALIZER(if_cloners);
H A Dif_bridge.c1081 LIST_HEAD_INITIALIZER(bridge_list);
/xnu-8792.41.9/bsd/kern/
H A Dproc_uuid_policy.c296 struct proc_uuid_policy_hashhead deletehead = LIST_HEAD_INITIALIZER(deletehead); in proc_uuid_policy_clear()
H A Dkern_proc.c169 struct proclist allproc = LIST_HEAD_INITIALIZER(allproc);
170 struct proclist zombproc = LIST_HEAD_INITIALIZER(zombproc);
H A Duipc_usrreq.c134 static LIST_HEAD(, fileglob) unp_msghead = LIST_HEAD_INITIALIZER(unp_msghead);
/xnu-8792.41.9/san/memory/
H A Dkasan-fakestack.c129 LIST_HEAD(, fakestack_header) tofree = LIST_HEAD_INITIALIZER(tofree); in kasan_fakestack_gc()
/xnu-8792.41.9/bsd/dev/dtrace/
H A Ddtrace_subr.c119 = LIST_HEAD_INITIALIZER(dtrace_proc_awaited_head);
/xnu-8792.41.9/bsd/netinet/
H A Dip_encap.c123 LIST_HEAD(, encaptab) encaptab = LIST_HEAD_INITIALIZER(&encaptab);
/xnu-8792.41.9/bsd/sys/
H A Dqueue.h479 #define LIST_HEAD_INITIALIZER(head) \ macro
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_fsevents.c128 LIST_HEAD(kfse_list, kfs_event) kfse_list_head = LIST_HEAD_INITIALIZER(x);
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3761 LIST_HEAD_INITIALIZER(fed_head); in fsw_process_deferred()