Symbol: SLIST_EMPTY
lib/libc/stdlib/hcreate.c
136
while (!SLIST_EMPTY(&htable[idx])) {
lib/libc/stdlib/nmalloc.c
1798
if (SLIST_EMPTY(&d->full)) { /* UNLOCKED TEST IS SAFE */
sbin/devattr/devattr.c
251
if (!SLIST_EMPTY(&props)) {
sbin/devattr/devattr.c
285
if (!SLIST_EMPTY(&props)) {
sys/dev/netif/msk/if_msk.c
2205
while (!SLIST_EMPTY(&sc_if->msk_jfree_listhead)) {
sys/dev/netif/msk/if_msk.c
2354
if (SLIST_EMPTY(&sc_if->msk_jinuse_listhead))
sys/dev/netif/ral/rt2860.c
2058
while (!SLIST_EMPTY(&sc->data_pool) && sc->qfullmsk == 0 &&
sys/dev/netif/ral/rt2860.c
712
while (!SLIST_EMPTY(&sc->data_pool)) {
sys/dev/raid/mpr/mpr_sas.c
693
while (!SLIST_EMPTY(&targ->luns)) {
sys/dev/raid/mpr/mpr_sas_lsi.c
1374
while (!SLIST_EMPTY(&targ->luns)) {
sys/dev/raid/mpr/mpr_sas_lsi.c
1439
while (!SLIST_EMPTY(&targ->luns)) {
sys/dev/raid/mpr/mpr_sas_lsi.c
960
while (!SLIST_EMPTY(&targ->luns)) {
sys/dev/sound/pci/emu10k1.c
2033
if (!SLIST_EMPTY(&sc->mem.blocks))
sys/dev/sound/pci/emu10kx.c
2950
if (!SLIST_EMPTY(&sc->mem.blocks))
sys/dev/sound/pcm/channel.c
2549
if (SLIST_EMPTY(&sg->members)) {
sys/dev/sound/pcm/channel.h
175
#define CHN_EMPTY(x, y) SLIST_EMPTY(CHN_HEAD(x, y))
sys/dev/sound/pcm/dsp.c
2950
if ((sg != NULL) && SLIST_EMPTY(&sg->members)) {
sys/dev/sound/pcm/dsp.c
3020
KASSERT(!SLIST_EMPTY(&sg->members), ("found empty syncgroup"));
sys/dev/sound/pcm/sndstat.c
384
if (SLIST_EMPTY(&sndstat_devlist)) {
sys/kern/kern_cputimer.c
135
if (SLIST_EMPTY(&cputimerhead))
sys/kern/kern_event.c
1235
if (SLIST_EMPTY(&cache_list->knote_cache)) {
sys/kern/kern_jail.c
344
while (!SLIST_EMPTY(&pr->pr_ips)) {
sys/kern/kern_jail.c
823
while (!SLIST_EMPTY(&pr->pr_ips)) {
sys/kern/kern_objcache.c
484
if (!SLIST_EMPTY(&depot->fullmagazines)) {
sys/kern/kern_objcache.c
682
if (!SLIST_EMPTY(&depot->emptymagazines)) {
sys/kern/uipc_socket.c
2586
if (SLIST_EMPTY(&so->so_rcv.ssb_kq.ki_note))
sys/kern/uipc_socket.c
2654
if (SLIST_EMPTY(&so->so_snd.ssb_kq.ki_note))
sys/libprop/prop_stack.c
66
_PROP_ASSERT(SLIST_EMPTY(&stack->extern_elems));
sys/net/bpf.c
1314
if (SLIST_EMPTY(&bp->bif_dlist)) {
sys/net/bpf.c
320
if (SLIST_EMPTY(&bp->bif_dlist)) {
sys/net/if.c
746
if (!SLIST_EMPTY(&domains))
sys/net/lagg/if_lagg.c
259
if (!SLIST_EMPTY(&sc->sc_ports)) {
sys/net/lagg/if_lagg.c
284
if (!SLIST_EMPTY(&sc->sc_ports)) {
sys/net/lagg/if_lagg.c
639
if (SLIST_EMPTY(&sc->sc_ports))
sys/net/lagg/if_lagg.c
687
if (SLIST_EMPTY(&sc->sc_ports)) {
sys/netgraph/bridge/ng_bridge.c
869
while (!SLIST_EMPTY(oldList)) {
sys/netgraph/ng_device.c
237
if (SLIST_EMPTY(&sc->head)) {
sys/netgraph7/bridge/ng_bridge.c
909
while (!SLIST_EMPTY(oldList)) {
sys/sys/event.h
168
#define KNOTE(list, hint) if (!SLIST_EMPTY((list))) knote(list, hint)
sys/sys/socketvar.h
341
if (SLIST_EMPTY(&(ssb)->ssb_kq.ki_note)) \
usr.bin/du/du.c
485
while (!SLIST_EMPTY(&ignores)) {
usr.bin/systat/altqs.c
166
while (!SLIST_EMPTY(&curlist)) {
usr.bin/systat/altqs.c
175
while (!SLIST_EMPTY(&qcols)) {
usr.bin/systat/ifstat.c
187
while (!SLIST_EMPTY(&curlist)) {
usr.sbin/newsyslog/newsyslog.c
359
if (!SLIST_EMPTY(&swhead)) {
usr.sbin/newsyslog/newsyslog.c
380
if (!SLIST_EMPTY(&zwhead)) {
usr.sbin/newsyslog/newsyslog.c
383
while (!SLIST_EMPTY(&zwhead)) {
usr.sbin/newsyslog/newsyslog.c
391
while (!SLIST_EMPTY(&swhead)) {