Searched refs:SLIST_FOREACH (Results 51 - 75 of 157) sorted by relevance

1234567

/freebsd-11-stable/contrib/bsnmp/gensnmpdef/
H A Dgensnmpdef.c444 SLIST_FOREACH(t, &tdefs, link) {
460 SLIST_FOREACH(t, &tdefs, link) {
/freebsd-11-stable/usr.sbin/ypserv/
H A Dyp_main.c276 SLIST_FOREACH(blep, &ble_head, ble_next) {
396 SLIST_FOREACH(slep, &sle_head, sle_next) {
/freebsd-11-stable/usr.bin/systat/
H A Difstat.c218 SLIST_FOREACH(ifp, &curlist, link) {
439 SLIST_FOREACH(ifp, &curlist, link) {
H A Dmain.c224 SLIST_FOREACH (cmd, &commands, link)
/freebsd-11-stable/contrib/dma/
H A Dutil.c227 SLIST_FOREACH(t, &tmpfs, next) {
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_sysctl.c79 SLIST_FOREACH(oid, SYSCTL_CHILDREN(drioid), oid_link) { function
/freebsd-11-stable/sys/dev/beri/virtio/
H A Dvirtio.c211 SLIST_FOREACH(ic, &fdt_ic_list_head, fdt_ics) {
H A Dvirtio_mmio_platform.c101 SLIST_FOREACH(ic, &fdt_ic_list_head, fdt_ics) {
/freebsd-11-stable/lib/libgssapi/
H A Dgss_mech_switch.c309 SLIST_FOREACH(m, &_gss_mechs, gm_link) {
H A Dgss_accept_sec_context.c212 SLIST_FOREACH(mc, &cred->gc_mc, gmc_link)
/freebsd-11-stable/contrib/nvi/common/
H A Dcut.c198 SLIST_FOREACH(cbp, sp->gp->cutq, q) {
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_global.c266 SLIST_FOREACH(ecp, sp->gp->ecq, q) {
/freebsd-11-stable/sys/powerpc/pseries/
H A Dplpar_iommu.c124 SLIST_FOREACH(i, &iommu_map_head, entries) {
/freebsd-11-stable/sys/kern/
H A Dvfs_init.c295 SLIST_FOREACH(oidp, SYSCTL_CHILDREN(&sysctl___vfs), oid_link) { function
H A Dkern_sysctl.c122 SLIST_FOREACH(oidp, list, oid_link) { function
380 SLIST_FOREACH(p, parent, oid_link) { function
467 SLIST_FOREACH(p, oidp->oid_parent, oid_link) {
861 SLIST_FOREACH(oidp, l, oid_link) { function
948 SLIST_FOREACH(oid, lsp, oid_link) { function
995 SLIST_FOREACH(oidp, lsp, oid_link) { function
1805 SLIST_FOREACH(oid, lsp, oid_link) { function
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_vdso.c217 SLIST_FOREACH(lsym, &__elfN(linux_vdso_syms), sym)
/freebsd-11-stable/sys/vm/
H A Duma_int.h393 SLIST_FOREACH(slab, &hash->uh_slab_hash[hval], us_hlink) { function
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dsysfs.h249 SLIST_FOREACH(oidp, SYSCTL_CHILDREN(kobj->oidp), oid_link) { function
/freebsd-11-stable/tests/sys/netgraph/
H A Dutil.c184 SLIST_FOREACH(hnd, &data_head, next)
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c1072 SLIST_FOREACH(ent, &head[hash], next) {
1087 SLIST_FOREACH(ent, &head[hash], next) {
1117 SLIST_FOREACH(ent, &head[hash], next) {
1135 SLIST_FOREACH(ent, &head[hash], next) {
1166 SLIST_FOREACH(ent, &head[hash], next) {
1182 SLIST_FOREACH(ent, &head[hash], next) {
1484 SLIST_FOREACH(tmp, &head[hash], next) {
1502 SLIST_FOREACH(tmp, &head[hash], next) {
1582 SLIST_FOREACH(tmp, &head[hash], next) {
1594 SLIST_FOREACH(tm
[all...]
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c535 SLIST_FOREACH(curnode, &registers, links) {
548 SLIST_FOREACH(fieldnode, fields, links) { function
/freebsd-11-stable/sys/net/
H A Dvnet.c668 SLIST_FOREACH(vnr, &vnet_recursions, vnr_le)
800 SLIST_FOREACH(vnr, &vnet_recursions, vnr_le)
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_sysctl.c81 SLIST_FOREACH(oid, SYSCTL_CHILDREN(drioid), oid_link) { function
/freebsd-11-stable/sbin/dump/
H A Doptr.c348 SLIST_FOREACH(pf, &table, pf_list) {
/freebsd-11-stable/sys/netsmb/
H A Dsmb_conn.h210 #define SMBCO_FOREACH(var, cp) SLIST_FOREACH((var), &(cp)->co_children, co_next)

Completed in 214 milliseconds

1234567