| /xnu-8019.80.24/bsd/man/man3/ |
| H A D | Makefile | 36 queue.3 LIST_INIT.3 \
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_llatbl.c | 240 LIST_INIT(&pmd.dchain); in htable_prefix_free() 537 LIST_INIT(&dchain); in lltable_free() 649 LIST_INIT(&llt->lle_head[i]); in lltable_allocate_htbl()
|
| H A D | if_pflog.c | 129 LIST_INIT(&pflogif_list); in pfloginit()
|
| H A D | if_vlan.c | 488 LIST_INIT(&v->parent_list); in vlan_globals_init() 791 LIST_INIT(&vlp->vlp_vlan_list); in vlan_parent_create()
|
| H A D | pf_norm.c | 605 LIST_INIT(&(*frag)->fr_queue); in pf_reassemble() 845 LIST_INIT(&(*frag)->fr_cache); in pf_fragcache() 1233 LIST_INIT(&(*frag)->fr_queue); in pf_reassemble6() 1544 LIST_INIT(&(*frag)->fr_cache); in pf_frag6cache()
|
| H A D | network_agent.c | 866 LIST_INIT(&new_wrapper->pending_triggers_list); in netagent_handle_register_inner() 1169 LIST_INIT(&pending_triggers_list_copy); in netagent_handle_update_inner() 1218 LIST_INIT(&new_wrapper->pending_triggers_list); in netagent_handle_update_inner()
|
| H A D | necp_client.c | 1749 LIST_INIT(&defunct_list); in necpop_close() 3171 LIST_INIT(&new_registration->flow_list); in necp_client_create_flow_registration() 4911 LIST_INIT(&defunct_list); in necp_update_all_clients_callout() 5025 LIST_INIT(&defunct_list); in necp_fd_defunct() 6574 LIST_INIT(&fd_data->stats_arena_list); in necp_open() 6670 LIST_INIT(&client->assertion_list); in necp_client_add() 10355 LIST_INIT(&necp_fd_list); in necp_client_init() 10356 LIST_INIT(&necp_fd_observer_list); in necp_client_init() 10357 LIST_INIT(&necp_collect_stats_flow_list); in necp_client_init()
|
| H A D | if_bridge.c | 1321 LIST_INIT(&bridge_list); in bridgeattach() 1441 LIST_INIT(&sc->sc_mne_list); in bridge_clone_create() 1442 LIST_INIT(&sc->sc_mne_list_v6); in bridge_clone_create() 6563 LIST_INIT(&sc->sc_rthash[i]); 6568 LIST_INIT(&sc->sc_rtlist); 6634 LIST_INIT(&sc->sc_rthash[i]);
|
| H A D | necp.c | 1464 LIST_INIT(&necp_kernel_socket_policies); in necp_init() 1465 LIST_INIT(&necp_kernel_ip_output_policies); in necp_init() 1467 LIST_INIT(&necp_account_id_list); in necp_init() 1469 LIST_INIT(&necp_uuid_service_id_list); in necp_init() 1471 LIST_INIT(&necp_registered_service_list); in necp_init() 1473 LIST_INIT(&necp_route_rules); in necp_init() 1474 LIST_INIT(&necp_aggregate_route_rules); in necp_init() 1764 LIST_INIT(&new_session->policies); in necp_create_session()
|
| H A D | pktap.c | 206 LIST_INIT(&pktap_list); in pktap_init()
|
| /xnu-8019.80.24/bsd/netkey/ |
| H A D | keydb.c | 124 LIST_INIT(&p->savtree[i]); in keydb_newsecashead()
|
| H A D | key.c | 574 LIST_INIT(&spihash[i]); in key_init() 580 LIST_INIT(&sptree[i]); in key_init() 584 LIST_INIT(&sahtree); in key_init() 585 LIST_INIT(&custom_sahtree); in key_init() 588 LIST_INIT(®tree[i]); in key_init() 593 LIST_INIT(&acqtree); in key_init() 595 LIST_INIT(&spacqtree); in key_init()
|
| /xnu-8019.80.24/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 | 1076 LIST_INIT(&au_sentry_bucket[i]); in audit_session_init()
|
| /xnu-8019.80.24/san/memory/ |
| H A D | kasan-fakestack.c | 378 LIST_INIT(&td->fakestack_head); in kasan_init_thread()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_persona.c | 107 LIST_INIT(&all_personas); in personas_bootstrap() 170 LIST_INIT(&persona->pna_members); in persona_alloc()
|
| H A D | uipc_usrreq.c | 932 LIST_INIT(&unp->unp_refs); in unp_attach() 2234 LIST_INIT(&unp_dhead); in unp_init() 2235 LIST_INIT(&unp_shead); in unp_init()
|
| H A D | vsock_domain.c | 1383 LIST_INIT(&vsockinfo.bound); in vsock_init()
|
| H A D | mcache.c | 199 LIST_INIT(&mcache_head); in mcache_init()
|
| /xnu-8019.80.24/security/ |
| H A D | mac_base.c | 350 LIST_INIT(&mac_label_element_list); in mac_policy_init() 351 LIST_INIT(&mac_static_label_element_list); in mac_policy_init() 495 LIST_INIT(&mle->mle_listeners); in mac_policy_addto_labellist()
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_bio.c | 1543 LIST_INIT(iterheadp); in nfs_buf_iterprepare() 1552 LIST_INIT(iterheadp); in nfs_buf_iterprepare() 1559 LIST_INIT(listheadp); in nfs_buf_iterprepare() 3353 LIST_INIT(&commitlist); in nfs_flushcommits()
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | queue.h | 540 #define LIST_INIT(head) do { \ macro
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | raw_ip.c | 153 LIST_INIT(&ripcb); in rip_init()
|
| H A D | tcp_subr.c | 523 LIST_INIT(&tcb); in tcp_init() 595 LIST_INIT(&tcp_timer_list.lhead); in tcp_init() 1097 LIST_INIT(&tp->t_segq); in tcp_newtcpcb()
|