Searched refs:LIST_EMPTY (Results 51 - 75 of 157) sorted by relevance

1234567

/freebsd-12-stable/sys/geom/
H A Dgeom_map.c381 if (LIST_EMPTY(&gp->provider)) {
H A Dgeom_redboot.c332 if (LIST_EMPTY(&gp->provider)) {
H A Dgeom_sunlabel.c312 if (LIST_EMPTY(&gp->provider)) {
/freebsd-12-stable/sys/net/
H A Dbpf.h439 if (!LIST_EMPTY(&ext->bif_dlist))
H A Dpfil.c453 KASSERT(LIST_EMPTY(&V_pfil_head_list),
/freebsd-12-stable/sys/kern/
H A Dkern_conf.c1131 while (!LIST_EMPTY(&dev->si_children))
1182 if (LIST_EMPTY(&csw->d_devs)) {
1408 while (!LIST_EMPTY(&cd->head)) {
1504 while (!LIST_EMPTY(&csw->d_devs)) {
H A Dsubr_sleepqueue.c341 KASSERT(LIST_EMPTY(&sq->sq_free),
816 if (LIST_EMPTY(&sq->sq_free)) {
1142 if (LIST_EMPTY(&sc->sc_queues)) {
H A Dkern_rctl.c2059 while (!LIST_EMPTY(&p->p_racct->r_rule_links)) {
2072 while (!LIST_EMPTY(&newrules)) {
2091 while (!LIST_EMPTY(&newrules)) {
2148 while (!LIST_EMPTY(&child->p_racct->r_rule_links)) {
2169 while (!LIST_EMPTY(&racct->r_rule_links)) {
H A Dvfs_cache.c880 if (LIST_EMPTY(&ncp->nc_dvp->v_cache_src)) {
1228 if (LIST_EMPTY(NCHHASH(hash)))
1830 if (LIST_EMPTY(&dvp->v_cache_src)) {
2016 if (LIST_EMPTY(&vp->v_cache_src) && TAILQ_EMPTY(&vp->v_cache_dst) &&
2024 while (!LIST_EMPTY(&vp->v_cache_src)) {
2065 if (LIST_EMPTY(&vp->v_cache_src))
/freebsd-12-stable/tools/regression/geom/MdLoad/
H A DMdLoad.c80 if (LIST_EMPTY(&sc->sectors)) {
/freebsd-12-stable/lib/libsecureboot/
H A Dveopen.c136 if (LIST_EMPTY(&fi_list)) {
/freebsd-12-stable/usr.sbin/bluetooth/bthidd/
H A Dserver.c167 while (!LIST_EMPTY(&srv->sessions))
H A Dparser.y314 while (!LIST_EMPTY(&hid_devices)) {
/freebsd-12-stable/sys/dev/evdev/
H A Devdev.c691 !LIST_EMPTY(&evdev->ev_clients)) {
987 if (LIST_EMPTY(&evdev->ev_clients) && evdev->ev_methods != NULL &&
1006 if (LIST_EMPTY(&evdev->ev_clients)) {
/freebsd-12-stable/sys/geom/vinum/
H A Dgeom_vinum_subr.c351 if (LIST_EMPTY(&p->subdisks)) {
733 if (LIST_EMPTY(&d->subdisks)) {
987 KASSERT(!LIST_EMPTY(&sc->drives),
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c864 KASSERT(LIST_EMPTY(&po->po_pmcs),
888 if (LIST_EMPTY(&po->po_pmcs) &&
1025 if (LIST_EMPTY(&pm->pm_targets)) {
1208 if (!LIST_EMPTY(&p->p_children))
1317 if (!LIST_EMPTY(&p->p_children))
1333 if (LIST_EMPTY(&pm->pm_targets))
2037 if (!LIST_EMPTY(&p->p_children))
2442 while (!LIST_EMPTY(&tmplist)) {
2715 KASSERT(LIST_EMPTY(&pm->pm_targets),
3174 if (LIST_EMPTY(
[all...]
/freebsd-12-stable/sys/geom/part/
H A Dg_part_ldm.c992 while (!LIST_EMPTY(&db->xvblks)) {
998 while (!LIST_EMPTY(&db->vblks)) {
1079 while (!LIST_EMPTY(&db->xvblks)) {
/freebsd-12-stable/sys/dev/sfxge/
H A Dsfxge_rx.c449 KASSERT(LIST_EMPTY(&rxq->lro.active_conns),
781 while (!LIST_EMPTY(&st->active_conns)) {
1213 KASSERT(LIST_EMPTY(&st->active_conns), ("found active connections"));
/freebsd-12-stable/sys/ddb/
H A Ddb_ps.c119 if (!LIST_EMPTY(&allproc))
/freebsd-12-stable/sys/fs/fuse/
H A Dfuse_node.c176 KASSERT(LIST_EMPTY(&fvdat->handles),
/freebsd-12-stable/share/man/man3/
H A DMakefile79 queue.3 LIST_EMPTY.3 \
/freebsd-12-stable/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c540 LIST_EMPTY(&s.dlcs)? "No" : "Yes",
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devmap.c456 if (LIST_EMPTY(&ctx->events)) {
634 if (!LIST_EMPTY(&ctx->events)) {
/freebsd-12-stable/contrib/libevent/
H A Devmap.c456 if (LIST_EMPTY(&ctx->events)) {
634 if (!LIST_EMPTY(&ctx->events)) {
/freebsd-12-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_port.c130 while (!LIST_EMPTY(&port->conn_list))
389 while (!LIST_EMPTY(&port->conn_list))

Completed in 491 milliseconds

1234567