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

12

/freebsd-current/sys/netinet/libalias/
H A Dalias_mod.c150 SLIST_FOREACH_SAFE(b, &dll_chain, next, b_tmp)
/freebsd-current/sys/dev/nvdimm/
H A Dnvdimm_ns.c90 SLIST_FOREACH_SAFE(ns, &spa->namespaces, link, next) {
H A Dnvdimm.c232 SLIST_FOREACH_SAFE(i, &nv->labels, link, next) {
411 SLIST_FOREACH_SAFE(label, &nv->labels, link, next) {
H A Dnvdimm_acpi.c209 SLIST_FOREACH_SAFE(spa, &root->spas, link, next) {
H A Dnvdimm_e820.c248 SLIST_FOREACH_SAFE(spa, &sc->spas, link, next) {
/freebsd-current/contrib/elftoolchain/common/
H A D_elftc.h86 #ifndef SLIST_FOREACH_SAFE
87 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-current/sys/dev/gpio/
H A Dgpioc.c327 SLIST_FOREACH_SAFE(priv_link, &intr_conf->privs, next, priv_link_temp) {
337 SLIST_FOREACH_SAFE(pin_link, &priv->pins, next, pin_link_temp) {
640 SLIST_FOREACH_SAFE(pin_link, &priv->pins, next, pin_link_temp) {
646 SLIST_FOREACH_SAFE(priv_link, &pin_link->pin->privs, next,
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dsys-queue.h99 #undef SLIST_FOREACH_SAFE macro
212 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-current/contrib/elftoolchain/libelftc/
H A Delftc_string_table.c169 SLIST_FOREACH_SAFE(s, &st->st_buckets[n], ste_next, t)
/freebsd-current/usr.sbin/config/
H A Dconfig.y174 SLIST_FOREACH_SAFE(cp, &cputype, cpu_next, cp2) {
H A Dmkmakefile.cc147 SLIST_FOREACH_SAFE(op, &mkopt, op_next, t) { function
/freebsd-current/sys/kern/
H A Duipc_mbuf2.c368 SLIST_FOREACH_SAFE(p, &m->m_pkthdr.tags, m_tag_link, q)
H A Dimgact_binmisc.c759 SLIST_FOREACH_SAFE(ibe, &interpreter_list, link, ibe_tmp) {
/freebsd-current/sys/dev/iavf/
H A Diavf_vc_common.c394 SLIST_FOREACH_SAFE(f, sc->vlan_filters, next, ftmp) {
459 SLIST_FOREACH_SAFE(f, sc->vlan_filters, next, ftmp) {
583 SLIST_FOREACH_SAFE(f, sc->mac_filters, next, f_temp) {
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c1340 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next)
1344 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next)
1526 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next)
1530 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next)
1662 SLIST_FOREACH_SAFE(tmp, &head[hash], next, tmp_next) {
1678 SLIST_FOREACH_SAFE(tmp, &head[hash], next, tmp_next) {
1813 SLIST_FOREACH_SAFE(ent, &old_head[i], next, ent_next) {
1834 SLIST_FOREACH_SAFE(ent, &old_head[i], next, ent_next) {
3321 SLIST_FOREACH_SAFE(ent, &cfg->head[i], next, ent_next)
3478 SLIST_FOREACH_SAFE(en
[all...]
/freebsd-current/contrib/nvi/cl/
H A Dcl_term.c190 SLIST_FOREACH_SAFE(qp, gp->seqq, q, nqp)
/freebsd-current/usr.bin/systat/
H A Difstat.c274 SLIST_FOREACH_SAFE(ifp, &curlist, link, temp_var) {
/freebsd-current/sys/dev/sound/pcm/
H A Dchannel.h184 SLIST_FOREACH_SAFE(w, CHN_HEAD(x, z), CHN_LINK(z), y)
/freebsd-current/contrib/openbsm/compat/
H A Dqueue.h165 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_freebsd_dev_processes.c666 SLIST_FOREACH_SAFE (entry_proc_events,
/freebsd-current/share/man/man3/
H A DMakefile228 queue.3 SLIST_FOREACH_SAFE.3 \
/freebsd-current/stand/libsa/zfs/
H A Dzfs.c1837 SLIST_FOREACH_SAFE(zfs_be, &zfs_be_head, entries, zfs_be_tmp) {
1969 SLIST_FOREACH_SAFE(zfs_be, &zfs_be_head, entries, zfs_be_tmp) {
/freebsd-current/contrib/nvi/ex/
H A Dex_cscope.c516 SLIST_FOREACH_SAFE(csc, exp->cscq, q, csc_next) {
/freebsd-current/contrib/libarchive/unzip/
H A Dla_queue.h211 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-current/sys/sys/
H A Dqueue.h241 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro

Completed in 408 milliseconds

12