Home
last modified time | relevance | path

Searched refs:STAILQ_NEXT (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/contrib/openbsm/compat/
H A Dqueue.h244 (var) = STAILQ_NEXT((var), field))
258 if ((STAILQ_NEXT((elm), field) = STAILQ_NEXT((tqelm), field)) == NULL)\
259 (head)->stqh_last = &STAILQ_NEXT((elm), field); \
260 STAILQ_NEXT((tqelm), field) = (elm); \
265 (head)->stqh_last = &STAILQ_NEXT((elm), field); \
270 STAILQ_NEXT((elm), field) = NULL; \
272 (head)->stqh_last = &STAILQ_NEXT((elm), field); \
289 while (STAILQ_NEXT(curelm, field) != (elm)) \
290 curelm = STAILQ_NEXT(curelm, field); \
291 if ((STAILQ_NEXT(curelm, field) = \
[all …]
/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h323 (var) = STAILQ_NEXT((var), field))
328 (var) = STAILQ_NEXT((var), field))
346 if ((STAILQ_NEXT((elm), field) = STAILQ_NEXT((tqelm), field)) == NULL)\
347 (head)->stqh_last = &STAILQ_NEXT((elm), field); \
348 STAILQ_NEXT((tqelm), field) = (elm); \
353 (head)->stqh_last = &STAILQ_NEXT((elm), field); \
358 STAILQ_NEXT((elm), field) = NULL; \
377 while (STAILQ_NEXT(curelm, field) != (elm)) \
378 curelm = STAILQ_NEXT(curelm, field); \
385 if ((STAILQ_NEXT(elm, field) = \
[all …]
/freebsd/sys/sys/
H A Dqueue.h357 (var) = STAILQ_NEXT((var), field))
362 (var) = STAILQ_NEXT((var), field))
380 if ((STAILQ_NEXT((elm), field) = STAILQ_NEXT((tqelm), field)) == NULL)\
381 (head)->stqh_last = &STAILQ_NEXT((elm), field); \
382 STAILQ_NEXT((tqelm), field) = (elm); \
387 (head)->stqh_last = &STAILQ_NEXT((elm), field); \
392 STAILQ_NEXT((elm), field) = NULL; \
411 while (STAILQ_NEXT(curelm, field) != (elm)) \
412 curelm = STAILQ_NEXT(curelm, field); \
419 if ((STAILQ_NEXT(elm, field) = \
[all …]
H A Dqueue_mergesort.h203 STAILQ_HEAD_INITIALIZER, STAILQ_EMPTY, STAILQ_FIRST, STAILQ_NEXT, \
207 STAILQ_INSERT_AFTER, STAILQ_INSERT_HEAD, STAILQ_NEXT, STAILQ_REMOVE_HEAD)
/freebsd/contrib/elftoolchain/common/
H A D_elftc.h141 (var) && ((tvar) = STAILQ_NEXT((var), field), 1); \
183 #ifndef STAILQ_NEXT
184 #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next) macro
243 _q = STAILQ_NEXT(_q, field); \
249 _p = STAILQ_NEXT(_p, field); \
254 _p = STAILQ_NEXT(_p, field); \
259 _q = STAILQ_NEXT(_q, field); \
/freebsd/contrib/elftoolchain/libpe/
H A Dpe_section.c78 ps = STAILQ_NEXT(ps, ps_next); in pe_nextscn()
83 ps = STAILQ_NEXT(ps, ps_next); in pe_nextscn()
169 while ((a = STAILQ_NEXT(a, ps_next)) != NULL) { in pe_insertscn()
H A Dpe_buffer.c65 sb = STAILQ_NEXT(sb, sb_next); in pe_getbuffer()
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm.c327 cur_instr = STAILQ_NEXT(cur_instr, links)) { in back_patch()
369 cur_instr = STAILQ_NEXT(cur_instr, links)) { in output_code()
427 cur_patch = STAILQ_NEXT(cur_patch,links)) { in output_code()
598 cur_instr = STAILQ_NEXT(cur_instr, links), instrcount++) { in output_listing()
664 cur_patch = STAILQ_NEXT(cur_patch, links); in check_patch()
670 cur_patch = STAILQ_NEXT(cur_patch, links); in check_patch()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_info.c91 cu = STAILQ_NEXT(dbg->dbg_cu_current, cu_next); in _dwarf_info_next_cu()
106 dbg->dbg_cu_current = STAILQ_NEXT(dbg->dbg_cu_current, cu_next); in _dwarf_info_next_cu()
118 cu = STAILQ_NEXT(dbg->dbg_tu_current, cu_next); in _dwarf_info_next_tu()
133 dbg->dbg_tu_current = STAILQ_NEXT(dbg->dbg_tu_current, cu_next); in _dwarf_info_next_tu()
H A Ddwarf_pro_reloc.c100 i++, dre = STAILQ_NEXT(dre, dre_next)) { in dwarf_get_relocation_info()
111 dbg->dbgp_drspos = STAILQ_NEXT(dbg->dbgp_drspos, drs_next); in dwarf_get_relocation_info()
H A Ddwarf_lineno.c85 i < *linecount && ln != NULL; i++, ln = STAILQ_NEXT(ln, ln_next)) in dwarf_srclines()
146 i < *srccount && lf != NULL; i++, lf = STAILQ_NEXT(lf, lf_next)) { in dwarf_srcfiles()
264 i++, lf = STAILQ_NEXT(lf, lf_next)) in dwarf_linesrc()
H A Ddwarf_pro_sections.c68 dbg->dbgp_secpos = STAILQ_NEXT(dbg->dbgp_secpos, ds_next); in dwarf_get_section_bytes()
H A Ddwarf_abbrev.c127 ad = STAILQ_NEXT(ad, ad_next); in dwarf_get_abbrev_entry()
H A Dlibdwarf_die.c323 at = STAILQ_NEXT(at, at_next); in _dwarf_die_gen_recursive()
324 ad = STAILQ_NEXT(ad, ad_next); in _dwarf_die_gen_recursive()
H A Ddwarf_pro_frame.c128 ciep = STAILQ_NEXT(ciep, cie_next); in dwarf_add_frame_fde_b()
/freebsd/contrib/elftoolchain/libelf/
H A Delf_data.c62 return (STAILQ_NEXT(d, d_next) ? in elf_getdata()
63 &STAILQ_NEXT(d, d_next)->d_data : NULL); in elf_getdata()
236 return (&STAILQ_NEXT(d, d_next)->d_data); in elf_rawdata()
/freebsd/bin/ps/
H A Dprint.c82 if (STAILQ_NEXT(vent, next_ve) == NULL) /* last one */ in printheader()
88 if (STAILQ_NEXT(vent, next_ve) != NULL) in printheader()
103 if (STAILQ_NEXT(ve, next_ve) != NULL && strlen(vis_args) > ARGUMENTS_WIDTH) in arguments()
116 if (STAILQ_NEXT(ve, next_ve) == NULL) { in command()
132 if (STAILQ_NEXT(ve, next_ve) == NULL) { in command()
169 if (STAILQ_NEXT(ve, next_ve) == NULL) { /* last field, don't pad */ in ucomm()
/freebsd/sys/kern/
H A Dsubr_autoconf.c137 next_to_notify = STAILQ_NEXT(hook_entry, ich_links); in run_interrupt_driven_config_hooks()
242 next_to_notify = STAILQ_NEXT(hook, ich_links); in config_intrhook_disestablish_locked()
H A Dsubr_devstat.c135 ds_next = STAILQ_NEXT(ds_tmp, dev_links); in devstat_add_entry()
426 nds = STAILQ_NEXT(nds, dev_links); in sysctl_devstat()
/freebsd/sys/dev/firewire/
H A Dfwohci.c1001 STAILQ_NEXT(db_tr, link)->bus_addr);
1011 db_tr = STAILQ_NEXT(db_tr, link);
1173 tr = STAILQ_NEXT(tr, link);
1387 db_tr = STAILQ_NEXT(db_tr, link);
1453 db_tr = STAILQ_NEXT(db_tr, link);
2332 cp = STAILQ_NEXT(pp, link);
2338 np = STAILQ_NEXT(cp, link);
2353 pp = STAILQ_NEXT(pp, link);
2550 db_tr = STAILQ_NEXT(db_tr, link);
2965 db_tr = STAILQ_NEXT(db_tr, link);
[all …]
H A Dsbp_targ.c271 next = STAILQ_NEXT(orbi, link); in sbp_targ_dealloc_login()
505 next = STAILQ_NEXT(login, link); in sbp_targ_en_lun()
593 norbi = STAILQ_NEXT(orbi, link); in sbp_targ_abort()
710 sbp_targ_abort(orbi->sc, STAILQ_NEXT(orbi, link)); in sbp_targ_send_status()
712 norbi = STAILQ_NEXT(orbi, link); in sbp_targ_send_status()
721 norbi = STAILQ_NEXT(norbi, link); in sbp_targ_send_status()
836 sbp_targ_abort(orbi->sc, STAILQ_NEXT(orbi, link)); in sbp_targ_cam_done()
1012 sbp_targ_abort(orbi->sc, STAILQ_NEXT(orbi, link)); in sbp_targ_pt_done()
1434 sbp_targ_abort(orbi->sc, STAILQ_NEXT(orbi, link)); in sbp_targ_cmd_handler()
1585 sbp_targ_abort(orbi->sc, STAILQ_NEXT(orbi, link)); in sbp_targ_mgm_handler()
/freebsd/sys/dev/pci/
H A Dpci_subr.c226 for (; rle != NULL; rle = STAILQ_NEXT(rle, link)) { in pcib_host_res_alloc()
279 for (; rle != NULL; rle = STAILQ_NEXT(rle, link)) { in pcib_host_res_adjust()
/freebsd/lib/libc/tests/nss/
H A Dtestutil.h150 e1 = STAILQ_NEXT(e1, entries); \
151 e2 = STAILQ_NEXT(e2, entries); \
/freebsd/stand/i386/libi386/
H A Dbiossmap.c111 next = STAILQ_NEXT(cur, bufs); in bios_getsmap()
/freebsd/sys/riscv/riscv/
H A Dbusdma_bounce.c866 bpage = STAILQ_NEXT(bpage, links); in bounce_bus_dmamap_sync()
874 bpage = STAILQ_NEXT(bpage, links); in bounce_bus_dmamap_sync()
896 bpage = STAILQ_NEXT(bpage, links); in bounce_bus_dmamap_sync()

123