Searched refs:SLIST_EMPTY (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-13-stable/contrib/nvi/ex/
H A Dex_display.c86 if (SLIST_EMPTY(sp->gp->cutq) && sp->gp->dcbp == NULL) {
H A Dex_cscope.c466 if (SLIST_EMPTY(exp->cscq)) {
964 for (exp = EXP(sp); !SLIST_EMPTY(exp->cscq);)
984 if (SLIST_EMPTY(exp->cscq)) {
/freebsd-13-stable/sys/fs/pseudofs/
H A Dpseudofs_vncache.c130 if (SLIST_EMPTY(hash))
348 if (SLIST_EMPTY(hash))
/freebsd-13-stable/sys/dev/gpio/
H A Dgpioc.c370 if (SLIST_EMPTY(&intr_conf->privs))
505 if (SLIST_EMPTY(&intr_conf->privs)) {
734 if (SLIST_EMPTY(&priv->pins)) {
896 if (!SLIST_EMPTY(&priv->pins)) {
968 if (SLIST_EMPTY(&priv->pins)) {
994 if (SLIST_EMPTY(&priv->pins))
1019 if (SLIST_EMPTY(&priv->pins)) {
/freebsd-13-stable/sys/netgraph/
H A Dng_pptpgre.c730 while (!SLIST_EMPTY(q)) {
980 while (!SLIST_EMPTY(&hpriv->roq)) {
1015 while (!SLIST_EMPTY(&hpriv->roq)) {
1032 if (SLIST_EMPTY(&hpriv->roq)) {
1040 if (SLIST_EMPTY(&sendq)) {
1177 if (SLIST_EMPTY(&hpriv->roq)) { /* should not happen */
1188 while (!SLIST_EMPTY(&hpriv->roq)) {
1201 if (!SLIST_EMPTY(&hpriv->roq))
1264 while (!SLIST_EMPTY(&hpriv->roq)) {
/freebsd-13-stable/usr.sbin/ypserv/
H A Dyp_main.c424 while(!(SLIST_EMPTY(&sle_head)))
492 if (SLIST_EMPTY(&ble_head)) {
558 while(!(SLIST_EMPTY(&ble_head)))
/freebsd-13-stable/sys/powerpc/powermac/
H A Dpowermac_thermal.c89 if (SLIST_EMPTY(&fans))
/freebsd-13-stable/usr.sbin/config/
H A Dmkoptions.c251 while (!SLIST_EMPTY(&op_head)) {
274 while (!SLIST_EMPTY(&op_head)) {
/freebsd-13-stable/lib/libc/tests/sys/
H A Dqueue_test.c54 printf("Ensuring SLIST_EMPTY works\n");
56 ATF_REQUIRE(SLIST_EMPTY(&head));
/freebsd-13-stable/sys/kern/
H A Dkern_et.c86 if (SLIST_EMPTY(&eventtimers) ||
H A Duipc_mbuf.c331 !SLIST_EMPTY(&m->m_pkthdr.tags)) {
397 KASSERT(SLIST_EMPTY(&to->m_pkthdr.tags),
439 KASSERT(SLIST_EMPTY(&to->m_pkthdr.tags), ("m_dup_pkthdr: to has tags"));
/freebsd-13-stable/sys/sys/
H A Devent.h244 #define KNLIST_EMPTY(list) SLIST_EMPTY(&(list)->kl_list)
/freebsd-13-stable/contrib/nvi/vi/
H A Dvs_msg.c680 if (!SLIST_EMPTY(gp->msgq)) {
885 if (SLIST_EMPTY(gp->msgq)) {
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c137 if (SLIST_EMPTY(priv))
158 if (SLIST_EMPTY(priv))
182 if (SLIST_EMPTY(priv))
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_sas_lsi.c982 while (!SLIST_EMPTY(&targ->luns)) {
1359 while (!SLIST_EMPTY(&targ->luns)) {
1420 while (!SLIST_EMPTY(&targ->luns)) {
/freebsd-13-stable/contrib/elftoolchain/nm/
H A Dnm.c437 while (!SLIST_EMPTY(&nm_out_filter)) {
1453 while (!SLIST_EMPTY(func_info)) {
1464 while (!SLIST_EMPTY(var_info)) {
1475 while (!SLIST_EMPTY(line_info)) {
/freebsd-13-stable/sys/dev/nvdimm/
H A Dnvdimm.c229 if (SLIST_EMPTY(&nv->labels) ||
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dchannel.h177 #define CHN_EMPTY(x, y) SLIST_EMPTY(CHN_HEAD(x, y))
/freebsd-13-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c211 if (SLIST_EMPTY(&snmptoolctx->filelist)) {
1385 if (SLIST_EMPTY(&snmptoolctx->snmp_objectlist)) {
1467 if (SLIST_EMPTY(&snmptoolctx->snmp_objectlist))
1505 if (SLIST_EMPTY(&snmptoolctx->snmp_objectlist) || err_value == NULL)
/freebsd-13-stable/usr.bin/du/
H A Ddu.c537 while (!SLIST_EMPTY(&ignores)) {
/freebsd-13-stable/usr.bin/systat/
H A Difstat.c188 while (!SLIST_EMPTY(&curlist)) {
/freebsd-13-stable/lib/libbe/
H A Dbe.c327 if (bdd->snapname != NULL && !SLIST_EMPTY(&bdd->promotelist))
329 while (!SLIST_EMPTY(&bdd->promotelist)) {
/freebsd-13-stable/sys/dev/mps/
H A Dmps_sas_lsi.c762 while(!SLIST_EMPTY(&targ->luns)) {
1059 while(!SLIST_EMPTY(&targ->luns)) {
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h51 #undef SLIST_EMPTY macro
202 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/freebsd-13-stable/sys/net/
H A Dif_tuntap.c422 KASSERT(!SLIST_EMPTY(&V_tuntap_driver_cloners),
464 KASSERT(!SLIST_EMPTY(&V_tuntap_driver_cloners),
690 while (!SLIST_EMPTY(&V_tuntap_driver_cloners)) {

Completed in 358 milliseconds

123