Searched refs:LIST_EMPTY (Results 1 - 25 of 124) sorted by relevance

12345

/freebsd-9.3-release/usr.bin/csup/
H A Dthreads.c133 assert(!LIST_EMPTY(&tds->threads_running));
149 assert(LIST_EMPTY(&tds->threads_running));
H A Dqueue.h168 #undef LIST_EMPTY macro
169 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
H A Drcsfile.c511 if (LIST_EMPTY(&branchlist_datesorted)) {
807 while (!LIST_EMPTY(&rf->deltatable)) {
848 while (!LIST_EMPTY(&d->branchlist)) {
1211 if (LIST_EMPTY(&d->branchlist)) {
1236 if (LIST_EMPTY(&rf->deltatable)) {
1266 if (LIST_EMPTY(&b->deltalist)) {
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_data.c74 while (!LIST_EMPTY(&cc->user_list))
80 while (!LIST_EMPTY(&cc->orphaned_conns))
83 CCASSERT(LIST_EMPTY(&cc->user_list),
85 CCASSERT(LIST_EMPTY(&cc->orphaned_conns),
/freebsd-9.3-release/sys/security/mac/
H A Dmac_internal.h278 if (!LIST_EMPTY(&mac_policy_list)) { \
300 if (!LIST_EMPTY(&mac_policy_list)) { \
331 if (!LIST_EMPTY(&mac_policy_list)) { \
361 if (!LIST_EMPTY(&mac_policy_list)) { \
381 if (!LIST_EMPTY(&mac_policy_list)) { \
487 if (!LIST_EMPTY(&mac_policy_list)) { \
504 if (!LIST_EMPTY(&mac_policy_list)) { \
/freebsd-9.3-release/sys/geom/
H A Dgeom_subr.c172 if (!LIST_EMPTY(&mp->geom) && mp->destroy_geom == NULL) {
252 KASSERT(LIST_EMPTY(&mp->geom),
373 KASSERT(LIST_EMPTY(&gp->consumer),
376 KASSERT(LIST_EMPTY(&gp->provider),
453 if (LIST_EMPTY(&pp->consumers))
459 if (LIST_EMPTY(&pp->consumers))
469 if (LIST_EMPTY(&gp->provider) &&
470 LIST_EMPTY(&gp->consumer))
633 KASSERT(LIST_EMPTY(&pp->consumers),
962 if (LIST_EMPTY(
[all...]
H A Dgeom_vol_ffs.c144 if (LIST_EMPTY(&gp->provider)) {
H A Dgeom_fox.c111 if (LIST_EMPTY(&gp->consumer)) {
189 if (!LIST_EMPTY(&gp->consumer)) {
441 if (!LIST_EMPTY(&gp->provider))
H A Dgeom_mbr.c317 if (LIST_EMPTY(&gp->provider)) {
507 if (LIST_EMPTY(&gp->provider)) {
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic_osm_lib.c116 if (LIST_EMPTY(&aic->timedout_scbs) != 0
/freebsd-9.3-release/sys/dev/syscons/
H A Dscterm.c93 if (!LIST_EMPTY(&sc_term_list)) {
/freebsd-9.3-release/sys/kern/
H A Dsubr_hash.c96 KASSERT(LIST_EMPTY(hp), ("%s: hash not empty", __func__));
H A Dkern_lockf.c364 KASSERT(LIST_EMPTY(&lock->lf_outedges),
366 KASSERT(LIST_EMPTY(&lock->lf_inedges),
711 KASSERT(!LIST_EMPTY(&lock->lf_outedges),
731 if (LIST_EMPTY(&state->ls_active) && state->ls_threads == 0) {
732 KASSERT(LIST_EMPTY(&state->ls_pending),
825 KASSERT(LIST_EMPTY(&state->ls_pending),
1088 if (LIST_EMPTY(&state->ls_active)) {
1150 if (LIST_EMPTY(&deplock->lf_outedges)) {
1213 while (!LIST_EMPTY(&granted)) {
1357 while (!LIST_EMPTY(
[all...]
/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_rm.c83 if (!LIST_EMPTY(&v->plexes) && !(*flags & GV_FLAG_R)) {
99 if (!LIST_EMPTY(&p->subdisks) &&
140 /* if (!LIST_EMPTY(&d->subdisks) &&
342 if (!LIST_EMPTY(&d->subdisks)) {
H A Dgeom_vinum_raid5.c182 if (p == NULL || LIST_EMPTY(&p->subdisks))
259 if (p == NULL || LIST_EMPTY(&p->subdisks))
351 if (p == NULL || LIST_EMPTY(&p->subdisks))
/freebsd-9.3-release/sys/sys/
H A Djail.h273 ((cpr) = (((descend) && !LIST_EMPTY(&(cpr)->pr_children)) \
289 ((cpr) = (((descend) && !LIST_EMPTY(&(cpr)->pr_children)) \
306 ((cpr) = (((descend) && !LIST_EMPTY(&(cpr)->pr_children)) \
/freebsd-9.3-release/usr.sbin/bsdinstall/partedit/
H A Dscripted.c49 if (LIST_EMPTY(&gp->lg_provider))
H A Dpart_wizard.c103 if (LIST_EMPTY(&gp->lg_provider))
171 if (LIST_EMPTY(&gp->lg_provider))
/freebsd-9.3-release/lib/libmemstat/
H A Dmemstat_malloc.c76 hint_dontsearch = LIST_EMPTY(&list->mtl_list);
294 hint_dontsearch = LIST_EMPTY(&list->mtl_list);
H A Dmemstat_uma.c85 hint_dontsearch = LIST_EMPTY(&list->mtl_list);
311 hint_dontsearch = LIST_EMPTY(&list->mtl_list);
/freebsd-9.3-release/sys/dev/fb/
H A Dfbd.c298 if (LIST_EMPTY(&fb_list_head))
330 if (LIST_EMPTY(&fb_list_head))
/freebsd-9.3-release/sys/dev/led/
H A Dled.c289 if (LIST_EMPTY(&led_list))
308 if (LIST_EMPTY(&led_list))
/freebsd-9.3-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.c144 while (!LIST_EMPTY(&unit->con_list)) {
208 while (!LIST_EMPTY(&unit->neighbors))
/freebsd-9.3-release/sbin/geom/core/
H A Dgeom.c745 if (!LIST_EMPTY(&gp->lg_provider)) {
753 if (!LIST_EMPTY(&gp->lg_consumer)) {
817 if (LIST_EMPTY(&gp->lg_provider) && !all)
1042 if (LIST_EMPTY(&gp->lg_provider) && !all)
1076 if (LIST_EMPTY(&gp->lg_provider) && !all)
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c244 (!LIST_EMPTY(&clp->lc_open) || !LIST_EMPTY(&clp->lc_deleg))) {
253 if (!LIST_EMPTY(&clp->lc_deleg)) {
255 } else if (LIST_EMPTY(&clp->lc_open)) {
261 if (!LIST_EMPTY(&stp->ls_open)) {
911 && ((LIST_EMPTY(&clp->lc_deleg)
912 && LIST_EMPTY(&clp->lc_open)) ||
951 if (LIST_EMPTY(&stp->ls_open)) {
1051 if (LIST_EMPTY(&lfp->lf_open) &&
1052 LIST_EMPTY(
[all...]

Completed in 238 milliseconds

12345