Home
last modified time | relevance | path

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

1234

/openbsd/usr.sbin/ldapd/
H A Dvalidate.c37 SLIST_FOREACH(ap, obj->must, next) { in validate_required_attributes()
199 SLIST_FOREACH(ap, alist, next) { in has_attribute()
217 SLIST_FOREACH(optr, olist, next) { in validate_allowed_attribute()
236 SLIST_FOREACH(optr, olist, next) in olist_push()
248 SLIST_FOREACH(sup, obj->sup, next) in olist_push()
278 SLIST_FOREACH(optr, obj->sup, next) in is_super()
363 SLIST_FOREACH(optr, olist, next) { in validate_entry()
372 SLIST_FOREACH(optr2, olist, next) { in validate_entry()
390 SLIST_FOREACH(optr, olist, next) { in validate_entry()
/openbsd/sys/arch/i386/stand/libsa/
H A Dsoftraid_i386.c195 SLIST_FOREACH(bv, &sr_volumes, sbv_link) { in srprobe()
220 SLIST_FOREACH(bv1, &sr_volumes, sbv_link) { in srprobe()
234 SLIST_FOREACH(bc1, &bv->sbv_chunks, sbc_link) { in srprobe()
253 SLIST_FOREACH(bv, &sr_volumes, sbv_link) { in srprobe()
262 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) { in srprobe()
266 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) { in srprobe()
332 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) in sr_strategy()
348 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) in sr_strategy()
H A Ddev_i386.c125 SLIST_FOREACH(bv, &sr_volumes, sbv_link) { in devboot()
127 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) in devboot()
/openbsd/usr.bin/pkill/
H A Dpkill.c329 SLIST_FOREACH(li, &ruidlist, li_chain) in main()
337 SLIST_FOREACH(li, &rgidlist, li_chain) in main()
345 SLIST_FOREACH(li, &euidlist, li_chain) in main()
353 SLIST_FOREACH(li, &ppidlist, li_chain) in main()
361 SLIST_FOREACH(li, &pgrplist, li_chain) in main()
369 SLIST_FOREACH(li, &tdevlist, li_chain) { in main()
381 SLIST_FOREACH(li, &sidlist, li_chain) in main()
389 SLIST_FOREACH(li, &rtablist, li_chain) in main()
/openbsd/sys/arch/sparc64/stand/ofwboot/
H A Dsoftraid_sparc64.c198 SLIST_FOREACH(bv, &sr_volumes, sbv_link) { in srprobe()
223 SLIST_FOREACH(bv1, &sr_volumes, sbv_link) { in srprobe()
237 SLIST_FOREACH(bc1, &bv->sbv_chunks, sbc_link) { in srprobe()
257 SLIST_FOREACH(bv, &sr_volumes, sbv_link) { in srprobe()
266 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) { in srprobe()
270 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) { in srprobe()
319 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) in sr_vol_boot_chunk()
H A Dboot.c346 SLIST_FOREACH(bv, &sr_volumes, sbv_link) in srbootdev()
360 SLIST_FOREACH(bv, &sr_volumes, sbv_link) { in srbootdev()
364 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) { in srbootdev()
/openbsd/sys/arch/arm64/stand/efiboot/
H A Dsoftraid_arm64.c193 SLIST_FOREACH(bv, &sr_volumes, sbv_link) { in srprobe()
219 SLIST_FOREACH(bv1, &sr_volumes, sbv_link) { in srprobe()
233 SLIST_FOREACH(bc1, &bv->sbv_chunks, sbc_link) { in srprobe()
252 SLIST_FOREACH(bv, &sr_volumes, sbv_link) { in srprobe()
261 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) { in srprobe()
265 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) { in srprobe()
333 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) in sr_strategy()
348 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) in sr_strategy()
600 SLIST_FOREACH(bv, &sr_volumes, sbv_link) in sropen()
/openbsd/sys/arch/riscv64/stand/efiboot/
H A Dsoftraid_riscv64.c193 SLIST_FOREACH(bv, &sr_volumes, sbv_link) { in srprobe()
219 SLIST_FOREACH(bv1, &sr_volumes, sbv_link) { in srprobe()
233 SLIST_FOREACH(bc1, &bv->sbv_chunks, sbc_link) { in srprobe()
252 SLIST_FOREACH(bv, &sr_volumes, sbv_link) { in srprobe()
261 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) { in srprobe()
265 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) { in srprobe()
333 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) in sr_strategy()
348 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) in sr_strategy()
600 SLIST_FOREACH(bv, &sr_volumes, sbv_link) in sropen()
/openbsd/sys/net/
H A Dif_trunk.c259 SLIST_FOREACH(tp, &tr->tr_ports, tp_entries) in trunk_capabilities()
326 SLIST_FOREACH(tr_ptr, &trunk_list, tr_entries) { in trunk_port_create()
400 SLIST_FOREACH(tp, &tr->tr_ports, tp_entries) { in trunk_port_checkstacking()
559 SLIST_FOREACH(tp, &tr->tr_ports, tp_entries) { in trunk_port_get()
670 SLIST_FOREACH(tp, &tr->tr_ports, tp_entries) { in trunk_ioctl()
861 SLIST_FOREACH(tp, &tr->tr_ports, tp_entries) in trunk_ioctl()
933 SLIST_FOREACH(mc, &tr->tr_mc_head, mc_entries) in trunk_ether_delmulti()
1012 SLIST_FOREACH(tp, &tr->tr_ports, tp_entries) { in trunk_ioctl_allports()
1228 SLIST_FOREACH(tp, &tr->tr_ports, tp_entries) { in trunk_media_status()
1680 SLIST_FOREACH(tp, &tr->tr_ports, tp_entries) in trunk_lacp_attach()
[all …]
H A Dpf_osfp.c283 SLIST_FOREACH(entry, list, fp_entry) { in pf_osfp_match()
385 SLIST_FOREACH(tentry, &fp->fp_oses, fp_entry) { in pf_osfp_add()
449 SLIST_FOREACH(f, &pf_osfp_list, fp_next) { in pf_osfp_find()
513 SLIST_FOREACH(f, &pf_osfp_list, fp_next) { in pf_osfp_find_exact()
538 SLIST_FOREACH(f, &pf_osfp_list, fp_next) in pf_osfp_insert()
557 SLIST_FOREACH(fp, &pf_osfp_list, fp_next) { in pf_osfp_get()
558 SLIST_FOREACH(entry, &fp->fp_oses, fp_entry) { in pf_osfp_get()
588 SLIST_FOREACH(f, &pf_osfp_list, fp_next) { in pf_osfp_validate()
/openbsd/sys/arch/amd64/stand/libsa/
H A Dsoftraid_amd64.c199 SLIST_FOREACH(bv, &sr_volumes, sbv_link) { in srprobe()
225 SLIST_FOREACH(bv1, &sr_volumes, sbv_link) { in srprobe()
239 SLIST_FOREACH(bc1, &bv->sbv_chunks, sbc_link) { in srprobe()
258 SLIST_FOREACH(bv, &sr_volumes, sbv_link) { in srprobe()
267 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) { in srprobe()
271 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) { in srprobe()
339 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) in sr_strategy()
355 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) in sr_strategy()
H A Ddev_i386.c125 SLIST_FOREACH(bv, &sr_volumes, sbv_link) { in devboot()
127 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) in devboot()
/openbsd/sys/arch/macppc/dev/
H A Dthermal.c110 SLIST_FOREACH(sensor, &sensors, entries) { in thermal_manage_fans()
141 SLIST_FOREACH(fan, &fans, entries) { in thermal_manage_fans()
144 SLIST_FOREACH(sensor, &sensors, entries) { in thermal_manage_fans()
/openbsd/usr.sbin/rpki-client/
H A Drepo.c293 SLIST_FOREACH(rp, &repos, entry) { in repo_done()
411 SLIST_FOREACH(tr, &tarepos, entry) in ta_find()
568 SLIST_FOREACH(rp, &repos, entry) { in repo_rrdp_bypath()
587 SLIST_FOREACH(rp, &repos, entry) { in rrdp_uri_valid()
1099 SLIST_FOREACH(rp, &repos, entry) { in ta_lookup()
1142 SLIST_FOREACH(rp, &repos, entry) { in repo_lookup()
1202 SLIST_FOREACH(rp, &repos, entry) { in repo_byid()
1217 SLIST_FOREACH(rp, &repos, entry) { in repo_bypath()
1390 SLIST_FOREACH(rp, &repos, entry) { in repo_check_timeout()
1543 SLIST_FOREACH(rp, &repos, entry) { in repo_tal_stats_collect()
[all …]
/openbsd/usr.bin/tee/
H A Dtee.c118 SLIST_FOREACH(p, &head, next) { in main()
135 SLIST_FOREACH(p, &head, next) { in main()
/openbsd/sys/dev/usb/
H A Dupd.c315 SLIST_FOREACH(sensor, queue, dep_next) { in upd_request_children()
384 SLIST_FOREACH(sensor, &report->sensors, rep_next) in upd_update_report_cb()
387 SLIST_FOREACH(sensor, &report->sensors, rep_next) in upd_update_report_cb()
401 SLIST_FOREACH(child, &sensor->children, dep_next) in upd_sensor_invalidate()
442 SLIST_FOREACH(child, &sensor->children, dep_next) in upd_sensor_update()
/openbsd/usr.bin/fstat/
H A Dfuser.c92 SLIST_FOREACH(fa, &fileargs, next) { in fuser_check()
171 SLIST_FOREACH(fa, &fileargs, next) { in fuser_run()
/openbsd/sys/dev/acpi/
H A Dacpibtn.c107 SLIST_FOREACH(lid, &acpibtn_lids, abl_link) in acpibtn_numopenlids()
135 SLIST_FOREACH(lid, &acpibtn_lids, abl_link) in acpibtn_disable_psw()
145 SLIST_FOREACH(lid, &acpibtn_lids, abl_link) in acpibtn_enable_psw()
/openbsd/sys/arch/amd64/stand/efiboot/
H A Ddev_i386.c142 SLIST_FOREACH(bv, &sr_volumes, sbv_link) { in devboot()
144 SLIST_FOREACH(bc, &bv->sbv_chunks, sbc_link) in devboot()
/openbsd/regress/sys/net/rtable/
H A Dsrp_compat.h62 SLIST_FOREACH(_c, _sl, _ENTRY)
70 SLIST_FOREACH(_c, _sl, _ENTRY)
/openbsd/sys/lib/libsa/
H A Dsoftraid.c68 SLIST_FOREACH(bv, &sr_volumes, sbv_link) { in sr_clear_keys()
232 SLIST_FOREACH(omi, &bv->sbv_meta_opt, omi_link) in sr_crypto_unlock_volume()
258 SLIST_FOREACH(kd, &sr_keydisks, kd_link) { in sr_crypto_unlock_volume()
/openbsd/sys/dev/dt/
H A Ddt_prov_kprobe.c327 SLIST_FOREACH(kprobe_dtp, &dtpf_entry[INSTTOIDX(addr)], kprobe_next) { in dt_prov_kprobe_hook()
369 SLIST_FOREACH(kprobe_dtp, &dtpf_return[INSTTOIDX(addr)], kprobe_next) { in dt_prov_kprobe_hook()
419 SLIST_FOREACH(kprobe_dtp, &dtpf_entry[i], kprobe_next) { in dt_prov_kprobe_patch_all_entry()
443 SLIST_FOREACH(kprobe_dtp, &dtpf_entry[i], kprobe_next) { in dt_prov_kprobe_depatch_all_entry()
/openbsd/sys/nfs/
H A Dnfs_kq.c100 SLIST_FOREACH(ke, &kevlist, kev_link) { in nfs_kqpoll()
198 SLIST_FOREACH(ke, &kevlist, kev_link) { in nfs_kqunwatch()
373 SLIST_FOREACH(ke, &kevlist, kev_link) in nfs_kqwatch()
/openbsd/sys/arch/sh/sh/
H A Dpmap.c449 SLIST_FOREACH(pv, &pvh->pvh_head, pv_link) { in __pmap_pv_enter()
524 SLIST_FOREACH(pv, &pvh->pvh_head, pv_link) { in __pmap_pv_remove()
544 SLIST_FOREACH(pv, &pvh->pvh_head, pv_link) in __pmap_pv_remove()
688 SLIST_FOREACH(pv, &pvh->pvh_head, pv_link) { in pmap_protect()
722 SLIST_FOREACH(pv, &pvh->pvh_head, pv_link) { in pmap_page_protect()
820 SLIST_FOREACH(pv, &pvh->pvh_head, pv_link) { in pmap_clear_reference()
871 SLIST_FOREACH(pv, &pvh->pvh_head, pv_link) { in pmap_clear_modify()
/openbsd/sys/kern/
H A Dkern_sensors.c139 SLIST_FOREACH(sd, &sensordev_list, list) { in sensordev_get()
163 SLIST_FOREACH(s, sh, list) in sensor_find()

1234