- t2ex
- bsd_source/t2ex/network/net/src_bsd/kern/kern_synch.c - 38.4KB - 1,245 lines
1047:
1048: LIST_FOREACH(l, &p->p_lwps, l_sibling) {
1049: if (l == curlwp)
- More results from kern_synch.c
- bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c - 105.3KB - 3,534 lines
2110:
2111: LIST_FOREACH(ph, pl, ph_pagelist) {
2112: (*pr)("\t\tpage %p, nmissing %d, time %" PRIu32 "\n",
- More results from subr_pool.c
- bsd_source/t2ex/network/net/src_bsd/kern/uipc_accf.c - 12.6KB - 401 lines
125: rw_enter(&accept_filter_lock, RW_WRITER);
126: LIST_FOREACH(p, &accept_filtlsthd, accf_next) {
127: if (strcmp(p->accf_name, filt->accf_name) == 0) {
- More results from uipc_accf.c
- bsd_source/t2ex/network/net/src_bsd/kern/uipc_domain.c - 21.1KB - 741 lines
582: mutex_enter(&filelist_lock);
583: LIST_FOREACH(fp, &filehead, f_list) {
584: np = LIST_NEXT(fp, f_list);
- bsd_source/t2ex/network/net/src_bsd/kern/uipc_mbuf.c - 57.8KB - 1,910 lines
418:
419: LIST_FOREACH(mo, &mowners, mo_link) {
420: struct mowner_user mo_user;
- bsd_source/t2ex/network/net/src_bsd/net/bpf.c - 56.1KB - 2,015 lines
1759: /* Nuke the vnodes for any open instances */
1760: LIST_FOREACH(d, &bpf_list, bd_list) {
1761: if (d->bd_bif != NULL && d->bd_bif->bif_ifp == ifp) {
- More results from bpf.c
- bsd_source/t2ex/network/net/src_bsd/net/if.c - 61.4KB - 2,117 lines
1043:
1044: LIST_FOREACH(ifc, &if_cloners, ifc_list) {
1045: if (strlen(ifc->ifc_name) == cp - name &&
- bsd_source/t2ex/network/net/src_bsd/net/if_tun.c - 33.3KB - 1,241 lines
149: simple_lock(&tun_softc_lock);
150: LIST_FOREACH(tp, &tun_softc_list, tun_list)
151: if (unit == tp->tun_unit)
- More results from if_tun.c
- bsd_source/t2ex/network/net/src_bsd/net/raw_usrreq.c - 9.6KB - 338 lines
116: last = NULL;
117: LIST_FOREACH(rp, &rawcb, rcb_list) {
118: if (rp->rcb_proto.sp_family != proto->sp_family)
- bsd_source/t2ex/network/net/src_bsd/net/route.c - 44.7KB - 1,375 lines
1149: */
1150: LIST_FOREACH(r, &rt->rt_timer, rtt_link) {
1151: if (r->rtt_func == func)
- More results from route.c