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

123456

/freebsd-10.2-release/usr.sbin/newsyslog/
H A Dnewsyslog.c333 SLIST_FOREACH(stmp, &swhead, sw_nextp)
2090 SLIST_FOREACH(stmp, &swhead, sw_nextp) {
2150 SLIST_FOREACH(ztmp, &zwhead, zw_nextp) {
/freebsd-10.2-release/contrib/nvi/vi/
H A Dvs_msg.c889 SLIST_FOREACH(mp_c, gp->msgq, q)
/freebsd-10.2-release/contrib/openbsm/compat/
H A Dqueue.h161 #define SLIST_FOREACH(var, head, field) \ macro
/freebsd-10.2-release/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h111 #define SLIST_FOREACH(var, head, field) \ macro
/freebsd-10.2-release/sbin/camcontrol/
H A Dmodeedit.c343 SLIST_FOREACH(scan, &namelist, link) {
/freebsd-10.2-release/sys/dev/sound/pcm/
H A Ddsp.c2840 SLIST_FOREACH(sg, &snd_pcm_syncgroups, link) {
2951 SLIST_FOREACH(sg, &snd_pcm_syncgroups, link) {
2970 SLIST_FOREACH(sm, &sg->members, link) {
2977 SLIST_FOREACH(sm_tmp, &sg->members, link) {
/freebsd-10.2-release/sys/dev/uart/
H A Duart_core.c381 SLIST_FOREACH(sysdev, &uart_sysdevs, next) {
/freebsd-10.2-release/sys/netinet/
H A Dtcp_lro.c478 SLIST_FOREACH(le, &lc->lro_active, next) {
/freebsd-10.2-release/sys/kern/
H A Dkern_event.c466 SLIST_FOREACH(kn, &list->kl_list, kn_selnext) {
1080 SLIST_FOREACH(kn, &kq->kq_knlist[kev->ident], kn_link)
1094 SLIST_FOREACH(kn, list, kn_link)
1867 * SLIST_FOREACH, SLIST_FOREACH_SAFE is not safe in our case, it is
1871 SLIST_FOREACH(kn, &list->kl_list, kn_selnext) {
/freebsd-10.2-release/sys/amd64/vmm/
H A Dvmm_dev.c88 SLIST_FOREACH(sc, &head, link) {
/freebsd-10.2-release/usr.sbin/config/
H A Dmkmakefile.c479 SLIST_FOREACH(op, &opt, op_next)
/freebsd-10.2-release/sys/x86/x86/
H A Dlocal_apic.c1287 SLIST_FOREACH(apic_enum, &enumerators, apic_next) {
1318 SLIST_FOREACH(enumerator, &enumerators, apic_next) {
/freebsd-10.2-release/sys/dev/ixl/
H A Dif_ixl.c1646 SLIST_FOREACH(f, &vsi->ftl, next) {
3244 SLIST_FOREACH(f, &vsi->ftl, next) {
3373 SLIST_FOREACH(f, &vsi->ftl, next) {
3413 SLIST_FOREACH(f, &vsi->ftl, next) {
4599 SLIST_FOREACH(f, &vsi->ftl, next) {
4612 SLIST_FOREACH(f, &vsi->ftl, next) {
/freebsd-10.2-release/sys/dev/cxgb/
H A Dcxgb_main.c3306 SLIST_FOREACH(sc, &t3_list, link) {
3385 SLIST_FOREACH(u, &t3_uld_list, link) {
3407 SLIST_FOREACH(u, &t3_uld_list, link) {
3432 SLIST_FOREACH(ui, &t3_uld_list, link) {
3454 SLIST_FOREACH(ui, &t3_uld_list, link) {
/freebsd-10.2-release/contrib/bsnmp/snmp_mibII/
H A DmibII.c190 SLIST_FOREACH(d, &mibdynif_list, link)
202 SLIST_FOREACH(d, &mibdynif_list, link)
/freebsd-10.2-release/sbin/ggate/ggated/
H A Dggated.c367 SLIST_FOREACH(ex, &exports, e_next) {
/freebsd-10.2-release/sys/dev/mpr/
H A Dmpr_sas.c1855 SLIST_FOREACH(lun, &targ->luns, lun_link) {
3112 SLIST_FOREACH(lun, &target->luns, lun_link) {
3249 SLIST_FOREACH(lun, &target->luns, lun_link) {
3346 SLIST_FOREACH(lun, &target->luns, lun_link) {
/freebsd-10.2-release/sys/dev/mps/
H A Dmps_sas.c1785 SLIST_FOREACH(lun, &targ->luns, lun_link) {
3256 SLIST_FOREACH(lun, &target->luns, lun_link) {
3386 SLIST_FOREACH(lun, &target->luns, lun_link) {
3485 SLIST_FOREACH(lun, &target->luns, lun_link) {
/freebsd-10.2-release/sys/net/
H A Dif_tap.c291 SLIST_FOREACH(tp, &taphead, tap_next) {
/freebsd-10.2-release/sys/sys/
H A Dqueue.h169 #define SLIST_FOREACH(var, head, field) \ macro
/freebsd-10.2-release/sys/arm/arm/
H A Dpmap-v6.c574 SLIST_FOREACH(pv, &kernel_pt_list, pv_list) {
2147 SLIST_FOREACH(l1, &l1_list, l1_link) {
2334 SLIST_FOREACH(l1, &l1_list, l1_link) {
2361 SLIST_FOREACH(l1, &l1_list, l1_link) {
H A Dpmap.c454 SLIST_FOREACH(pv, &kernel_pt_list, pv_list) {
2519 SLIST_FOREACH(l1, &l1_list, l1_link) {
2633 SLIST_FOREACH(l1, &l1_list, l1_link) {
2658 SLIST_FOREACH(l1, &l1_list, l1_link) {
/freebsd-10.2-release/usr.bin/makewhatis/
H A Dmakewhatis.c424 SLIST_FOREACH(visit, &visited_dirs, next) {
/freebsd-10.2-release/sys/dev/isp/
H A Disp_freebsd.c924 SLIST_FOREACH(tptr, lhp, next) { function
945 SLIST_FOREACH(tptr, lhp, next) { function
960 SLIST_FOREACH(tptr, lhp, next) { function
981 SLIST_FOREACH(tptr, lhp, next) { function
1004 SLIST_FOREACH(tptr, lhp, next) { function
1037 SLIST_FOREACH(tptr, lhp, next) { function
1399 SLIST_FOREACH(tptr, lhp, next) { function
/freebsd-10.2-release/sys/dev/sound/pci/
H A Demu10k1.c1401 SLIST_FOREACH(i, &mem->blocks, link) {
1425 SLIST_FOREACH(i, &mem->blocks, link) {

Completed in 426 milliseconds

123456