Home
last modified time | relevance | path

Searched refs:SLIST_EMPTY (Results 1 – 25 of 68) sorted by relevance

123

/freebsd-12-stable/sys/netgraph/
Dng_pptpgre.c730 while (!SLIST_EMPTY(q)) { in ng_pptpgre_sendq()
980 while (!SLIST_EMPTY(&hpriv->roq)) { in ng_pptpgre_rcvdata_lower()
1015 while (!SLIST_EMPTY(&hpriv->roq)) { in ng_pptpgre_rcvdata_lower()
1032 if (SLIST_EMPTY(&hpriv->roq)) { in ng_pptpgre_rcvdata_lower()
1040 if (SLIST_EMPTY(&sendq)) { in ng_pptpgre_rcvdata_lower()
1177 if (SLIST_EMPTY(&hpriv->roq)) { /* should not happen */ in ng_pptpgre_reorder_timeout()
1188 while (!SLIST_EMPTY(&hpriv->roq)) { in ng_pptpgre_reorder_timeout()
1201 if (!SLIST_EMPTY(&hpriv->roq)) in ng_pptpgre_reorder_timeout()
1264 while (!SLIST_EMPTY(&hpriv->roq)) { in ng_pptpgre_reset()
/freebsd-12-stable/sys/dev/gpio/
Dgpioc.c372 if (SLIST_EMPTY(&intr_conf->privs)) in gpioc_intr_reconfig_allowed()
507 if (SLIST_EMPTY(&intr_conf->privs)) { in gpioc_interrupt_handler()
736 if (SLIST_EMPTY(&priv->pins)) { in gpioc_read()
898 if (!SLIST_EMPTY(&priv->pins)) { in gpioc_ioctl()
970 if (SLIST_EMPTY(&priv->pins)) { in gpioc_poll()
996 if (SLIST_EMPTY(&priv->pins)) in gpioc_kqfilter()
1021 if (SLIST_EMPTY(&priv->pins)) { in gpioc_kqread()
/freebsd-12-stable/usr.sbin/ypserv/
Dyp_main.c424 while(!(SLIST_EMPTY(&sle_head))) in create_service()
492 if (SLIST_EMPTY(&ble_head)) { in main()
558 while(!(SLIST_EMPTY(&ble_head))) in main()
/freebsd-12-stable/usr.sbin/config/
Dmkoptions.c251 while (!SLIST_EMPTY(&op_head)) { in do_option()
274 while (!SLIST_EMPTY(&op_head)) { in do_option()
/freebsd-12-stable/contrib/nvi/ex/
Dex_display.c86 if (SLIST_EMPTY(sp->gp->cutq) && sp->gp->dcbp == NULL) { in bdisplay()
Dex_cscope.c473 if (SLIST_EMPTY(exp->cscq)) { in cscope_find()
978 for (exp = EXP(sp); !SLIST_EMPTY(exp->cscq);) in cscope_end()
998 if (SLIST_EMPTY(exp->cscq)) { in cscope_display()
/freebsd-12-stable/sys/powerpc/powermac/
Dpowermac_thermal.c89 if (SLIST_EMPTY(&fans)) in fan_management_proc()
/freebsd-12-stable/sys/kern/
Dkern_et.c84 if (SLIST_EMPTY(&eventtimers) || in et_register()
Duipc_mbuf.c310 !SLIST_EMPTY(&m->m_pkthdr.tags)) { in m_sanity()
373 KASSERT(SLIST_EMPTY(&to->m_pkthdr.tags), in m_move_pkthdr()
410 KASSERT(SLIST_EMPTY(&to->m_pkthdr.tags), ("m_dup_pkthdr: to has tags")); in m_dup_pkthdr()
/freebsd-12-stable/lib/libc/tests/sys/
Dqueue_test.c56 ATF_REQUIRE(SLIST_EMPTY(&head)); in ATF_TC_BODY()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dvdev_geom.c144 if (SLIST_EMPTY(priv)) in vdev_geom_attrchanged()
169 if (SLIST_EMPTY(priv)) in vdev_geom_resize()
192 if (SLIST_EMPTY(priv)) in vdev_geom_orphan()
/freebsd-12-stable/sys/sys/
Devent.h246 #define KNLIST_EMPTY(list) SLIST_EMPTY(&(list)->kl_list)
/freebsd-12-stable/sys/sparc64/sparc64/
Diommu.c227 if (!SLIST_EMPTY(&map->dm_reslist)) { in iommu_map_insq()
649 while (!SLIST_EMPTY(&map->dm_reslist)) in iommu_dvma_vfree()
668 if (SLIST_EMPTY(&map->dm_reslist)) in iommu_dvma_vprune()
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dsys-queue.h93 #undef SLIST_EMPTY
204 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/freebsd-12-stable/contrib/nvi/vi/
Dvs_msg.c680 if (!SLIST_EMPTY(gp->msgq)) { in vs_resolve()
885 if (SLIST_EMPTY(gp->msgq)) { in vs_msgsave()
/freebsd-12-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
Dbsnmptools.c211 if (SLIST_EMPTY(&snmptoolctx->filelist)) { in snmp_import_all()
1385 if (SLIST_EMPTY(&snmptoolctx->snmp_objectlist)) { in snmp_object_remove()
1467 if (SLIST_EMPTY(&snmptoolctx->snmp_objectlist)) in snmp_pdu_add_bindings()
1505 if (SLIST_EMPTY(&snmptoolctx->snmp_objectlist) || err_value == NULL) in snmp_object_seterror()
/freebsd-12-stable/contrib/elftoolchain/nm/
Dnm.c400 while (!SLIST_EMPTY(&nm_out_filter)) { in filter_dest()
1415 while (!SLIST_EMPTY(func_info)) { in read_elf()
1426 while (!SLIST_EMPTY(var_info)) { in read_elf()
1437 while (!SLIST_EMPTY(line_info)) { in read_elf()
/freebsd-12-stable/sys/dev/mpr/
Dmpr_sas_lsi.c983 while (!SLIST_EMPTY(&targ->luns)) { in mprsas_add_device()
1364 while (!SLIST_EMPTY(&targ->luns)) { in mprsas_add_pcie_device()
1429 while (!SLIST_EMPTY(&targ->luns)) { in mprsas_volume_add()
/freebsd-12-stable/share/man/man3/
DMakefile98 queue.3 SLIST_EMPTY.3 \
/freebsd-12-stable/sys/dev/sound/pcm/
Dchannel.h177 #define CHN_EMPTY(x, y) SLIST_EMPTY(CHN_HEAD(x, y))
/freebsd-12-stable/usr.bin/du/
Ddu.c537 while (!SLIST_EMPTY(&ignores)) { in ignoreclean()
/freebsd-12-stable/sys/net/
Dif_tuntap.c398 KASSERT(!SLIST_EMPTY(&V_tuntap_driver_cloners), in tuntap_name2info()
440 KASSERT(!SLIST_EMPTY(&V_tuntap_driver_cloners), in tuntap_driver_from_flags()
668 while (!SLIST_EMPTY(&V_tuntap_driver_cloners)) { in vnet_tun_uninit()
/freebsd-12-stable/usr.sbin/newsyslog/
Dnewsyslog.c338 if (!SLIST_EMPTY(&swhead)) { in main()
359 if (!SLIST_EMPTY(&zwhead)) { in main()
362 while (!SLIST_EMPTY(&zwhead)) { in main()
370 while (!SLIST_EMPTY(&swhead)) { in main()
/freebsd-12-stable/sys/dev/iavf/
Diavf_lib.c626 while (!SLIST_EMPTY(sc->mac_filters)) { in iavf_free_filters()
632 while (!SLIST_EMPTY(sc->vlan_filters)) { in iavf_free_filters()
/freebsd-12-stable/usr.bin/systat/
Difstat.c188 while (!SLIST_EMPTY(&curlist)) { in closeifstat()

123