Searched refs:LIST_FOREACH (Results 1 - 25 of 420) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_subr.c192 LIST_FOREACH(d, &sc->drives, drive) {
198 LIST_FOREACH(v, &sc->volumes, volume) {
207 LIST_FOREACH(p, &sc->plexes, plex) {
221 LIST_FOREACH(s, &sc->subdisks, sd) {
249 LIST_FOREACH(s, &p->subdisks, in_plex) {
267 LIST_FOREACH(p, &v->plexes, plex) {
315 LIST_FOREACH(s2, &p->subdisks, in_plex) {
337 LIST_FOREACH(s2, &p->subdisks, in_plex) {
354 LIST_FOREACH(s2, &p->subdisks, in_plex) {
415 LIST_FOREACH(
[all...]
H A Dgeom_vinum_list.c227 LIST_FOREACH(v, &sc->volumes, volume)
234 LIST_FOREACH(v, &sc->volumes, volume)
258 LIST_FOREACH(p, &v->plexes, in_volume) {
267 LIST_FOREACH(p, &v->plexes, in_volume)
283 LIST_FOREACH(p, &sc->plexes, plex)
290 LIST_FOREACH(p, &sc->plexes, plex)
342 LIST_FOREACH(s, &p->subdisks, in_plex) {
357 LIST_FOREACH(s, &p->subdisks, in_plex)
373 LIST_FOREACH(s, &sc->subdisks, sd)
380 LIST_FOREACH(
[all...]
H A Dgeom_vinum_init.c116 LIST_FOREACH(s, &p->subdisks, in_plex) {
152 LIST_FOREACH(s, &p->subdisks, in_plex) {
222 LIST_FOREACH(up, &v->plexes, in_volume) {
256 LIST_FOREACH(p, &v->plexes, in_volume) {
279 LIST_FOREACH(s, &p->subdisks, in_plex) {
330 LIST_FOREACH(s, &p->subdisks, in_plex) {
360 LIST_FOREACH(s, &p->subdisks, in_plex) {
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_data.c135 LIST_FOREACH(user, &cc->user_list, node_link)
141 LIST_FOREACH(conn, &cc->orphaned_conns, port_link) {
143 LIST_FOREACH(party, &conn->parties, link)
148 LIST_FOREACH(conn, &port->conn_list, port_link) {
150 LIST_FOREACH(party, &conn->parties, link)
175 LIST_FOREACH(user, &cc->user_list, node_link) {
181 LIST_FOREACH(conn, &cc->orphaned_conns, port_link) {
192 LIST_FOREACH(party, &conn->parties, link) {
204 LIST_FOREACH(conn, &port->conn_list, port_link) {
215 LIST_FOREACH(part
[all...]
/freebsd-11-stable/sys/geom/
H A Dgeom_dump.c77 LIST_FOREACH(cp, &gp->consumer, consumer) {
82 LIST_FOREACH(pp, &gp->provider, provider) {
93 LIST_FOREACH(gp, &mp->geom, geom)
107 LIST_FOREACH(mp, &g_classes, class)
121 LIST_FOREACH(pp, &gp->provider, provider) {
127 LIST_FOREACH(cp, &pp->consumers, consumers)
137 LIST_FOREACH(gp, &mp->geom, geom)
150 LIST_FOREACH(mp, &g_classes, class) {
251 LIST_FOREACH(cp2, &gp->consumer, consumer) {
257 LIST_FOREACH(pp
[all...]
H A Dgeom_subr.c105 LIST_FOREACH(mp2, &g_classes, class) {
127 LIST_FOREACH(mp2, &g_classes, class) {
130 LIST_FOREACH(gp, &mp2->geom, geom) {
131 LIST_FOREACH(pp, &gp->provider, provider) {
151 LIST_FOREACH(gp, &mp->geom, geom) {
153 LIST_FOREACH(pp, &gp->provider, provider)
158 LIST_FOREACH(cp, &gp->consumer, consumer)
183 LIST_FOREACH(gp, &mp->geom, geom) {
284 LIST_FOREACH(mp2, &g_classes, class) {
285 LIST_FOREACH(g
[all...]
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dpart_wizard.c107 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
113 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
117 LIST_FOREACH(pp, &gp->lg_provider, lg_provider) {
119 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
180 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
181 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
185 LIST_FOREACH(pp, &gp->lg_provider, lg_provider)
209 LIST_FOREACH(classp, &mesh->lg_class, lg_class)
214 LIST_FOREACH(gpart, &classp->lg_geom, lg_geom)
220 LIST_FOREACH(g
[all...]
H A Dscripted.c49 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
50 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
54 LIST_FOREACH(pp, &gp->lg_provider, lg_provider)
87 LIST_FOREACH(classp, &mesh.lg_class, lg_class)
91 LIST_FOREACH(gpart, &classp->lg_geom, lg_geom)
H A Dgpart_ops.c323 LIST_FOREACH(gc, &pp->lg_geom->lg_config, lg_config) {
336 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
392 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
439 LIST_FOREACH(gc, &pp->lg_geom->lg_config, lg_config) {
450 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
476 LIST_FOREACH(pp, &lg_geom->lg_provider, lg_provider)
544 LIST_FOREACH(cp, &pp->lg_consumers, lg_consumers)
548 LIST_FOREACH(gc, &cp->lg_geom->lg_config, lg_config) {
580 LIST_FOREACH(gc, &geom->lg_config, lg_config) {
591 LIST_FOREACH(g
[all...]
H A Dpartedit.c407 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
417 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
418 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
450 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
456 LIST_FOREACH(gp, &classp->lg_geom, lg_geom)
473 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
482 LIST_FOREACH(pp, &gp->lg_provider, lg_provider) {
499 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
511 LIST_FOREACH(cp, &pp->lg_consumers, lg_consumers)
/freebsd-11-stable/sys/security/mac/
H A Dmac_internal.h272 LIST_FOREACH(mpc, &mac_static_policy_list, mpc_list) { \
280 LIST_FOREACH(mpc, &mac_policy_list, mpc_list) { \
294 LIST_FOREACH(mpc, &mac_static_policy_list, mpc_list) { \
304 LIST_FOREACH(mpc, &mac_policy_list, mpc_list) { \
325 LIST_FOREACH(mpc, &mac_static_policy_list, mpc_list) { \
335 LIST_FOREACH(mpc, &mac_policy_list, mpc_list) { \
356 LIST_FOREACH(mpc, &mac_static_policy_list, mpc_list) { \
363 LIST_FOREACH(mpc, &mac_policy_list, mpc_list) { \
376 LIST_FOREACH(mpc, &mac_static_policy_list, mpc_list) { \
385 LIST_FOREACH(mp
[all...]
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_hash.h50 LIST_FOREACH((elm), &(head)->chh_table[hashval], field) \
/freebsd-11-stable/lib/libefivar/
H A Defivar-dp-xlate.c64 LIST_FOREACH(conf, &pp->lg_config, lg_config) {
83 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
95 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
96 LIST_FOREACH(pp, &gp->lg_provider, lg_provider) {
115 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
116 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
117 LIST_FOREACH(pp, &gp->lg_provider, lg_provider) {
237 LIST_FOREACH(cp, &provider->lg_consumers, lg_consumer) {
463 LIST_FOREACH(cp, &pp->lg_consumers, lg_consumer) {
480 LIST_FOREACH(c
[all...]
/freebsd-11-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_conf.c101 LIST_FOREACH(km, &kgss_mechs, km_link) {
108 LIST_FOREACH(km, &kgss_mechs, km_link) {
/freebsd-11-stable/sys/dev/syscons/
H A Dscterm.c94 LIST_FOREACH(p, &sc_term_list, link) {
120 LIST_FOREACH(p, &sc_term_list, link) {
/freebsd-11-stable/sbin/geom/core/
H A Dgeom.c669 LIST_FOREACH(classp, &mesh->lg_class, lg_class) {
681 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
705 LIST_FOREACH(conf, &pp->lg_config, lg_config) {
734 LIST_FOREACH(conf, &cp->lg_config, lg_config) {
748 LIST_FOREACH(conf, &gp->lg_config, lg_config) {
754 LIST_FOREACH(pp, &gp->lg_provider, lg_provider) {
762 LIST_FOREACH(cp, &gp->lg_consumer, lg_consumer) {
822 LIST_FOREACH(gp, &classp->lg_geom, lg_geom) {
852 LIST_FOREACH(conf, &gp->lg_config, lg_config) {
873 LIST_FOREACH(con
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_iw.c150 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
197 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
232 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
274 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
380 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
429 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
448 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
470 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
480 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_hashtab.c68 LIST_FOREACH(entry, h_list, head)
81 LIST_FOREACH(entry, h_list, head) { function
101 LIST_FOREACH(entry, h_list, head) { function
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_hashtab.c69 LIST_FOREACH(entry, h_list, head)
82 LIST_FOREACH(entry, h_list, head) { function
102 LIST_FOREACH(entry, h_list, head) { function
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_pshared.c129 LIST_FOREACH(h, hd, link) { function
143 LIST_FOREACH(h, hd, link) { function
191 LIST_FOREACH(h, hd, link) { function
H A Dthr_stack.c177 LIST_FOREACH(st, &mstackq, qe)
180 LIST_FOREACH(st, &dstackq, qe)
235 LIST_FOREACH(spare_stack, &mstackq, qe) {
/freebsd-11-stable/sys/ddb/
H A Ddb_thread.c140 LIST_FOREACH(p, &zombproc, p_list) {
166 LIST_FOREACH(p, &zombproc, p_list) {
/freebsd-11-stable/sys/netnatm/
H A Dnatm_pcb.c117 LIST_FOREACH(cpcb, &natm_pcbs, pcblist)
160 LIST_FOREACH(cpcb, &natm_pcbs, pcblist) {
/freebsd-11-stable/sys/fs/devfs/
H A Ddevfs_dir.c65 LIST_FOREACH(dle, &devfs_dirlist, link) {
83 LIST_FOREACH(dle, &devfs_dirlist, link) {
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_zone.c83 LIST_FOREACH(zd2, head, zd_next) { function
131 LIST_FOREACH(zd, head, zd_next) { function
180 LIST_FOREACH(zd, head, zd_next) { function
200 LIST_FOREACH(zd, head, zd_next) { function

Completed in 325 milliseconds

1234567891011>>