Home
last modified time | relevance | path

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

1234567

/freebsd-11-stable/usr.sbin/config/
HDmkoptions.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-11-stable/lib/librpcsec_gss/
HDrpcsec_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-11-stable/lib/libc/tests/sys/
HDqueue_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-11-stable/sys/net/
HDif_lagg.c435 SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) in lagg_register_vlan()
454 SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) in lagg_unregister_vlan()
572 SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) in lagg_capabilities()
582 SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) { in lagg_capabilities()
592 SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) { in lagg_capabilities()
676 SLIST_FOREACH(sc_ptr, &V_lagg_list, sc_entries) { in lagg_port_create()
741 SLIST_FOREACH(tlp, &sc->sc_ports, lp_entries) { in lagg_port_create()
783 SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) { in lagg_port_checkstacking()
852 SLIST_FOREACH(lp_ptr, &sc->sc_ports, lp_entries) in lagg_port_destroy()
971 SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) { in lagg_get_counter()
[all …]
/freebsd-11-stable/usr.sbin/ac/
HDac.c137 SLIST_FOREACH(tp, &Ttys, next) { in do_tty()
160 SLIST_FOREACH(up, &CurUtmpx, next) in on_console()
179 SLIST_FOREACH(up, &Users, next) { in update_user()
274 SLIST_FOREACH(lp, &Users, next) in show_users()
297 SLIST_FOREACH(lp, &CurUtmpx, next) { in show_today()
303 SLIST_FOREACH(up, &Users, next) { in show_today()
455 SLIST_FOREACH(lp, &CurUtmpx, next) in ac()
/freebsd-11-stable/contrib/nvi/ex/
HDex_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()
HDex_display.c96 SLIST_FOREACH(cbp, sp->gp->cutq, q) { in bdisplay()
105 SLIST_FOREACH(cbp, sp->gp->cutq, q) { in bdisplay()
/freebsd-11-stable/bin/pkill/
HDpkill.c413 SLIST_FOREACH(li, &ruidlist, li_chain) in main()
421 SLIST_FOREACH(li, &rgidlist, li_chain) in main()
429 SLIST_FOREACH(li, &euidlist, li_chain) in main()
437 SLIST_FOREACH(li, &ppidlist, li_chain) in main()
445 SLIST_FOREACH(li, &pgrplist, li_chain) in main()
453 SLIST_FOREACH(li, &tdevlist, li_chain) { in main()
465 SLIST_FOREACH(li, &sidlist, li_chain) in main()
473 SLIST_FOREACH(li, &jidlist, li_chain) { in main()
486 SLIST_FOREACH(li, &classlist, li_chain) { in main()
/freebsd-11-stable/sys/netpfil/pf/
HDpf_osfp.c228 SLIST_FOREACH(entry, list, fp_entry) { in pf_osfp_match()
307 SLIST_FOREACH(entry, &fp->fp_oses, fp_entry) { in pf_osfp_add()
369 SLIST_FOREACH(f, list, fp_next) { in pf_osfp_find()
432 SLIST_FOREACH(f, list, fp_next) { in pf_osfp_find_exact()
455 SLIST_FOREACH(f, list, fp_next) in pf_osfp_insert()
474 SLIST_FOREACH(fp, &V_pf_osfp_list, fp_next) { in pf_osfp_get()
475 SLIST_FOREACH(entry, &fp->fp_oses, fp_entry) { in pf_osfp_get()
502 SLIST_FOREACH(f, &V_pf_osfp_list, fp_next) { in pf_osfp_validate()
/freebsd-11-stable/contrib/nvi/common/
HDmark.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()
HDseq.c151 SLIST_FOREACH(qp, sp->gp->seqq, q) { in seq_delete()
313 SLIST_FOREACH(qp, sp->gp->seqq, q) { in seq_dump()
361 SLIST_FOREACH(qp, sp->gp->seqq, q) { in seq_save()
/freebsd-11-stable/usr.sbin/nandsim/
HDnandsim_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-11-stable/lib/libgssapi/
HDgss_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()
HDgss_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()
HDgss_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()
HDgss_inquire_cred.c107 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) { in gss_inquire_cred()
142 SLIST_FOREACH(m, &_gss_mechs, gm_link) { in gss_inquire_cred()
/freebsd-11-stable/sys/powerpc/powermac/
HDpowermac_thermal.c110 SLIST_FOREACH(sensor, &sensors, entries) { in pmac_therm_manage_fans()
141 SLIST_FOREACH(fan, &fans, entries) { in pmac_therm_manage_fans()
144 SLIST_FOREACH(sensor, &sensors, entries) { in pmac_therm_manage_fans()
/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
HDbsnmpmap.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-11-stable/sys/kern/
HDkern_et.c86 SLIST_FOREACH(tmp, &eventtimers, et_all) { in et_register()
140 SLIST_FOREACH(et, &eventtimers, et_all) { in et_find()
249 SLIST_FOREACH(et, &eventtimers, et_all) { in sysctl_kern_eventtimer_choice()
/freebsd-11-stable/contrib/bsnmp/snmpd/
HDtrap.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()
773 SLIST_FOREACH(param, &target_paramlist, tp) in target_new_param()
789 SLIST_FOREACH(temp, &target_paramlist, tp) { in target_new_param()
838 SLIST_FOREACH(notify, &target_notifylist, tn) in target_new_notify()
854 SLIST_FOREACH(temp, &target_notifylist, tn) { in target_new_notify()
/freebsd-11-stable/sys/dev/etherswitch/
HDmiiproxy.c132 SLIST_FOREACH(e, &rendezvoushead, entries) { in rendezvous_register_proxy()
162 SLIST_FOREACH(e, &rendezvoushead, entries) { in rendezvous_register_target()
186 SLIST_FOREACH(e, &rendezvoushead, entries) { in rendezvous_unregister_proxy()
213 SLIST_FOREACH(e, &rendezvoushead, entries) { in rendezvous_unregister_target()
/freebsd-11-stable/sys/dev/kbdmux/
HDkbdmux.c313 SLIST_FOREACH(k, &state->ks_kbds, next) in kbdmux_kbd_event()
719 SLIST_FOREACH(k, &state->ks_kbds, next) { in kbdmux_read_char()
1033 SLIST_FOREACH(k, &state->ks_kbds, next) in kbdmux_ioctl()
1101 SLIST_FOREACH(k, &state->ks_kbds, next) in kbdmux_ioctl()
1190 SLIST_FOREACH(k, &state->ks_kbds, next) in kbdmux_ioctl()
1221 SLIST_FOREACH(k, &state->ks_kbds, next) in kbdmux_ioctl()
1271 SLIST_FOREACH(k, &state->ks_kbds, next) in kbdmux_ioctl()
1285 SLIST_FOREACH(k, &state->ks_kbds, next) in kbdmux_ioctl()
1382 SLIST_FOREACH(k, &state->ks_kbds, next) in kbdmux_poll()
/freebsd-11-stable/usr.sbin/autofs/
HDpopen.c127 SLIST_FOREACH(p, &pidlist, next) in auto_popen()
158 SLIST_FOREACH(cur, &pidlist, next) { in auto_pclose()
/freebsd-11-stable/lib/libc/gen/
HDpopen.c160 SLIST_FOREACH(p, &pidlist, next) in popen()
205 SLIST_FOREACH(cur, &pidlist, next) { in pclose()
/freebsd-11-stable/usr.sbin/kbdmap/
HDkbdmap.c86 SLIST_FOREACH(km, &head, entries) in get_keymap()
102 SLIST_FOREACH(km, &head, entries) in get_num_keymaps()
116 SLIST_FOREACH(km, &head, entries) { in remove_keymap()
134 SLIST_FOREACH(km, &head, entries) { in add_keymap()
765 SLIST_FOREACH(km, &head, entries) in menu_read()

1234567