| /xnu-8792.41.9/bsd/nfs/ |
| H A D | nfs.h | 675 LIST_HEAD(nfs_user_stat_hashtbl_head, nfs_user_stat_node); 712 LIST_HEAD(, nfs_export) nxfs_exports; /* list of exports for this file system */ 715 extern LIST_HEAD(nfsrv_expfs_list, nfs_exportfs) nfsrv_exports; 722 extern LIST_HEAD(nfsrv_export_hashhead, nfs_export) * nfsrv_export_hashtbl; 738 extern LIST_HEAD(nfsrv_fmod_hashhead, nfsrv_fmod) * nfsrv_fmod_hashtbl; 996 LIST_HEAD(, nfsrv_descript) ns_tq; /* Write gather lists */ 997 LIST_HEAD(nfsrv_wg_delayhash, nfsrv_descript) ns_wdelayhashtbl[NFS_WDELAYHASHSIZ]; 1058 LIST_HEAD(, nfsrv_descript) nd_coalesce; /* coalesced writes */
|
| H A D | nfs_gss.h | 101 LIST_HEAD(nfs_gss_svc_ctx_hashhead, nfs_gss_svc_ctx);
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | unpcb.h | 115 #define _UCPCB_LIST_HEAD(name, type) LIST_HEAD(name, type) 124 LIST_HEAD(unp_head, unpcb);
|
| H A D | vsock_domain.h | 63 LIST_HEAD(, vsockpcb) bound;
|
| H A D | eventvar.h | 111 LIST_HEAD(knote_locks, knote_lock_ctx); 420 LIST_HEAD(kqwllist, kqworkloop);
|
| H A D | kern_event.h | 338 LIST_HEAD(kern_event_head, kern_event_pcb);
|
| H A D | vnode_internal.h | 94 LIST_HEAD(buflists, buf); 163 LIST_HEAD(, namecache) v_nclinks; /* name cache entries that name this vnode */ 228 LIST_HEAD(fl_head, file_lease) v_leases; /* list of leases in place */
|
| H A D | proc_internal.h | 197 LIST_HEAD(, proc) pg_members; /* group members (PGL) */ 299 LIST_HEAD(, proc) p_children; /* Pointer to list of children (LL)*/ 756 extern LIST_HEAD(sesshashhead, session) * sesshashtbl; 769 LIST_HEAD(proclist, proc);
|
| H A D | persona.h | 292 LIST_HEAD(, proc) pna_members;
|
| H A D | dtrace_glue.h | 120 LIST_HEAD(cyc_list_head, wrap_timer_call) cpu_cyc_list;
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | raw_cb.h | 89 extern LIST_HEAD(rawcb_list_head, rawcb) rawcb_list;
|
| H A D | bridgestp.h | 406 LIST_HEAD(, bstp_port) bs_bplist;
|
| H A D | if_llatbl.h | 71 LIST_HEAD(llentries, llentry);
|
| /xnu-8792.41.9/bsd/man/man3/ |
| H A D | Makefile | 35 queue.3 LIST_HEAD.3 \
|
| /xnu-8792.41.9/bsd/netkey/ |
| H A D | keydb.h | 66 LIST_HEAD(_satree, secasvar) savtree[SADB_SASTATE_MAX + 1];
|
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | tcp_timer.h | 244 LIST_HEAD(timerlisthead, tcptimerentry);
|
| H A D | in_pcb.h | 110 LIST_HEAD(inpcbhead, inpcb); 111 LIST_HEAD(inpcbporthead, inpcbport);
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | workload_config.c | 68 LIST_HEAD(, workload_phase_entry) wce_phases; 76 LIST_HEAD(workload_config_hashhead, workload_config_entry) * wlcc_hashtbl;
|
| H A D | hv_io_notifier.c | 55 LIST_HEAD(io_notifier_list, hv_ion_entry);
|
| /xnu-8792.41.9/san/memory/ |
| H A D | kasan.h | 138 LIST_HEAD(fakestack_header_list, fakestack_header) fakestack_head;
|
| H A D | kasan-fakestack.c | 129 LIST_HEAD(, fakestack_header) tofree = LIST_HEAD_INITIALIZER(tofree); in kasan_fakestack_gc()
|
| /xnu-8792.41.9/bsd/miscfs/bindfs/ |
| H A D | bind_subr.c | 84 static LIST_HEAD(bind_node_hashhead, bind_node) * bind_node_hashtbl;
|
| /xnu-8792.41.9/bsd/miscfs/nullfs/ |
| H A D | null_subr.c | 84 static LIST_HEAD(null_node_hashhead, null_node) * null_node_hashtbl;
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | proc_uuid_policy.c | 65 static LIST_HEAD(proc_uuid_policy_hashhead, proc_uuid_policy_entry) * proc_uuid_policy_hashtbl;
|
| /xnu-8792.41.9/bsd/dev/dtrace/ |
| H A D | dtrace_subr.c | 118 LIST_HEAD(listhead, dtrace_proc_awaited_entry) dtrace_proc_awaited_head
|