Searched refs:SLIST_FOREACH (Results 1 - 25 of 139) sorted by relevance

123456

/freebsd-10.1-release/usr.sbin/config/
H A Dmkoptions.c71 SLIST_FOREACH(cp, &cputype, cpu_next) {
101 SLIST_FOREACH(ol, &otab, o_next) {
113 SLIST_FOREACH(op, &opt, op_next) {
114 SLIST_FOREACH(ol, &otab, o_next) {
124 SLIST_FOREACH(ol, &otab, o_next)
126 SLIST_FOREACH(op, &opt, op_next) {
158 SLIST_FOREACH(op, &opt, op_next) {
189 SLIST_FOREACH(ol, &otab, o_next)
219 SLIST_FOREACH(ol, &otab, o_next)
300 SLIST_FOREACH(p
[all...]
/freebsd-10.1-release/lib/libgssapi/
H A Dgss_duplicate_name.c61 SLIST_FOREACH(mn, &name->gn_mn, gmn_link) {
76 SLIST_FOREACH(mn, &name->gn_mn, gmn_link) {
H A Dgss_krb5.c43 SLIST_FOREACH(m, &_gss_mechs, gm_link) {
62 SLIST_FOREACH(mcp, &cred->gc_mc, gmc_link) {
H A Dgss_indicate_mechs.c48 SLIST_FOREACH(m, &_gss_mechs, gm_link) {
H A Dgss_inquire_mechs_for_name.c58 SLIST_FOREACH(m, &_gss_mechs, gm_link) {
H A Dgss_set_sec_context_option.c56 SLIST_FOREACH(m, &_gss_mechs, gm_link) {
H A Dgss_set_cred_option.c66 SLIST_FOREACH(m, &_gss_mechs, gm_link) {
101 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) {
H A Dgss_compare_name.c63 SLIST_FOREACH(mn1, &name1->gn_mn, gmn_link) {
H A Dgss_display_name.c77 SLIST_FOREACH(mn, &name->gn_mn, gmn_link) {
H A Dgss_inquire_cred_by_mech.c67 SLIST_FOREACH(mcp, &cred->gc_mc, gmc_link)
H A Dgss_inquire_cred_by_oid.c60 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) {
H A Dgss_inquire_cred.c107 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) {
142 SLIST_FOREACH(m, &_gss_mechs, gm_link) {
/freebsd-10.1-release/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c227 SLIST_FOREACH(info, &mechs, link) {
278 SLIST_FOREACH(minfo, &mechs, link) {
280 SLIST_FOREACH(info, &qops, link) {
286 SLIST_FOREACH(info, &qops, link) {
301 SLIST_FOREACH(info, &mechs, link) {
317 SLIST_FOREACH(info, &mechs, link) {
335 SLIST_FOREACH(info, &qops, link) {
355 SLIST_FOREACH(info, &qops, link) {
378 SLIST_FOREACH(info, &mechs, link) {
412 SLIST_FOREACH(inf
[all...]
/freebsd-10.1-release/contrib/nvi/ex/
H A Dex_move.c126 SLIST_FOREACH(lmp, sp->ep->marks, q)
150 SLIST_FOREACH(lmp, sp->ep->marks, q)
168 SLIST_FOREACH(lmp, sp->ep->marks, q)
184 SLIST_FOREACH(lmp, sp->ep->marks, q)
H A Dex_display.c96 SLIST_FOREACH(cbp, sp->gp->cutq, q) {
105 SLIST_FOREACH(cbp, sp->gp->cutq, q) {
/freebsd-10.1-release/contrib/nvi/common/
H A Dmark.c211 SLIST_FOREACH(lmp, sp->ep->marks, q) {
239 SLIST_FOREACH(lmp, sp->ep->marks, q)
269 SLIST_FOREACH(lmp, sp->ep->marks, q)
H A Dcut.h71 SLIST_FOREACH(cbp, sp->gp->cutq, q) \
/freebsd-10.1-release/sys/powerpc/powermac/
H A Dpowermac_thermal.c105 SLIST_FOREACH(sensor, &sensors, entries) {
136 SLIST_FOREACH(fan, &fans, entries) {
139 SLIST_FOREACH(sensor, &sensors, entries) {
/freebsd-10.1-release/usr.sbin/ac/
H A Dac.c135 SLIST_FOREACH(tp, &Ttys, next) {
158 SLIST_FOREACH(up, &CurUtmpx, next)
177 SLIST_FOREACH(up, &Users, next) {
272 SLIST_FOREACH(lp, &Users, next)
295 SLIST_FOREACH(lp, &CurUtmpx, next) {
301 SLIST_FOREACH(up, &Users, next) {
453 SLIST_FOREACH(lp, &CurUtmpx, next)
/freebsd-10.1-release/usr.sbin/nandsim/
H A Dnandsim_rcfile.c114 SLIST_FOREACH(p, &pf_head, rf_next)
126 SLIST_FOREACH(p, &rcp->rf_sect, rs_next)
178 SLIST_FOREACH(p, &rsp->rs_keys, rk_next)
427 SLIST_FOREACH(p, &rsp->rs_keys, rk_next)
434 SLIST_FOREACH(p, &rsp->rs_keys, rk_next)
/freebsd-10.1-release/sys/net/
H A Dif_lagg.c248 SLIST_FOREACH(lp, &sc->sc_ports, lp_entries)
270 SLIST_FOREACH(lp, &sc->sc_ports, lp_entries)
460 SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) {
504 SLIST_FOREACH(llq, &sc->sc_llq_head, llq_entries) {
599 SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) {
633 SLIST_FOREACH(sc_ptr, &lagg_list, sc_entries) {
708 SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) {
766 SLIST_FOREACH(lp_ptr, &sc->sc_ports, lp_entries)
772 SLIST_FOREACH(llq, &sc->sc_llq_head, llq_entries) {
955 SLIST_FOREACH(l
[all...]
/freebsd-10.1-release/bin/pkill/
H A Dpkill.c406 SLIST_FOREACH(li, &ruidlist, li_chain)
414 SLIST_FOREACH(li, &rgidlist, li_chain)
422 SLIST_FOREACH(li, &euidlist, li_chain)
430 SLIST_FOREACH(li, &ppidlist, li_chain)
438 SLIST_FOREACH(li, &pgrplist, li_chain)
446 SLIST_FOREACH(li, &tdevlist, li_chain) {
458 SLIST_FOREACH(li, &sidlist, li_chain)
466 SLIST_FOREACH(li, &jidlist, li_chain) {
479 SLIST_FOREACH(li, &classlist, li_chain) {
/freebsd-10.1-release/lib/libc/gen/
H A Dpopen.c150 SLIST_FOREACH(p, &pidlist, next)
194 SLIST_FOREACH(cur, &pidlist, next) {
/freebsd-10.1-release/sys/netpfil/pf/
H A Dpf_osfp.c219 SLIST_FOREACH(entry, list, fp_entry) { function
298 SLIST_FOREACH(entry, &fp->fp_oses, fp_entry) {
360 SLIST_FOREACH(f, list, fp_next) { function
423 SLIST_FOREACH(f, list, fp_next) { function
446 SLIST_FOREACH(f, list, fp_next)
465 SLIST_FOREACH(fp, &V_pf_osfp_list, fp_next) {
466 SLIST_FOREACH(entry, &fp->fp_oses, fp_entry) {
493 SLIST_FOREACH(f, &V_pf_osfp_list, fp_next) {
/freebsd-10.1-release/usr.sbin/autofs/
H A Dpopen.c125 SLIST_FOREACH(p, &pidlist, next)
156 SLIST_FOREACH(cur, &pidlist, next) {

Completed in 174 milliseconds

123456