Home
last modified time | relevance | path

Searched refs:STAILQ_EMPTY (Results 1 – 25 of 29) sorted by relevance

12

/dragonfly/contrib/elftoolchain/common/
H A D_elftc.h95 if (!STAILQ_EMPTY((head2))) { \
103 #ifndef STAILQ_EMPTY
104 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
178 (STAILQ_EMPTY((head)) ? \
224 while (!STAILQ_EMPTY((head))) { \
228 for (_i = 0; _i < _sz && !STAILQ_EMPTY((head)); \
/dragonfly/sys/sys/
H A Dqueue.h258 if (!STAILQ_EMPTY((head2))) { \
265 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
313 (STAILQ_EMPTY((head)) ? \
352 if (STAILQ_EMPTY(head1)) \
354 if (STAILQ_EMPTY(head2)) \
/dragonfly/contrib/elftoolchain/libelf/
H A Delf_scn.c98 if (!STAILQ_EMPTY(&e->e_u.e_elf.e_scn)) { in _libelf_load_section_headers()
204 if (STAILQ_EMPTY(&e->e_u.e_elf.e_scn)) { in elf_newscn()
H A Dlibelf_allocate.c114 assert(STAILQ_EMPTY(&e->e_u.e_elf.e_scn)); in _libelf_release_elf()
H A Dlibelf_ehdr.c50 assert(STAILQ_EMPTY(&e->e_u.e_elf.e_scn)); in _libelf_load_extended()
H A Delf_data.c185 if (e->e_rawfile && s->s_size > 0 && STAILQ_EMPTY(&s->s_data)) in elf_newdata()
H A Delf_update.c157 if (STAILQ_EMPTY(&s->s_data)) { in _libelf_compute_section_extents()
758 if (STAILQ_EMPTY(&s->s_data)) { in _libelf_write_scn()
/dragonfly/libexec/rtld-elf/
H A Dmap_object.c405 while (!STAILQ_EMPTY(&obj->names)) { in obj_free()
410 while (!STAILQ_EMPTY(&obj->dldags)) { in obj_free()
415 while (!STAILQ_EMPTY(&obj->dagmembers)) { in obj_free()
/dragonfly/stand/boot/common/
H A Dpnp.c137 while (!STAILQ_EMPTY(&pi->pi_ident)) { in pnp_freeinfo()
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm_notif_wait.c111 KASSERT(STAILQ_EMPTY(&notif_data->list), ("notif list isn't empty")); in iwm_notification_wait_free()
/dragonfly/sys/bus/pccard/
H A Dpccard.c209 if (STAILQ_EMPTY(&sc->card.pf_head)) { in pccard_attach_card()
221 if (STAILQ_EMPTY(&pf->cfe_head)) { in pccard_attach_card()
234 if (STAILQ_EMPTY(&pf->cfe_head)) in pccard_attach_card()
1082 if (STAILQ_EMPTY(&pf->cfe_head)) in pccard_driver_added()
/dragonfly/usr.bin/unzip/
H A Dunzip.c301 if (!STAILQ_EMPTY(&include) && !match_pattern(&include, pathname)) in accept_pathname()
303 if (!STAILQ_EMPTY(&exclude) && match_pattern(&exclude, pathname)) in accept_pathname()
/dragonfly/share/man/man3/
H A DMakefile49 MLINKS+=queue.3 STAILQ_EMPTY.3
/dragonfly/usr.sbin/pfctl/
H A Dpfctl_parser.h192 #define SIMPLEQ_EMPTY STAILQ_EMPTY
/dragonfly/sys/kern/
H A Dsubr_gtaskqueue.c241 if (STAILQ_EMPTY(&queue->tq_queue)) in gtaskqueue_drain_tq_queue()
312 if (!STAILQ_EMPTY(&queue->tq_queue)) in gtaskqueue_unblock()
/dragonfly/sys/dev/drm/
H A Dlinux_workqueue.c277 while (!STAILQ_EMPTY(&worker->ws_list_head)) { in drain_workqueue()
/dragonfly/usr.sbin/lpr/common_source/
H A Dmatchjobs.c170 while (!STAILQ_EMPTY(js_hdr)) { in free_jobspec()
/dragonfly/bin/ps/
H A Dkeyword.c248 if (STAILQ_EMPTY(&var_head)) { in parsefmt()
/dragonfly/sys/netbt/
H A Drfcomm_session.c249 KKASSERT(STAILQ_EMPTY(&rs->rs_credits)); in rfcomm_session_free()
492 if (STAILQ_EMPTY(&rs->rs_credits)) in rfcomm_session_complete()
/dragonfly/sbin/camcontrol/
H A Dmodeedit.c852 } else if (binary || STAILQ_EMPTY(&editlist)) { in mode_edit()
/dragonfly/sys/netgraph7/
H A Dng_nat.c783 while (!STAILQ_EMPTY(&priv->redirhead)) { in ng_nat_shutdown()
/dragonfly/tools/tools/netrate/kq_sendrecv/kq_sendcli/
H A Dkq_sendcli.c661 while (STAILQ_EMPTY(&ctx->t_conn)) in send_thread()
/dragonfly/sbin/hammer/
H A Dcmd_dedup.c328 assert(STAILQ_EMPTY(&pass2_dedup_queue)); in hammer_cmd_dedup()
/dragonfly/usr.sbin/newsyslog/
H A Dnewsyslog.c346 while (!STAILQ_EMPTY(worklist)) { in main()
502 while (!STAILQ_EMPTY(list)) { in free_clist()
/dragonfly/lib/libexecinfo/
H A Dprivate_libelf.h1112 assert(STAILQ_EMPTY(&e->e_u.e_elf.e_scn)); in _libelf_release_elf()
2407 assert(STAILQ_EMPTY(&e->e_u.e_elf.e_scn)); in _libelf_load_extended()
2654 if (!STAILQ_EMPTY(&e->e_u.e_elf.e_scn)) { in _libelf_load_section_headers()

12