| /xnu-11215/bsd/netinet6/ |
| H A D | nd6_prproxy.c | 481 VERIFY(SLIST_EMPTY(&up_head)); in nd6_if_prproxy() 482 VERIFY(SLIST_EMPTY(&down_head)); in nd6_if_prproxy() 813 VERIFY(SLIST_EMPTY(&up_head)); in nd6_prproxy_prelist_update() 814 VERIFY(SLIST_EMPTY(&down_head)); in nd6_prproxy_prelist_update() 974 VERIFY(SLIST_EMPTY(&ndprl_head)); in nd6_prproxy_ns_output() 1113 VERIFY(SLIST_EMPTY(&ndprl_head)); in nd6_prproxy_ns_input() 1270 VERIFY(SLIST_EMPTY(&ndprl_head)); in nd6_prproxy_na_input()
|
| H A D | ip6_output.c | 368 if (SLIST_EMPTY(&m0->m_pkthdr.tags)) { in ip6_output_list() 539 if (!SLIST_EMPTY(&m->m_pkthdr.tags)) { in ip6_output_list()
|
| H A D | mld6.c | 260 VERIFY(SLIST_EMPTY(_head)); \
|
| /xnu-11215/bsd/skywalk/nexus/ |
| H A D | nexus_traffic_rule.c | 581 ASSERT(SLIST_EMPTY(&rs->rs_list)); in nxctl_traffic_rule_storage_destroy() 782 ASSERT(SLIST_EMPTY(&rs->ris_if_list)); in inet_traffic_rule_storage_destroy() 810 ASSERT(SLIST_EMPTY(&rif->rii_lists[i])); in inet_traffic_rule_if_destroy()
|
| /xnu-11215/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_flow.c | 343 ASSERT(SLIST_EMPTY(&lft->lft_flow_list)); in netif_flow_list_table_free() 881 ASSERT(SLIST_EMPTY(&nif->nif_flow_list)); in nx_netif_flow_fini()
|
| H A D | nx_netif_netagent.c | 1031 ASSERT(SLIST_EMPTY(&nif->nif_agent_flow_list)); in nx_netif_agent_fini()
|
| /xnu-11215/bsd/kern/code_signing/ |
| H A D | txm.c | 121 while (SLIST_EMPTY(&thread_stacks_head) == true) { in acquire_thread_stack() 129 if (SLIST_EMPTY(&thread_stacks_head) == true) { in acquire_thread_stack()
|
| /xnu-11215/bsd/netinet/ |
| H A D | tcp_subr.c | 3801 if (SLIST_EMPTY(&tp->t_rxt_segments)) { in tcp_rxtseg_insert() 3887 if (SLIST_EMPTY(&tp->t_rxt_segments)) { in tcp_rxtseg_find() 3908 if (SLIST_EMPTY(&tp->t_rxt_segments)) { in tcp_rxtseg_set_spurious() 3951 if (SLIST_EMPTY(&tp->t_rxt_segments)) { in tcp_rxtseg_detect_bad_rexmt() 5126 VERIFY(SLIST_EMPTY(&tp->t_notify_ack)); in tcp_add_notify_ack_marker() 5139 if (SLIST_EMPTY(&tp->t_notify_ack)) { in tcp_notify_ack_free() 5212 if (!SLIST_EMPTY(&tp->t_notify_ack)) { in tcp_notify_ack_active()
|
| H A D | ip_input.c | 967 if (SLIST_EMPTY(&m->m_pkthdr.tags)) { in ip_input_first_pass() 1016 if (!SLIST_EMPTY(&m->m_pkthdr.tags)) { in ip_input_first_pass() 1762 if (SLIST_EMPTY(&m->m_pkthdr.tags)) { in ip_input() 1798 if (!SLIST_EMPTY(&m->m_pkthdr.tags)) { in ip_input()
|
| H A D | ip_output.c | 385 if (SLIST_EMPTY(&m0->m_pkthdr.tags)) { in ip_output_list() 531 if (!SLIST_EMPTY(&m->m_pkthdr.tags)) { in ip_output_list()
|
| H A D | tcp_input.c | 3305 if (!SLIST_EMPTY(&tp->t_rxt_segments) && in tcp_input() 3317 if (!SLIST_EMPTY(&tp->t_notify_ack)) { in tcp_input() 5505 if (!SLIST_EMPTY(&tp->t_rxt_segments) && in tcp_input() 5517 if (!SLIST_EMPTY(&tp->t_notify_ack)) { in tcp_input()
|
| H A D | tcp_var.h | 890 if (!SLIST_EMPTY(&tp->t_rxt_segments)) \
|
| H A D | igmp.c | 312 VERIFY(SLIST_EMPTY(_head)); \
|
| H A D | tcp_output.c | 774 if (!SLIST_EMPTY(&tp->t_rxt_segments)) { in tcp_output()
|
| H A D | flow_divert.c | 3396 while (!SLIST_EMPTY(&tmp_list)) { in flow_divert_close_all()
|
| /xnu-11215/osfmk/kern/ |
| H A D | turnstile.c | 363 return SLIST_EMPTY(&ts->ts_free_turnstiles); in turnstile_freelist_empty() 408 assert(!SLIST_EMPTY(&ts->ts_free_turnstiles)); in turnstile_freelist_remove() 857 assert(SLIST_EMPTY(&turnstile->ts_free_turnstiles)); in turnstile_deallocate()
|
| /xnu-11215/bsd/skywalk/mem/ |
| H A D | skmem_slab.c | 399 if (SLIST_EMPTY(&sl->sl_head)) { in skmem_slab_alloc_locked()
|
| H A D | skmem_cache.c | 871 ASSERT(SLIST_EMPTY(&skm->skm_hash_table[i].bcb_head)); in skmem_cache_destroy() 2091 ASSERT(SLIST_EMPTY(&bcb->bcb_head)); in skmem_cache_hash_rescale()
|
| H A D | skmem_arena.c | 1413 ASSERT(SLIST_EMPTY(&ar->ar_map_head)); in skmem_arena_free()
|
| /xnu-11215/bsd/sys/ |
| H A D | queue.h | 266 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
|
| /xnu-11215/security/ |
| H A D | mac_base.c | 548 if (SLIST_EMPTY(&mle->mle_listeners)) { in mac_policy_removefrom_labellist()
|
| /xnu-11215/bsd/kern/ |
| H A D | tty.c | 3331 if (!(SLIST_EMPTY(&tp->t_rsel.si_note) && SLIST_EMPTY(&tp->t_wsel.si_note))) { in ttydeallocate()
|
| H A D | kern_event.c | 6622 int ret = SLIST_EMPTY(list); 6638 return SLIST_EMPTY(list);
|
| /xnu-11215/bsd/skywalk/packet/ |
| H A D | pbufpool.c | 1539 ASSERT(SLIST_EMPTY(&pp->pp_u_hash_table[i].upp_head)); in pp_destroy_upp_locked() 1928 ASSERT(SLIST_EMPTY(&pp->pp_u_bft_hash_table[i].upp_head)); in pp_destroy_upp_bft_locked()
|
| /xnu-11215/iokit/bsddev/skywalk/ |
| H A D | IOSkywalkSupport.cpp | 955 assert(SLIST_EMPTY(&fArenaHead)); in free()
|