Home
last modified time | relevance | path

Searched refs:SLIST_FOREACH_SAFE (Results 1 – 12 of 12) sorted by relevance

/openbsd/lib/libelf/
H A D_elftc.h86 #ifndef SLIST_FOREACH_SAFE
87 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/openbsd/regress/sys/net/rtable/
H A Dsrp_compat.h73 SLIST_FOREACH_SAFE(_c, _sl, _ENTRY, _tc)
/openbsd/sys/lib/libsa/
H A Dsoftraid.c82 SLIST_FOREACH_SAFE(kd, &sr_keydisks, kd_link, nkd) { in sr_clear_keys()
/openbsd/sys/scsi/
H A Dscsiconf.c745 SLIST_FOREACH_SAFE(link, &sb->sc_link_list, bus_list, tmp) { in scsi_detach_bus()
760 SLIST_FOREACH_SAFE(link, &sb->sc_link_list, bus_list, tmp) { in scsi_detach_target()
/openbsd/usr.bin/mg/
H A Dinterpreter.c594 SLIST_FOREACH_SAFE(v1, &varhead, entry, vt) { in founddef()
H A Ddired.c1030 SLIST_FOREACH_SAFE(d1, &delhead, entry, dt) { in redelete()
/openbsd/sys/dev/vmm/
H A Dvmm.c540 SLIST_FOREACH_SAFE(vcpu, &vm->vm_vcpu_list, vc_vcpu_link, tmp) { in vm_teardown()
/openbsd/sys/net/
H A Dpf_table.c1560 SLIST_FOREACH_SAFE(n, &auxq, pfrkt_workq, w) { in pfr_add_tables()
1586 SLIST_FOREACH_SAFE(p, &addq, pfrkt_workq, w) { in pfr_add_tables()
2055 SLIST_FOREACH_SAFE(p, &workq, pfrkt_workq, q) { in pfr_ina_commit()
2228 SLIST_FOREACH_SAFE(p, workq, pfrkt_workq, q) { in pfr_setflags_ktables()
/openbsd/sys/sys/
H A Dqueue.h120 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/openbsd/usr.sbin/vmd/
H A Dvirtio.c837 SLIST_FOREACH_SAFE(dev, &virtio_devs, dev_next, tmp) { in virtio_shutdown()
/openbsd/sys/kern/
H A Dkern_event.c1844 SLIST_FOREACH_SAFE(kn, &list->kl_list, kn_selnext, kn0) { in knote_locked()
/openbsd/sbin/pfctl/
H A Dpfctl.c2338 SLIST_FOREACH_SAFE(pfra, anchors, pfra_sle, pfra_save) { in pfctl_recurse()