Searched refs:LIST_FOREACH (Results 76 - 100 of 407) sorted by relevance

1234567891011>>

/freebsd-10.1-release/sys/net80211/
H A Dieee80211_acl.c136 LIST_FOREACH(acl, &as->as_hash[hash], acl_hash) {
188 LIST_FOREACH(acl, &as->as_hash[hash], acl_hash) {
/freebsd-10.1-release/sys/netinet6/
H A Din6_pcb.c697 LIST_FOREACH(inp, head, inp_hash) { function
727 LIST_FOREACH(phd, porthash, phd_hash) { function
736 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {
778 LIST_FOREACH(in6p, pcbinfo->ipi_listhead, inp_list) {
867 LIST_FOREACH(inp, head, inp_pcbgrouphash) { function
908 LIST_FOREACH(inp, head, inp_pcbgroup_wild) { function
943 } /* LIST_FOREACH */
1005 LIST_FOREACH(inp, head, inp_hash) { function
1044 LIST_FOREACH(inp, head, inp_hash) { function
1079 } /* LIST_FOREACH */
[all...]
/freebsd-10.1-release/usr.bin/csup/
H A Dqueue.h174 #undef LIST_FOREACH macro
175 #define LIST_FOREACH(var, head, field) \ macro
H A Drcsfile.c260 LIST_FOREACH(d, &rf->deltatable, table_next) {
402 LIST_FOREACH(b, &d->branchlist, branch_next) {
509 LIST_FOREACH(b, &d->branchlist, branch_next) {
536 LIST_FOREACH(d_tmp, &branchlist_datesorted, branch_next_date) {
738 LIST_FOREACH(d, &rf->deltatable, table_next) {
940 LIST_FOREACH(d, &rf->deltatable, table_next) {
1194 LIST_FOREACH(b, &d->branchlist, branch_next) {
1217 LIST_FOREACH(b_iter, &d->branchlist, branch_next) {
1242 LIST_FOREACH(d2, &rf->deltatable, table_next) {
1275 LIST_FOREACH(d
[all...]
/freebsd-10.1-release/usr.sbin/bhyve/
H A Dmevent.c259 LIST_FOREACH(lp, &global_head, me_list) {
266 LIST_FOREACH(lp, &change_head, me_list) {
/freebsd-10.1-release/usr.sbin/bluetooth/btpand/
H A Dchannel.c245 LIST_FOREACH(chan, &channel_list, next) {
261 LIST_FOREACH(chan, &channel_list, next) {
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_geom.c134 LIST_FOREACH(gp, &zfs_vdev_class.geom, geom) {
156 LIST_FOREACH(cp, &gp->consumer, consumer) {
449 LIST_FOREACH(mp, &g_classes, class) {
452 LIST_FOREACH(gp, &mp->geom, geom) {
455 LIST_FOREACH(pp, &gp->provider, provider) {
515 LIST_FOREACH(mp, &g_classes, class) {
518 LIST_FOREACH(gp, &mp->geom, geom) {
521 LIST_FOREACH(pp, &gp->provider, provider) {
/freebsd-10.1-release/sys/net/
H A Dbridgestp.c791 LIST_FOREACH(bp, &bs->bs_bplist, bp_next) {
817 LIST_FOREACH(bp, &bs->bs_bplist, bp_next) {
906 LIST_FOREACH(bp2, &bs->bs_bplist, bp_next) {
1166 LIST_FOREACH(bp2, &bs->bs_bplist, bp_next) {
1180 LIST_FOREACH(bp, &bs->bs_bplist, bp_next)
1191 LIST_FOREACH(bp, &bs->bs_bplist, bp_next) {
1457 LIST_FOREACH(bp2, &bs->bs_bplist, bp_next) {
1531 LIST_FOREACH(bp, &bs->bs_bplist, bp_next)
1555 LIST_FOREACH(bp, &bs->bs_bplist, bp_next) {
1874 LIST_FOREACH(b
[all...]
/freebsd-10.1-release/sbin/routed/
H A Dmain.c535 LIST_FOREACH(ifp, &ifnet, int_list) {
586 LIST_FOREACH(ifp, &ifnet, int_list) {
698 LIST_FOREACH(ifp, &ifnet, int_list) {
769 LIST_FOREACH(ifp, &ifnet, int_list) {
784 LIST_FOREACH(ifp, &ifnet, int_list) {
/freebsd-10.1-release/sys/arm/ti/twl/
H A Dtwl_vreg.c708 LIST_FOREACH(regulator, &sc->sc_vreg_list, entries) {
748 LIST_FOREACH(regulator, &sc->sc_vreg_list, entries) {
784 LIST_FOREACH(regulator, &sc->sc_vreg_list, entries) {
922 LIST_FOREACH(entry, &sc->sc_vreg_list, entries) {
933 LIST_FOREACH(entry, &sc->sc_vreg_list, entries) {
/freebsd-10.1-release/sys/dev/mii/
H A Dmii.c346 LIST_FOREACH(m, &mii->mii_media.ifm_list, ifm_list) {
549 LIST_FOREACH(child, &mii->mii_phys, mii_list) {
581 LIST_FOREACH(child, &mii->mii_phys, mii_list) {
604 LIST_FOREACH(child, &mii->mii_phys, mii_list) {
622 LIST_FOREACH(child, &mii->mii_phys, mii_list)
/freebsd-10.1-release/sys/netinet/
H A Dsctp_sysctl.c154 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
155 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
171 LIST_FOREACH(laddr, &inp->sctp_addr_list, sctp_nxt_addr) {
236 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
240 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
318 LIST_FOREACH(laddr, &inp->sctp_addr_list, sctp_nxt_addr) {
379 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
383 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
407 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
445 LIST_FOREACH(stc
[all...]
/freebsd-10.1-release/sys/geom/mirror/
H A Dg_mirror.c277 LIST_FOREACH(disk, &sc->sc_disks, d_next) {
294 LIST_FOREACH(disk, &sc->sc_disks, d_next) {
780 LIST_FOREACH(disk, &sc->sc_disks, d_next) {
803 LIST_FOREACH(disk, &sc->sc_disks, d_next) {
835 LIST_FOREACH(disk, &sc->sc_disks, d_next) {
858 LIST_FOREACH(disk, &sc->sc_disks, d_next) {
1070 LIST_FOREACH(disk, &sc->sc_disks, d_next) {
1157 LIST_FOREACH(disk, &sc->sc_disks, d_next) {
1413 LIST_FOREACH(disk, &sc->sc_disks, d_next) {
1494 LIST_FOREACH(d
[all...]
H A Dg_mirror_ctl.c57 LIST_FOREACH(gp, &mp->geom, geom) {
82 LIST_FOREACH(disk, &sc->sc_disks, d_next) {
263 LIST_FOREACH(disk, &sc->sc_disks, d_next) {
538 LIST_FOREACH(disk, &sc->sc_disks, d_next) {
670 LIST_FOREACH(disk, &sc->sc_disks, d_next) {
681 LIST_FOREACH(disk, &sc->sc_disks, d_next) {
792 LIST_FOREACH(disk, &sc->sc_disks, d_next) {
/freebsd-10.1-release/sys/fs/fdescfs/
H A Dfdesc_vnops.c139 LIST_FOREACH(fd2, fc, fd_hash) { function
177 LIST_FOREACH(fd, fc, fd_hash) { function
225 LIST_FOREACH(fd2, fc, fd_hash) { function
/freebsd-10.1-release/sys/geom/
H A Dgeom_ctl.c384 LIST_FOREACH(cp, &g_classes, class) {
401 LIST_FOREACH(mp, &g_classes, class) {
404 LIST_FOREACH(gp, &mp->geom, geom) {
H A Dgeom_ccd.c174 LIST_FOREACH(cp1, &gp->consumer, consumer) {
177 LIST_FOREACH(cp2, &gp->consumer, consumer) {
729 LIST_FOREACH(gp, &mp->geom, geom) {
861 LIST_FOREACH(gp, &mp->geom, geom) {
/freebsd-10.1-release/sys/netgraph/atm/
H A Dngatmbase.c231 LIST_FOREACH(h, &ngatm_useduni, link)
285 LIST_FOREACH(h, &ngatm_useduni, link)
293 LIST_FOREACH(h, &ngatm_freeuni, link)
/freebsd-10.1-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c299 LIST_FOREACH(con, &l2cap->con_list, next)
315 LIST_FOREACH(con, &l2cap->con_list, next)
376 LIST_FOREACH(ch, &l2cap->chan_list, next)
/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_stack.c180 LIST_FOREACH(spare_stack, &mstackq, qe) {
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_sleepq.c102 LIST_FOREACH(sq, &sc->sc_queues, sq_hash)
/freebsd-10.1-release/sys/ddb/
H A Ddb_command.c212 LIST_FOREACH(c, list, next) { function
242 LIST_FOREACH(c, list, next) { function
302 LIST_FOREACH(cmd, table, next) { function
323 LIST_FOREACH(cmd, table, next) { function
/freebsd-10.1-release/sys/geom/mountver/
H A Dg_mountver.c247 LIST_FOREACH(gp, &mp->geom, geom) {
391 LIST_FOREACH(gp, &mp->geom, geom) {
470 LIST_FOREACH(pp, &gp->provider, provider)
526 LIST_FOREACH(gp, &mp->geom, geom) {
/freebsd-10.1-release/sys/geom/part/
H A Dg_part.c287 LIST_FOREACH(e1, &table->gpt_entry, gpe_entry) {
386 LIST_FOREACH(entry, &table->gpt_entry, gpe_entry) {
452 LIST_FOREACH(gp, &g_part_class.geom, geom) {
697 LIST_FOREACH(entry, &table->gpt_entry, gpe_entry) {
1042 LIST_FOREACH(entry, &table->gpt_entry, gpe_entry) {
1104 LIST_FOREACH(entry, &table->gpt_entry, gpe_entry) {
1185 LIST_FOREACH(entry, &table->gpt_entry, gpe_entry) {
1283 LIST_FOREACH(entry, &table->gpt_entry, gpe_entry) {
1302 LIST_FOREACH(pe, &table->gpt_entry, gpe_entry) {
1372 LIST_FOREACH(entr
[all...]
/freebsd-10.1-release/sys/kern/
H A Dsubr_lock.c484 LIST_FOREACH(l, head, lpo_link)
558 LIST_FOREACH(l, &td->td_lprof[0], lpo_link)
561 LIST_FOREACH(l, &td->td_lprof[1], lpo_link)
595 LIST_FOREACH(l, head, lpo_link)

Completed in 322 milliseconds

1234567891011>>