| /xnu-12377.61.12/bsd/netkey/ |
| H A D | keydb.c | 117 LIST_INIT(&p->savtree[i]); in keydb_newsecashead()
|
| H A D | key.c | 664 LIST_INIT(&spihash[i]); in key_init() 670 LIST_INIT(&sptree[i]); in key_init() 674 LIST_INIT(&sahtree); in key_init() 675 LIST_INIT(&custom_sahtree); in key_init() 678 LIST_INIT(®tree[i]); in key_init() 683 LIST_INIT(&acqtree); in key_init() 685 LIST_INIT(&spacqtree); in key_init()
|
| /xnu-12377.61.12/bsd/man/man3/ |
| H A D | Makefile | 36 queue.3 LIST_INIT.3 \
|
| /xnu-12377.61.12/bsd/security/audit/ |
| H A D | audit_mac.c | 100 LIST_INIT(ar->k_ar.ar_mac_records); in audit_mac_new()
|
| H A D | audit_bsm_klib.c | 201 LIST_INIT(&evclass_hash[i].head); in au_evclassmap_init()
|
| H A D | audit_session.c | 1068 LIST_INIT(&au_sentry_bucket[i]); in audit_session_init()
|
| /xnu-12377.61.12/san/memory/ |
| H A D | kasan-fakestack.c | 376 LIST_INIT(&td->fakestack_head); in kasan_init_thread()
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | if_pflog.c | 130 LIST_INIT(&pflogif_list); in pfloginit()
|
| H A D | dlil_ctl.c | 153 LIST_INIT(&ifp1->if_netns_tokens); in dlil_if_acquire()
|
| H A D | droptap.c | 101 LIST_INIT(&droptap_list); in droptap_init()
|
| H A D | if_vlan.c | 474 LIST_INIT(&v->parent_list); in vlan_globals_init() 769 LIST_INIT(&vlp->vlp_vlan_list); in vlan_parent_create()
|
| H A D | pf_norm.c | 606 LIST_INIT(&(*frag)->fr_queue); in pf_reassemble() 847 LIST_INIT(&(*frag)->fr_cache); in pf_fragcache() 1237 LIST_INIT(&(*frag)->fr_queue); in pf_reassemble6() 1549 LIST_INIT(&(*frag)->fr_cache); in pf_frag6cache()
|
| H A D | network_agent.c | 1083 LIST_INIT(&new_registration->pending_triggers_list); in netagent_handle_register_inner() 1434 LIST_INIT(&pending_triggers_list_copy); in netagent_handle_update_inner() 1488 LIST_INIT(&new_registration->pending_triggers_list); in netagent_handle_update_inner()
|
| H A D | necp.c | 2045 LIST_INIT(&necp_kernel_socket_policies); in necp_init() 2046 LIST_INIT(&necp_kernel_ip_output_policies); in necp_init() 2048 LIST_INIT(&necp_account_id_list); in necp_init() 2050 LIST_INIT(&necp_agent_uuid_id_list); in necp_init() 2052 LIST_INIT(&necp_route_rules); in necp_init() 2053 LIST_INIT(&necp_aggregate_route_rules); in necp_init() 2055 LIST_INIT(&necp_global_domain_filter_list); in necp_init() 2056 LIST_INIT(&necp_global_domain_trie_list); in necp_init() 2392 LIST_INIT(&new_session->policies); in necp_create_session() 2393 LIST_INIT(&new_session->domain_filters); in necp_create_session() [all …]
|
| H A D | necp_client.c | 2040 LIST_INIT(&defunct_list); in necpop_close() 3606 LIST_INIT(&new_registration->flow_list); in necp_client_create_flow_registration() 5444 LIST_INIT(&defunct_list); in necp_update_all_clients_callout() 5614 LIST_INIT(&defunct_list); in necp_fd_defunct() 7748 LIST_INIT(&fd_data->stats_arena_list); in necp_open() 7844 LIST_INIT(&client->assertion_list); in necp_client_add() 12519 LIST_INIT(&necp_fd_list); in necp_client_init() 12520 LIST_INIT(&necp_fd_observer_list); in necp_client_init() 12521 LIST_INIT(&necp_collect_stats_flow_list); in necp_client_init()
|
| H A D | if_bridge.c | 1493 LIST_INIT(&bridge_list); in bridgeattach() 1698 LIST_INIT(&sc->sc_mne_list); in bridge_clone_create() 1699 LIST_INIT(&sc->sc_mne_list_v6); in bridge_clone_create() 6928 LIST_INIT(&sc->sc_rthash[i]); 6933 LIST_INIT(&sc->sc_rtlist); 7001 LIST_INIT(&sc->sc_rthash[i]);
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_persona.c | 126 LIST_INIT(&persona->pna_members); in persona_alloc()
|
| H A D | uipc_usrreq.c | 1018 LIST_INIT(&unp->unp_refs); in unp_attach() 2477 LIST_INIT(&unp_dhead); in unp_init() 2478 LIST_INIT(&unp_shead); in unp_init()
|
| H A D | mcache.c | 205 LIST_INIT(&mcache_head); in mcache_init()
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | ext_paniclog.c | 66 LIST_INIT(&ext_paniclog_handle_list); in ext_paniclog_init()
|
| /xnu-12377.61.12/bsd/skywalk/namespace/ |
| H A D | netns.c | 1129 LIST_INIT(&netns_unbound_tokens); in netns_init() 1130 LIST_INIT(&netns_all_tokens); in netns_init()
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | queue.h | 538 #define LIST_INIT(head) do { \ macro
|
| /xnu-12377.61.12/bsd/nfs/ |
| H A D | nfs_subs.c | 2654 LIST_INIT(&ulist->user_hashtbl[i]); in nfsrv_init_user_list() 2697 LIST_INIT(&oldlist); in nfsrv_active_user_list_reclaim()
|
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | raw_ip.c | 156 LIST_INIT(&ripcb); in rip_init()
|
| /xnu-12377.61.12/osfmk/vm/ |
| H A D | vm_kern.c | 2897 LIST_INIT(&ks->ks_allfree_head[front]); in kmem_init_front_head() 2898 LIST_INIT(&ks->ks_partial_head[front]); in kmem_init_front_head() 2899 LIST_INIT(&ks->ks_full_head[front]); in kmem_init_front_head()
|