HomeSort by: relevance | last modified time | path
    Searched refs:SLIST_EMPTY (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/sbin/efi/
getvars.c 145 assert(SLIST_EMPTY(&list_head));
194 while (!SLIST_EMPTY(list_head)) {
  /src/common/lib/libprop/
prop_stack.c 66 _PROP_ASSERT(SLIST_EMPTY(&stack->extern_elems));
  /src/lib/libc/stdlib/
hcreate.c 170 while (!SLIST_EMPTY(&table[idx])) {
  /src/sys/arch/playstation2/ee/
intc.c 183 if (SLIST_EMPTY(&__intc_dispatcher_head)) {
dmac.c 215 if (SLIST_EMPTY(&__dmac_dispatcher_head)) {
  /src/sys/dev/dm/
dm_pdev.c 205 KASSERT(SLIST_EMPTY(&dm_pdev_list));
dm_table.c 174 KASSERT(SLIST_EMPTY(tbl));
  /src/sys/arch/xen/xenbus/
xenbus_dev.c 427 while (!SLIST_EMPTY(&xlwp->transactions)) {
437 if (!SLIST_EMPTY(&u->lwps)) {
  /src/sys/sys/
event.h 207 #define KNOTE(list, hint) if (!SLIST_EMPTY(list)) knote(list, hint)
  /src/usr.bin/config/
files.c 179 fi->fi_prefix = SLIST_EMPTY(&prefixes) ? NULL :
181 fi->fi_buildprefix = SLIST_EMPTY(&buildprefixes) ? NULL :
util.c 160 pf = SLIST_EMPTY(&prefixes) ? NULL : SLIST_FIRST(&prefixes);
  /src/sys/nfs/
nfs_kq.c 172 if (SLIST_EMPTY(&kevlist)) {
  /src/sys/kern/
kern_turnstile.c 338 KASSERT(!SLIST_EMPTY(&l->l_pi_lenders));
subr_psref.c 179 if (!SLIST_EMPTY(&pcpu->pcpu_head))
kern_fork.c 566 if (!SLIST_EMPTY(&p1->p_klist)) {
sysv_shm.c 849 if (SLIST_EMPTY(&shmmap_s->entries)) {
853 KASSERT(!SLIST_EMPTY(&shmmap_s->entries));
uipc_usrreq.c 1689 while (!SLIST_EMPTY(&unp_thread_discard)) {
1871 if (SLIST_EMPTY(&unp_thread_discard)) {
1892 if (!SLIST_EMPTY(&unp_thread_discard) || unp_rights != 0) {
  /src/usr.bin/systat/
ifstat.c 185 while (!SLIST_EMPTY(&curlist)) {
  /src/usr.sbin/ifwatchd/
ifwatchd.c 541 while (!SLIST_EMPTY(&ifs)) {
  /src/share/man/man3/
Makefile 179 queue.3 SLIST_EMPTY.3 \
  /src/usr.sbin/inetd/
ratelimit.c 322 while (!SLIST_EMPTY(&sep->se_rl_ip_list)) {
  /src/usr.sbin/ldpd/
ldp_peer.c 439 while (!SLIST_EMPTY(&p->ldp_peer_address_head)) {
  /src/sys/dev/mscp/
mscp_subr.c 125 while (!SLIST_EMPTY(&mi->mi_freelist)) {
  /src/usr.sbin/envstat/
config.c 433 while (!SLIST_EMPTY(&sensor_block_list)) {
  /src/sys/dev/ata/
wd.c 596 while (!SLIST_EMPTY(&wd->sc_bslist)) {
613 KASSERT(SLIST_EMPTY(&wd->sc_bslist));
654 if (__predict_false(!SLIST_EMPTY(&wd->sc_bslist))) {
1384 while (!SLIST_EMPTY(&wd->sc_bslist)) {

Completed in 89 milliseconds

1 2 3