Home
last modified time | relevance | path

Searched refs:SLIST_FOREACH (Results 1 – 25 of 144) sorted by relevance

123456

/freebsd-10-stable/usr.sbin/config/
Dmkoptions.c71 SLIST_FOREACH(cp, &cputype, cpu_next) { in options()
101 SLIST_FOREACH(ol, &otab, o_next) { in options()
113 SLIST_FOREACH(op, &opt, op_next) { in options()
114 SLIST_FOREACH(ol, &otab, o_next) { in options()
124 SLIST_FOREACH(ol, &otab, o_next) in options()
126 SLIST_FOREACH(op, &opt, op_next) { in options()
158 SLIST_FOREACH(op, &opt, op_next) { in do_option()
189 SLIST_FOREACH(ol, &otab, o_next) in do_option()
219 SLIST_FOREACH(ol, &otab, o_next) in do_option()
300 SLIST_FOREACH(po, &otab, o_next) { in tooption()
[all …]
/freebsd-10-stable/lib/librpcsec_gss/
Drpcsec_gss_conf.c227 SLIST_FOREACH(info, &mechs, link) { in _rpc_gss_load_mech()
278 SLIST_FOREACH(minfo, &mechs, link) { in _rpc_gss_load_qop()
280 SLIST_FOREACH(info, &qops, link) { in _rpc_gss_load_qop()
286 SLIST_FOREACH(info, &qops, link) { in _rpc_gss_load_qop()
301 SLIST_FOREACH(info, &mechs, link) { in rpc_gss_mech_to_oid()
317 SLIST_FOREACH(info, &mechs, link) { in rpc_gss_oid_to_mech()
335 SLIST_FOREACH(info, &qops, link) { in rpc_gss_qop_to_num()
355 SLIST_FOREACH(info, &qops, link) { in _rpc_gss_num_to_qop()
378 SLIST_FOREACH(info, &mechs, link) { in rpc_gss_get_mech_info()
412 SLIST_FOREACH(info, &mechs, link) in rpc_gss_is_installed()
/freebsd-10-stable/lib/libc/tests/sys/
Dqueue_test.c60 SLIST_FOREACH(np, &head, entries) { in ATF_TC_BODY()
77 SLIST_FOREACH(np, &head, entries) { in ATF_TC_BODY()
100 SLIST_FOREACH(np, &head, entries) { in ATF_TC_BODY()
120 SLIST_FOREACH(np, &head, entries) { in ATF_TC_BODY()
134 SLIST_FOREACH(np, &head, entries) { in ATF_TC_BODY()
/freebsd-10-stable/usr.sbin/ac/
Dac.c135 SLIST_FOREACH(tp, &Ttys, next) { in do_tty()
158 SLIST_FOREACH(up, &CurUtmpx, next) in on_console()
177 SLIST_FOREACH(up, &Users, next) { in update_user()
272 SLIST_FOREACH(lp, &Users, next) in show_users()
295 SLIST_FOREACH(lp, &CurUtmpx, next) { in show_today()
301 SLIST_FOREACH(up, &Users, next) { in show_today()
453 SLIST_FOREACH(lp, &CurUtmpx, next) in ac()
/freebsd-10-stable/contrib/nvi/ex/
Dex_move.c126 SLIST_FOREACH(lmp, sp->ep->marks, q) in ex_move()
150 SLIST_FOREACH(lmp, sp->ep->marks, q) in ex_move()
168 SLIST_FOREACH(lmp, sp->ep->marks, q) in ex_move()
184 SLIST_FOREACH(lmp, sp->ep->marks, q) in ex_move()
Dex_display.c96 SLIST_FOREACH(cbp, sp->gp->cutq, q) { in bdisplay()
105 SLIST_FOREACH(cbp, sp->gp->cutq, q) { in bdisplay()
/freebsd-10-stable/sys/net/
Dif_lagg.c278 SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) in lagg_register_vlan()
300 SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) in lagg_unregister_vlan()
475 SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) { in lagg_capabilities()
517 SLIST_FOREACH(llq, &sc->sc_llq_head, llq_entries) { in lagg_port_lladdr()
625 SLIST_FOREACH(sc_ptr, &V_lagg_list, sc_entries) { in lagg_port_create()
673 SLIST_FOREACH(tlp, &sc->sc_ports, lp_entries) { in lagg_port_create()
715 SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) { in lagg_port_checkstacking()
773 SLIST_FOREACH(lp_ptr, &sc->sc_ports, lp_entries) in lagg_port_destroy()
779 SLIST_FOREACH(llq, &sc->sc_llq_head, llq_entries) { in lagg_port_destroy()
962 SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) in lagg_init()
[all …]
Dif_llatbl.c82 SLIST_FOREACH(llt, &V_lltables, llt_link) { in lltable_sysctl_dumparp()
200 SLIST_FOREACH(llt, &V_lltables, llt_link) {
226 SLIST_FOREACH(llt, &V_lltables, llt_link) { in lltable_prefix_free()
305 SLIST_FOREACH(llt, &V_lltables, llt_link) { in lla_rt_output()
485 SLIST_FOREACH(llt, &V_lltables, llt_link) { in DB_SHOW_ALL_COMMAND()
/freebsd-10-stable/bin/pkill/
Dpkill.c407 SLIST_FOREACH(li, &ruidlist, li_chain) in main()
415 SLIST_FOREACH(li, &rgidlist, li_chain) in main()
423 SLIST_FOREACH(li, &euidlist, li_chain) in main()
431 SLIST_FOREACH(li, &ppidlist, li_chain) in main()
439 SLIST_FOREACH(li, &pgrplist, li_chain) in main()
447 SLIST_FOREACH(li, &tdevlist, li_chain) { in main()
459 SLIST_FOREACH(li, &sidlist, li_chain) in main()
467 SLIST_FOREACH(li, &jidlist, li_chain) { in main()
480 SLIST_FOREACH(li, &classlist, li_chain) { in main()
/freebsd-10-stable/sys/netpfil/pf/
Dpf_osfp.c226 SLIST_FOREACH(entry, list, fp_entry) { in pf_osfp_match()
305 SLIST_FOREACH(entry, &fp->fp_oses, fp_entry) { in pf_osfp_add()
367 SLIST_FOREACH(f, list, fp_next) { in pf_osfp_find()
430 SLIST_FOREACH(f, list, fp_next) { in pf_osfp_find_exact()
453 SLIST_FOREACH(f, list, fp_next) in pf_osfp_insert()
472 SLIST_FOREACH(fp, &V_pf_osfp_list, fp_next) { in pf_osfp_get()
473 SLIST_FOREACH(entry, &fp->fp_oses, fp_entry) { in pf_osfp_get()
500 SLIST_FOREACH(f, &V_pf_osfp_list, fp_next) { in pf_osfp_validate()
/freebsd-10-stable/sys/powerpc/powermac/
Dpowermac_thermal.c105 SLIST_FOREACH(sensor, &sensors, entries) { in pmac_therm_manage_fans()
136 SLIST_FOREACH(fan, &fans, entries) { in pmac_therm_manage_fans()
139 SLIST_FOREACH(sensor, &sensors, entries) { in pmac_therm_manage_fans()
/freebsd-10-stable/contrib/nvi/common/
Dmark.c211 SLIST_FOREACH(lmp, sp->ep->marks, q) { in mark_find()
239 SLIST_FOREACH(lmp, sp->ep->marks, q) in mark_insdel()
269 SLIST_FOREACH(lmp, sp->ep->marks, q) in mark_insdel()
/freebsd-10-stable/lib/libgssapi/
Dgss_krb5.c43 SLIST_FOREACH(m, &_gss_mechs, gm_link) { in gsskrb5_register_acceptor_identity()
62 SLIST_FOREACH(mcp, &cred->gc_mc, gmc_link) { in gss_krb5_copy_ccache()
Dgss_duplicate_name.c61 SLIST_FOREACH(mn, &name->gn_mn, gmn_link) { in gss_duplicate_name()
76 SLIST_FOREACH(mn, &name->gn_mn, gmn_link) { in gss_duplicate_name()
Dgss_set_cred_option.c66 SLIST_FOREACH(m, &_gss_mechs, gm_link) { in gss_set_cred_option()
101 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) { in gss_set_cred_option()
/freebsd-10-stable/usr.sbin/nandsim/
Dnandsim_rcfile.c114 SLIST_FOREACH(p, &pf_head, rf_next) in rc_find()
126 SLIST_FOREACH(p, &rcp->rf_sect, rs_next) in rc_findsect()
178 SLIST_FOREACH(p, &rsp->rs_keys, rk_next) in rc_sect_findkey()
427 SLIST_FOREACH(p, &rsp->rs_keys, rk_next) in rc_getkeys()
434 SLIST_FOREACH(p, &rsp->rs_keys, rk_next) in rc_getkeys()
/freebsd-10-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
Dbsnmpmap.c309 SLIST_FOREACH(temp, headp, link) { in snmp_mapping_insert()
515 SLIST_FOREACH(temp, &snmptoolctx->snmp_tablelist, link) { in snmp_table_insert()
595 SLIST_FOREACH(temp, &snmptoolctx->snmp_tclist, link) { in snmp_enumtc_lookup()
611 SLIST_FOREACH(entry,headp,link) { in snmp_mapping_dumplist()
630 SLIST_FOREACH(entry, headp, link) { in snmp_mapping_dumptable()
728 SLIST_FOREACH(temp, headp, link) in snmp_lookuplist_string()
747 SLIST_FOREACH(temp,headp,link) { in snmp_lookup_leaf()
878 SLIST_FOREACH(temp, hp, link) { in snmp_lookup_oidlist()
903 SLIST_FOREACH(temp, headp, link) { in snmp_lookup_tablelist()
/freebsd-10-stable/sys/kern/
Dkern_et.c85 SLIST_FOREACH(tmp, &eventtimers, et_all) { in et_register()
139 SLIST_FOREACH(et, &eventtimers, et_all) { in et_find()
250 SLIST_FOREACH(et, &eventtimers, et_all) { in sysctl_kern_eventtimer_choice()
/freebsd-10-stable/sys/dev/etherswitch/
Dmiiproxy.c135 SLIST_FOREACH(e, &rendevoushead, entries) { in rendevous_register_proxy()
165 SLIST_FOREACH(e, &rendevoushead, entries) { in rendevous_register_target()
189 SLIST_FOREACH(e, &rendevoushead, entries) { in rendevous_unregister_proxy()
216 SLIST_FOREACH(e, &rendevoushead, entries) { in rendevous_unregister_target()
/freebsd-10-stable/sys/dev/kbdmux/
Dkbdmux.c302 SLIST_FOREACH(k, &state->ks_kbds, next) in kbdmux_kbd_event()
672 SLIST_FOREACH(k, &state->ks_kbds, next) { in kbdmux_read_char()
972 SLIST_FOREACH(k, &state->ks_kbds, next) in kbdmux_ioctl()
1040 SLIST_FOREACH(k, &state->ks_kbds, next) in kbdmux_ioctl()
1125 SLIST_FOREACH(k, &state->ks_kbds, next) in kbdmux_ioctl()
1156 SLIST_FOREACH(k, &state->ks_kbds, next) in kbdmux_ioctl()
1202 SLIST_FOREACH(k, &state->ks_kbds, next) in kbdmux_ioctl()
1216 SLIST_FOREACH(k, &state->ks_kbds, next) in kbdmux_ioctl()
1312 SLIST_FOREACH(k, &state->ks_kbds, next) in kbdmux_poll()
/freebsd-10-stable/contrib/bsnmp/snmpd/
Dtrap.c574 SLIST_FOREACH(n, &target_notifylist, tn) { in snmp_send_trap()
578 SLIST_FOREACH(ta, &target_addresslist, ta) in snmp_send_trap()
590 SLIST_FOREACH(tp, &target_paramlist, tp) in snmp_send_trap()
672 SLIST_FOREACH(addrs, &target_addresslist, ta) in target_new_address()
690 SLIST_FOREACH(temp, &target_addresslist, ta) { in target_new_address()
774 SLIST_FOREACH(param, &target_paramlist, tp) in target_new_param()
790 SLIST_FOREACH(temp, &target_paramlist, tp) { in target_new_param()
839 SLIST_FOREACH(notify, &target_notifylist, tn) in target_new_notify()
855 SLIST_FOREACH(temp, &target_notifylist, tn) { in target_new_notify()
/freebsd-10-stable/sys/dev/sound/pcm/
Dsndstat.c212 SLIST_FOREACH(ent, &sndstat_devlist, link) { in sndstat_find()
304 SLIST_FOREACH(ent, &sndstat_devlist, link) { in sndstat_unregister()
324 SLIST_FOREACH(ent, &sndstat_devlist, link) { in sndstat_unregisterfile()
386 SLIST_FOREACH(ent, &sndstat_devlist, link) { in sndstat_prepare()
/freebsd-10-stable/usr.sbin/autofs/
Dpopen.c125 SLIST_FOREACH(p, &pidlist, next) in auto_popen()
156 SLIST_FOREACH(cur, &pidlist, next) { in auto_pclose()
/freebsd-10-stable/lib/libc/gen/
Dpopen.c170 SLIST_FOREACH(p, &pidlist, next)
208 SLIST_FOREACH(cur, &pidlist, next) {
/freebsd-10-stable/usr.sbin/kbdmap/
Dkbdmap.c83 SLIST_FOREACH(km, &head, entries) in get_keymap()
99 SLIST_FOREACH(km, &head, entries) in get_num_keymaps()
113 SLIST_FOREACH(km, &head, entries) { in remove_keymap()
131 SLIST_FOREACH(km, &head, entries) { in add_keymap()
756 SLIST_FOREACH(km, &head, entries) in menu_read()

123456