Searched refs:STAILQ_NEXT (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-13-stable/contrib/openbsm/compat/
H A Dqueue.h244 (var) = STAILQ_NEXT((var), field))
249 (var) && ((tvar) = STAILQ_NEXT((var), field), 1); \
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); \
264 if ((STAILQ_NEXT((elm), field) = STAILQ_FIRST((head))) == NULL) \
265 (head)->stqh_last = &STAILQ_NEXT((elm), field); \
270 STAILQ_NEXT((elm), field) = NULL; \
272 (head)->stqh_last = &STAILQ_NEXT((el
281 #define STAILQ_NEXT macro
[all...]
/freebsd-13-stable/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-13-stable/sys/sys/
H A Dqueue.h357 (var) = STAILQ_NEXT((var), field))
362 (var) = STAILQ_NEXT((var), field))
366 (var) && ((tvar) = STAILQ_NEXT((var), field), 1); \
371 (var) && ((tvar) = STAILQ_NEXT((var), field), 1); \
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); \
386 if ((STAILQ_NEXT((elm), field) = STAILQ_FIRST((head))) == NULL) \
387 (head)->stqh_last = &STAILQ_NEXT((el
402 #define STAILQ_NEXT macro
[all...]
/freebsd-13-stable/contrib/elftoolchain/libpe/
H A Dpe_section.c78 ps = STAILQ_NEXT(ps, ps_next);
83 ps = STAILQ_NEXT(ps, ps_next);
169 while ((a = STAILQ_NEXT(a, ps_next)) != NULL) {
H A Dpe_buffer.c65 sb = STAILQ_NEXT(sb, sb_next);
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_reloc.c100 i++, dre = STAILQ_NEXT(dre, dre_next)) {
111 dbg->dbgp_drspos = STAILQ_NEXT(dbg->dbgp_drspos, drs_next);
H A Ddwarf_pro_sections.c68 dbg->dbgp_secpos = STAILQ_NEXT(dbg->dbgp_secpos, ds_next);
H A Dlibdwarf_info.c91 cu = STAILQ_NEXT(dbg->dbg_cu_current, cu_next);
106 dbg->dbg_cu_current = STAILQ_NEXT(dbg->dbg_cu_current, cu_next);
118 cu = STAILQ_NEXT(dbg->dbg_tu_current, cu_next);
133 dbg->dbg_tu_current = STAILQ_NEXT(dbg->dbg_tu_current, cu_next);
H A Ddwarf_lineno.c85 i < *linecount && ln != NULL; i++, ln = STAILQ_NEXT(ln, ln_next))
146 i < *srccount && lf != NULL; i++, lf = STAILQ_NEXT(lf, lf_next)) {
264 i++, lf = STAILQ_NEXT(lf, lf_next))
H A Ddwarf_abbrev.c127 ad = STAILQ_NEXT(ad, ad_next);
H A Ddwarf_pro_frame.c128 ciep = STAILQ_NEXT(ciep, cie_next);
H A Dlibdwarf_die.c323 at = STAILQ_NEXT(at, at_next);
324 ad = STAILQ_NEXT(ad, ad_next);
H A Ddwarf_attr.c90 i < *attrcount && at != NULL; i++, at = STAILQ_NEXT(at, at_next))
/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.c329 cur_instr = STAILQ_NEXT(cur_instr, links)) {
371 cur_instr = STAILQ_NEXT(cur_instr, links)) {
429 cur_patch = STAILQ_NEXT(cur_patch,links)) {
600 cur_instr = STAILQ_NEXT(cur_instr, links), instrcount++) {
666 cur_patch = STAILQ_NEXT(cur_patch, links);
672 cur_patch = STAILQ_NEXT(cur_patch, links);
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Delf_data.c62 return (STAILQ_NEXT(d, d_next) ?
63 &STAILQ_NEXT(d, d_next)->d_data : NULL);
236 return (&STAILQ_NEXT(d, d_next)->d_data);
/freebsd-13-stable/sys/dev/pccard/
H A Dpccard_cis_quirks.c312 cfe_next = STAILQ_NEXT(cfe, cfe_list);
315 pf_next = STAILQ_NEXT(pf, pf_list);
H A Dpccardvar.h156 STAILQ_NEXT(STAILQ_FIRST(&(sc)->card.pf_head),pf_list))
/freebsd-13-stable/stand/i386/libi386/
H A Dbiossmap.c114 next = STAILQ_NEXT(cur, bufs);
/freebsd-13-stable/lib/libc/tests/nss/
H A Dtestutil.h152 e1 = STAILQ_NEXT(e1, entries); \
153 e2 = STAILQ_NEXT(e2, entries); \
/freebsd-13-stable/sys/dev/pci/
H A Dpci_subr.c228 for (; rle != NULL; rle = STAILQ_NEXT(rle, link)) {
281 for (; rle != NULL; rle = STAILQ_NEXT(rle, link)) {
/freebsd-13-stable/bin/ps/
H A Dprint.c91 if (STAILQ_NEXT(vent, next_ve) == NULL) /* last one */
97 if (STAILQ_NEXT(vent, next_ve) != NULL)
112 if (STAILQ_NEXT(ve, next_ve) != NULL && strlen(vis_args) > ARGUMENTS_WIDTH)
125 if (STAILQ_NEXT(ve, next_ve) == NULL) {
141 if (STAILQ_NEXT(ve, next_ve) == NULL) {
178 if (STAILQ_NEXT(ve, next_ve) == NULL) { /* last field, don't pad */
/freebsd-13-stable/sys/dev/firewire/
H A Dfwohci.c582 i++, db_tr = STAILQ_NEXT(db_tr, link)) {
586 i++, db_tr = STAILQ_NEXT(db_tr, link)) {
1003 STAILQ_NEXT(db_tr, link)->bus_addr);
1013 db_tr = STAILQ_NEXT(db_tr, link);
1175 tr = STAILQ_NEXT(tr, link);
1205 db_tr = STAILQ_NEXT(db_tr, link), idb++) {
1365 dbch->bottom = STAILQ_NEXT(dbch->bottom, link);
1370 if (STAILQ_NEXT(db_tr, link) == NULL) {
1376 STAILQ_NEXT(db_tr, link)->bus_addr | z);
1389 db_tr = STAILQ_NEXT(db_t
[all...]
H A Dsbp_targ.c273 next = STAILQ_NEXT(orbi, link);
507 next = STAILQ_NEXT(login, link);
595 norbi = STAILQ_NEXT(orbi, link);
712 sbp_targ_abort(orbi->sc, STAILQ_NEXT(orbi, link));
714 norbi = STAILQ_NEXT(orbi, link);
723 norbi = STAILQ_NEXT(norbi, link);
838 sbp_targ_abort(orbi->sc, STAILQ_NEXT(orbi, link));
1014 sbp_targ_abort(orbi->sc, STAILQ_NEXT(orbi, link));
1437 sbp_targ_abort(orbi->sc, STAILQ_NEXT(orbi, link));
1590 sbp_targ_abort(orbi->sc, STAILQ_NEXT(orb
[all...]
/freebsd-13-stable/sys/kern/
H A Dsubr_devstat.c146 ds_next = STAILQ_NEXT(ds_tmp, dev_links);
439 nds = STAILQ_NEXT(nds, dev_links);
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_parser.h214 #define SIMPLEQ_NEXT STAILQ_NEXT

Completed in 182 milliseconds

123