Searched refs:LIST_HEAD_INITIALIZER (Results 1 – 20 of 20) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | raw_cb.c | 82 struct rawcb_list_head rawcb_list = LIST_HEAD_INITIALIZER(rawcb_list);
|
| H A D | iptap.c | 79 static LIST_HEAD(iptap_list, iptap_softc) iptap_list = LIST_HEAD_INITIALIZER(iptap_list);
|
| H A D | droptap.c | 66 LIST_HEAD_INITIALIZER(droptap_list);
|
| H A D | pktap.c | 145 LIST_HEAD_INITIALIZER(pktap_list);
|
| H A D | bridgestp.c | 146 LIST_HEAD(, bstp_state) bstp_list = LIST_HEAD_INITIALIZER(bstp_list);
|
| H A D | network_agent.c | 186 LIST_HEAD_INITIALIZER(master_netagent_list);
|
| H A D | if.c | 189 LIST_HEAD(, if_clone) if_cloners = LIST_HEAD_INITIALIZER(if_cloners);
|
| H A D | if_bridge.c | 1120 LIST_HEAD_INITIALIZER(bridge_list);
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | proc_uuid_policy.c | 296 struct proc_uuid_policy_hashhead deletehead = LIST_HEAD_INITIALIZER(deletehead); in proc_uuid_policy_clear()
|
| H A D | kern_persona.c | 72 static LIST_HEAD(personalist, persona) all_personas = LIST_HEAD_INITIALIZER(all_personas);
|
| H A D | kern_proc.c | 182 struct proclist allproc = LIST_HEAD_INITIALIZER(allproc); 183 struct proclist zombproc = LIST_HEAD_INITIALIZER(zombproc);
|
| H A D | uipc_usrreq.c | 140 static LIST_HEAD(, fileglob) unp_msghead = LIST_HEAD_INITIALIZER(unp_msghead);
|
| /xnu-12377.41.6/san/memory/ |
| H A D | kasan-fakestack.c | 135 LIST_HEAD(, fakestack_header) tofree = LIST_HEAD_INITIALIZER(tofree); in kasan_fakestack_gc()
|
| /xnu-12377.41.6/bsd/dev/dtrace/ |
| H A D | dtrace_subr.c | 116 = LIST_HEAD_INITIALIZER(dtrace_proc_awaited_head);
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | ip_encap.c | 124 LIST_HEAD(, encaptab) encaptab = LIST_HEAD_INITIALIZER(&encaptab);
|
| H A D | in_arp.c | 144 static LIST_HEAD(, llinfo_arp) llinfo_arp = LIST_HEAD_INITIALIZER(llinfo_arp);
|
| /xnu-12377.41.6/bsd/skywalk/namespace/ |
| H A D | netns.c | 219 LIST_HEAD(, ns_token) netns_unbound_tokens = LIST_HEAD_INITIALIZER( 223 LIST_HEAD(, ns_token) netns_all_tokens = LIST_HEAD_INITIALIZER(
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | queue.h | 480 #define LIST_HEAD_INITIALIZER(head) \ macro
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_fsevents.c | 139 LIST_HEAD(kfse_list, kfs_event) kfse_list_head = LIST_HEAD_INITIALIZER(x);
|
| /xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 4974 LIST_HEAD_INITIALIZER(fed_head); in fsw_process_deferred()
|