| /netbsd-src/external/bsd/elftoolchain/dist/common/ |
| H A D | _elftc.h | 97 if (!STAILQ_EMPTY((head2))) { \ 105 #ifndef STAILQ_EMPTY 106 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro 180 (STAILQ_EMPTY((head)) ? \ 226 while (!STAILQ_EMPTY((head))) { \ 230 for (_i = 0; _i < _sz && !STAILQ_EMPTY((head)); \
|
| /netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
| H A D | dwarf_macinfo.c | 65 if (STAILQ_EMPTY(&dbg->dbg_mslist)) { in dwarf_get_macro_details() 68 if (STAILQ_EMPTY(&dbg->dbg_mslist)) { in dwarf_get_macro_details()
|
| H A D | libdwarf_ranges.c | 94 if (STAILQ_EMPTY(&dbg->dbg_rllist)) in _dwarf_ranges_cleanup()
|
| H A D | libdwarf_macinfo.c | 116 if (STAILQ_EMPTY(&dbg->dbg_mslist)) in _dwarf_macinfo_cleanup()
|
| H A D | libdwarf_nametbl.c | 182 if (nt == NULL || STAILQ_EMPTY(&nt->nt_nplist)) in _dwarf_nametbl_gen()
|
| H A D | libdwarf_arange.c | 179 if (STAILQ_EMPTY(&as->as_arlist)) in _dwarf_arange_gen()
|
| H A D | libdwarf_die.c | 418 if (!STAILQ_EMPTY(&dbg->dbgp_lineinfo->li_lnlist)) in _dwarf_die_gen()
|
| H A D | libdwarf_reloc.c | 386 assert(!STAILQ_EMPTY(&drs->drs_dre)); in _dwarf_reloc_section_gen()
|
| H A D | libdwarf_lineno.c | 985 if (STAILQ_EMPTY(&li->li_lnlist)) in _dwarf_lineno_gen()
|
| /netbsd-src/usr.sbin/syslogd/ |
| H A D | sign.c | 370 if (STAILQ_EMPTY(&GlobalSign.sig2_delims)) { in sign_sg_init() 381 assert(!STAILQ_EMPTY(&GlobalSign.sig2_delims)); in sign_sg_init() 467 if (!STAILQ_EMPTY(&sg->hashes)) { in sign_global_free() 523 && STAILQ_EMPTY(&sg->hashes))) in sign_send_certificate_block() 736 assert(STAILQ_EMPTY(sqhead)); in sign_free_string_queue()
|
| H A D | syslogd.c | 3124 if (STAILQ_EMPTY(&GlobalSign.sig2_delims)) { 4467 if (reset || STAILQ_EMPTY(head)) { 4659 assert(!STAILQ_EMPTY(&f->f_qhead)); in message_queue_add() 4710 while (!STAILQ_EMPTY(&f->f_qhead)) { in dispatch_force_tls_reconnect()
|
| /netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
| H A D | elf_scn.c | 110 if (!STAILQ_EMPTY(&e->e_u.e_elf.e_scn)) { in _libelf_load_section_headers() 216 if (STAILQ_EMPTY(&e->e_u.e_elf.e_scn)) { in elf_newscn()
|
| H A D | libelf_allocate.c | 110 assert(STAILQ_EMPTY(&e->e_u.e_elf.e_scn)); in _libelf_release_elf()
|
| H A D | libelf_ehdr.c | 58 assert(STAILQ_EMPTY(&e->e_u.e_elf.e_scn)); in _libelf_load_extended()
|
| H A D | elf_data.c | 197 if (e->e_rawfile && s->s_size > 0 && STAILQ_EMPTY(&s->s_data)) in elf_newdata()
|
| H A D | elf_update.c | 165 if (STAILQ_EMPTY(&s->s_data)) { in _libelf_compute_section_extents() 774 if (STAILQ_EMPTY(&s->s_data)) { in _libelf_write_scn()
|
| /netbsd-src/sys/arch/vax/mba/ |
| H A D | mba.c | 207 if (!STAILQ_EMPTY(&sc->sc_xfers)) in mbaintr() 253 bool was_empty = STAILQ_EMPTY(&sc->sc_xfers); in mbaqueue()
|
| /netbsd-src/crypto/dist/ipsec-tools/src/include-glibc/sys/ |
| H A D | queue.h | 187 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro 220 (STAILQ_EMPTY(head) ? \
|
| /netbsd-src/sys/sys/ |
| H A D | queue.h | 585 #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) macro 642 if (!STAILQ_EMPTY((head2))) { \ 650 (STAILQ_EMPTY((head)) ? \
|
| /netbsd-src/usr.bin/unzip/ |
| H A D | unzip.c | 317 if (!STAILQ_EMPTY(&include) && !match_pattern(&include, pathname)) in accept_pathname() 319 if (!STAILQ_EMPTY(&exclude) && match_pattern(&exclude, pathname)) in accept_pathname()
|
| /netbsd-src/usr.sbin/btpand/ |
| H A D | channel.c | 145 assert(STAILQ_EMPTY(&chan->pktlist)); in channel_free()
|
| /netbsd-src/sys/fs/nilfs/ |
| H A D | nilfs_subr.c | 611 while (!STAILQ_EMPTY(&ri_list)) { in nilfs_search_super_root() 653 while (!STAILQ_EMPTY(&ri_list)) { in nilfs_search_super_root()
|
| /netbsd-src/share/man/man3/ |
| H A D | Makefile | 196 queue.3 STAILQ_EMPTY.3 \
|
| /netbsd-src/sys/dev/tprof/ |
| H A D | tprof.c | 871 if (STAILQ_EMPTY(&tprof_list)) { in tprof_poll() 896 if (!STAILQ_EMPTY(&tprof_list)) { in filt_tprof_read_event()
|
| /netbsd-src/sys/dev/ieee1394/ |
| H A D | if_fwip.c | 547 if (STAILQ_EMPTY(&sc->sc_xferlist)) { in fwip_async_output()
|