Searched refs:STAILQ_FOREACH (Results 76 - 100 of 179) sorted by relevance

12345678

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_expr.c89 STAILQ_FOREACH(ee, &expr->pe_eelist, ee_next) {
H A Dlibdwarf_lineno.c511 STAILQ_FOREACH(ln, &li->li_lnlist, ln_next) {
723 STAILQ_FOREACH(lf, &li->li_lflist, lf_next) {
H A Dlibdwarf_frame.c37 STAILQ_FOREACH(cie, &fs->fs_cielist, cie_next) {
516 STAILQ_FOREACH(cie, &fs->fs_cielist, cie_next) {
531 STAILQ_FOREACH(fde, &fs->fs_fdelist, fde_next) {
1559 STAILQ_FOREACH(cie, &dbg->dbgp_cielist, cie_next)
1563 STAILQ_FOREACH(fde, &dbg->dbgp_fdelist, fde_next)
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis_pci.c202 STAILQ_FOREACH(rle, rl, link) { function
/freebsd-11-stable/usr.bin/mt/
H A Dmt.c1039 STAILQ_FOREACH(entry, &status_data.entries, links)
1406 STAILQ_FOREACH(entry, &density_root->child_entries, links) {
1489 STAILQ_FOREACH(entry, &report_root->child_entries, links) {
1495 STAILQ_FOREACH(nv, &entry->nv_list, links) {
1542 STAILQ_FOREACH(entry, &density_root->child_entries, links) {
/freebsd-11-stable/bin/ps/
H A Dps.c664 STAILQ_FOREACH(vent, &varlist, next_ve) {
1171 STAILQ_FOREACH(vent, &varlist, next_ve) {
1184 STAILQ_FOREACH(vent, &varlist, next_ve) {
1203 STAILQ_FOREACH(vent, &varlist, next_ve) {
1227 STAILQ_FOREACH(vent, &varlist, next_ve) {
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c730 STAILQ_FOREACH(entry, &list_main, link) {
2022 STAILQ_FOREACH(elm, &root->dagmembers, link) {
2100 STAILQ_FOREACH(elm, &root->dagmembers, link) {
2677 STAILQ_FOREACH(elm, list, link) { function
2759 STAILQ_FOREACH(elm, list, link) { function
2826 STAILQ_FOREACH(elm, list, link)
2863 STAILQ_FOREACH(listelm, list, link) { function
2899 STAILQ_FOREACH(elm, &root->dagmembers, link) {
3063 STAILQ_FOREACH(elm, list, link) { function
4205 STAILQ_FOREACH(el
4297 STAILQ_FOREACH(elm, objlist, link) { function
5348 STAILQ_FOREACH(entry, objlist, link) { function
5464 STAILQ_FOREACH(elm, list, link) { function
[all...]
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c845 STAILQ_FOREACH(inc, &inclist, inc_nextp) {
912 STAILQ_FOREACH(ent, filelist, cf_nextp) { function
932 STAILQ_FOREACH(ent, globlist, cf_nextp) { function
1001 STAILQ_FOREACH(globent, glob_p, cf_nextp) { function
1016 STAILQ_FOREACH(ent, work_p, cf_nextp) { function
1696 STAILQ_FOREACH(inc, inclist, inc_nextp) { function
/freebsd-11-stable/sys/dev/firewire/
H A Dfwcrom.c494 STAILQ_FOREACH(chunk, &src->chunk_list, link) {
513 STAILQ_FOREACH(chunk, &src->chunk_list, link) {
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_tpc_local.c288 STAILQ_FOREACH(lun, &softc->lun_list, links) {
H A Dscsi_ctl.c275 STAILQ_FOREACH(softc, &ctlfe_softc_list, links) {
1815 STAILQ_FOREACH(lun_softc, &softc->lun_softc_list, links) {
1872 STAILQ_FOREACH(hdr, &softc->work_queue, periph_links.stqe) {
1994 STAILQ_FOREACH(bus_softc, &ctlfe_softc_list, links) {
1996 STAILQ_FOREACH(lun_softc, &bus_softc->lun_softc_list, links)
/freebsd-11-stable/share/man/man3/
H A DMakefile116 queue.3 STAILQ_FOREACH.3 \
/freebsd-11-stable/usr.sbin/pmccontrol/
H A Dpmccontrol.c156 STAILQ_FOREACH(np, op_list, op_next) { function
/freebsd-11-stable/usr.sbin/config/
H A Dconfig.y370 STAILQ_FOREACH(dp, dlist, d_next)
/freebsd-11-stable/sys/x86/x86/
H A Dmca.c176 STAILQ_FOREACH(rec, &mca_records, link) {
738 STAILQ_FOREACH(mca, &mca_records, link) {
1217 STAILQ_FOREACH(mca, &mca_records, link) {
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c356 STAILQ_FOREACH(pch, &pmcpl_ct_node_hash[i], pch_next)
681 STAILQ_FOREACH(h, &pmcpl_ct_node_hash[hash], pch_next) {
1091 STAILQ_FOREACH(pch, &pmcpl_ct_node_hash[i], pch_next)
/freebsd-11-stable/usr.sbin/usbdump/
H A Dusbdump.c196 STAILQ_FOREACH(puf, &usb_filt_head, entry)
216 STAILQ_FOREACH(puf, &usb_filt_head, entry) {
273 STAILQ_FOREACH(puf, &usb_filt_head, entry) {
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_update.c194 STAILQ_FOREACH(ld, &s->s_data, d_next) {
774 STAILQ_FOREACH(ld, &s->s_rawdata, d_next) {
807 STAILQ_FOREACH(ld, &s->s_data, d_next) {
/freebsd-11-stable/sys/netgraph/
H A Dng_nat.c590 STAILQ_FOREACH(entry, &priv->redirhead, entries) {
629 STAILQ_FOREACH(entry, &priv->redirhead, entries) {
665 STAILQ_FOREACH(entry, &priv->redirhead, entries) {
/freebsd-11-stable/sys/kern/
H A Dsubr_witness.c912 STAILQ_FOREACH(w, &w_all, w_list)
918 STAILQ_FOREACH(w, &w_all, w_list) {
982 STAILQ_FOREACH(w, list, w_typelist) { function
1002 STAILQ_FOREACH(w, &w_all, w_list)
1026 STAILQ_FOREACH(w, &w_all, w_list) {
2756 STAILQ_FOREACH(w, &w_all, w_list)
2758 STAILQ_FOREACH(w, &w_all, w_list)
H A Dsubr_devstat.c140 STAILQ_FOREACH(ds_tmp, devstat_head, dev_links) { function
H A Dsubr_kdb.c560 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) {
/freebsd-11-stable/usr.sbin/ctld/
H A Dkernel.c525 STAILQ_FOREACH(port, &devlist.port_list, links) {
603 STAILQ_FOREACH(lun, &devlist.lun_list, links) {
637 STAILQ_FOREACH(nv, &lun->attr_list, links) {
/freebsd-11-stable/sys/i386/pci/
H A Dpci_cfgreg.c545 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu)
/freebsd-11-stable/usr.sbin/pkg/
H A Dconfig.c478 STAILQ_FOREACH(cv, c[REPOS_DIR].list, next)

Completed in 205 milliseconds

12345678