Searched refs:SLIST_FOREACH (Results 101 - 125 of 157) sorted by relevance

1234567

/freebsd-11-stable/contrib/dma/
H A Ddma.c166 SLIST_FOREACH(sit, &al->dests, next) {
/freebsd-11-stable/sys/kern/
H A Dkern_switch.c132 SLIST_FOREACH(p, oidp->oid_parent, oid_link) {
/freebsd-11-stable/usr.bin/du/
H A Ddu.c550 SLIST_FOREACH(ign, &ignores, next)
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dchannel.h179 SLIST_FOREACH(x, CHN_HEAD(y, z), CHN_LINK(z))
H A Ddsp.c2844 SLIST_FOREACH(sg, &snd_pcm_syncgroups, link) {
2955 SLIST_FOREACH(sg, &snd_pcm_syncgroups, link) {
2974 SLIST_FOREACH(sm, &sg->members, link) {
2981 SLIST_FOREACH(sm_tmp, &sg->members, link) {
/freebsd-11-stable/usr.bin/last/
H A Dlast.c330 SLIST_FOREACH(tt, &idlist, list)
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c665 SLIST_FOREACH(fep, &nm_out_filter,
1553 SLIST_FOREACH(func, func_info, entries) { function
1566 SLIST_FOREACH(var, var_info, entries) { function
1577 SLIST_FOREACH(lie, line_info, entries) { function
/freebsd-11-stable/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c619 SLIST_FOREACH(sname, &svc_rpc_gss_svc_names, sn_link) {
840 SLIST_FOREACH(scb, &svc_rpc_gss_callbacks, cb_link) {
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h52 #undef SLIST_FOREACH macro
200 #define SLIST_FOREACH(var, head, field) \ macro
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_cscope.c912 SLIST_FOREACH(cp, exp->cscq, q) {
999 SLIST_FOREACH(csc, exp->cscq, q)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_geom.c147 SLIST_FOREACH(elem, priv, elems) { function
187 SLIST_FOREACH(elem, priv, elems) { function
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_update.c375 SLIST_FOREACH(t, extents, ex_next) { function
1052 SLIST_FOREACH(ex, extents, ex_next) { function
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c1358 SLIST_FOREACH(mlp, &mlhead, next) {
1390 SLIST_FOREACH(ep, &exphead[i], entries) {
2072 SLIST_FOREACH(ep, &exphead[i], entries) {
2126 SLIST_FOREACH(oep, &oldexphead[i], entries) {
2394 SLIST_FOREACH(ep, &exhp[i], entries) {
3583 SLIST_FOREACH(mlp, &mlhead, next) {
3596 SLIST_FOREACH(mlp, &mlhead, next) {
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c348 SLIST_FOREACH(stmp, &swhead, sw_nextp)
2122 SLIST_FOREACH(stmp, &swhead, sw_nextp) {
2182 SLIST_FOREACH(ztmp, &zwhead, zw_nextp) {
/freebsd-11-stable/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h111 #define SLIST_FOREACH(var, head, field) \ macro
/freebsd-11-stable/contrib/openbsm/compat/
H A Dqueue.h160 #define SLIST_FOREACH(var, head, field) \ macro
/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_msg.c889 SLIST_FOREACH(mp_c, gp->msgq, q)
/freebsd-11-stable/sys/dev/virtio/mmio/
H A Dvirtio_mmio.c285 SLIST_FOREACH(ic, &fdt_ic_list_head, fdt_ics) {
/freebsd-11-stable/sys/dev/ofw/
H A Dopenfirm.c163 SLIST_FOREACH(xi, &xreflist, next_entry) {
/freebsd-11-stable/usr.sbin/bhyveload/
H A Dbhyveload.c547 SLIST_FOREACH(env, &envhead, next) {
/freebsd-11-stable/usr.bin/vtfontcvt/
H A Dvtfontcvt.c181 SLIST_FOREACH(gl, &glyph_hash[hash], g_hash) {
/freebsd-11-stable/usr.sbin/config/
H A Dmkmakefile.c564 SLIST_FOREACH(op, &opt, op_next)
/freebsd-11-stable/sys/dev/uart/
H A Duart_core.c553 SLIST_FOREACH(sysdev, &uart_sysdevs, next) {
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_ramdisk.c890 SLIST_FOREACH(be_lun, &softc->lun_list, links) {
1179 SLIST_FOREACH(be_lun, &softc->lun_list, links) {
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c3358 SLIST_FOREACH(sc, &t3_list, link) {
3437 SLIST_FOREACH(u, &t3_uld_list, link) {
3459 SLIST_FOREACH(u, &t3_uld_list, link) {
3484 SLIST_FOREACH(ui, &t3_uld_list, link) {
3506 SLIST_FOREACH(ui, &t3_uld_list, link) {

Completed in 369 milliseconds

1234567