Searched refs:SLIST_FOREACH_SAFE (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-13-stable/sys/dev/nvdimm/
H A Dnvdimm_ns.c93 SLIST_FOREACH_SAFE(ns, &spa->namespaces, link, next) {
H A Dnvdimm.c235 SLIST_FOREACH_SAFE(i, &nv->labels, link, next) {
438 SLIST_FOREACH_SAFE(label, &nv->labels, link, next) {
H A Dnvdimm_acpi.c206 SLIST_FOREACH_SAFE(spa, &root->spas, link, next) {
H A Dnvdimm_e820.c251 SLIST_FOREACH_SAFE(spa, &sc->spas, link, next) {
/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_mod.c152 SLIST_FOREACH_SAFE(b, &dll_chain, next, b_tmp)
/freebsd-13-stable/contrib/elftoolchain/common/
H A D_elftc.h86 #ifndef SLIST_FOREACH_SAFE
87 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-13-stable/sys/dev/gpio/
H A Dgpioc.c328 SLIST_FOREACH_SAFE(priv_link, &intr_conf->privs, next, priv_link_temp) {
338 SLIST_FOREACH_SAFE(pin_link, &priv->pins, next, pin_link_temp) {
641 SLIST_FOREACH_SAFE(pin_link, &priv->pins, next, pin_link_temp) {
647 SLIST_FOREACH_SAFE(priv_link, &pin_link->pin->privs, next,
/freebsd-13-stable/contrib/elftoolchain/libelftc/
H A Delftc_string_table.c169 SLIST_FOREACH_SAFE(s, &st->st_buckets[n], ste_next, t)
/freebsd-13-stable/sys/kern/
H A Duipc_mbuf2.c372 SLIST_FOREACH_SAFE(p, &m->m_pkthdr.tags, m_tag_link, q)
H A Dimgact_binmisc.c723 SLIST_FOREACH_SAFE(ibe, &interpreter_list, link, ibe_tmp) {
H A Dkern_event.c2343 SLIST_FOREACH_SAFE(kn, &list->kl_list, kn_selnext, tkn) {
2586 SLIST_FOREACH_SAFE(kn, &knl->kl_list, kn_selnext, kn2) {
/freebsd-13-stable/usr.sbin/config/
H A Dconfig.y178 SLIST_FOREACH_SAFE(cp, &cputype, cpu_next, cp2) {
H A Dmkmakefile.c150 SLIST_FOREACH_SAFE(op, &mkopt, op_next, t) {
/freebsd-13-stable/sys/dev/ixl/
H A Diavf_vc.c486 SLIST_FOREACH_SAFE(f, sc->vlan_filters, next, ftmp) {
544 SLIST_FOREACH_SAFE(f, sc->vlan_filters, next, ftmp) {
657 SLIST_FOREACH_SAFE(f, sc->mac_filters, next, f_temp) {
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c1330 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next)
1334 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next)
1516 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next)
1520 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next)
1652 SLIST_FOREACH_SAFE(tmp, &head[hash], next, tmp_next) {
1668 SLIST_FOREACH_SAFE(tmp, &head[hash], next, tmp_next) {
1803 SLIST_FOREACH_SAFE(ent, &old_head[i], next, ent_next) {
1824 SLIST_FOREACH_SAFE(ent, &old_head[i], next, ent_next) {
3317 SLIST_FOREACH_SAFE(ent, &cfg->head[i], next, ent_next)
3476 SLIST_FOREACH_SAFE(en
[all...]
/freebsd-13-stable/contrib/nvi/cl/
H A Dcl_term.c190 SLIST_FOREACH_SAFE(qp, gp->seqq, q, nqp)
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dchannel.h184 SLIST_FOREACH_SAFE(w, CHN_HEAD(x, z), CHN_LINK(z), y)
/freebsd-13-stable/usr.bin/systat/
H A Difstat.c285 SLIST_FOREACH_SAFE(ifp, &curlist, link, temp_var) {
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h48 #undef SLIST_FOREACH_SAFE macro
210 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-13-stable/contrib/openbsm/compat/
H A Dqueue.h165 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-13-stable/share/man/man3/
H A DMakefile214 queue.3 SLIST_FOREACH_SAFE.3 \
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfs.c1773 SLIST_FOREACH_SAFE(zfs_be, &zfs_be_head, entries, zfs_be_tmp) {
1905 SLIST_FOREACH_SAFE(zfs_be, &zfs_be_head, entries, zfs_be_tmp) {
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c356 SLIST_FOREACH_SAFE(elem, priv, elems, elem_temp) { function
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_cscope.c509 SLIST_FOREACH_SAFE(csc, exp->cscq, q, csc_next) {
/freebsd-13-stable/sys/sys/
H A Dqueue.h243 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro

Completed in 155 milliseconds

12