Searched refs:pr_next (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_domain.c134 for (pr = dp->dom_protosw; pr; pr = pr->pr_next) {
230 for (pp2 = NULL, pp1 = dp->dom_protosw; pp1; pp1 = pp1->pr_next)
240 pp2->pr_next = pp;
259 for (pp2 = NULL, pp1 = dp->dom_protosw; pp1; pp1 = pp1->pr_next)
269 pp2->pr_next = pp1->pr_next;
271 dp->dom_protosw = pp1->pr_next;
391 for (pr = dp->dom_protosw; pr; pr = pr->pr_next)
436 for (pr = dp->dom_protosw; pr; pr = pr->pr_next) {
459 for (pr = dp->dom_protosw; pr; pr = pr->pr_next) {
[all...]
H A Dsubr_prof.c384 for (prof = &p->p_stats->user_p_prof; prof; prof = prof->pr_next) {
404 for (prof = &p->p_stats->p_prof; prof; prof = prof->pr_next) {
H A Dkern_exit.c750 p1 = p0->pr_next;
751 p0->pr_next = NULL;
755 pn = p1->pr_next;
1907 p1 = p0->pr_next;
1908 p0->pr_next = NULL;
1912 pn = p1->pr_next;
/darwin-on-arm/xnu/bsd/sys/
H A Dresourcevar.h79 struct uprof *pr_next; /* multiple prof buffers allowed */ member in struct:pstats::uprof
92 struct user_uprof *pr_next; /* multiple prof buffers allowed */ member in struct:pstats::user_uprof
H A Dprotosw.h168 struct protosw *pr_next; /* Chain for domain */ member in struct:protosw
443 psw[i].pr_next = &psw[i + 1]; \
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6protosw.h202 struct ip6protosw *pr_next; /* Chain for domain */ member in struct:ip6protosw
H A Dnd6_rtr.c1991 struct nd_prefix *pr, *pr_next; local
2000 pr_next = pr->ndpr_next;
2007 pr = pr_next;
2049 pr = pr_next;
H A Dip6_input.c325 for (pr = (struct ip6protosw*)inet6domain.dom_protosw; pr; pr = pr->pr_next) {
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c436 for (pr = inetdomain.dom_protosw; pr; pr = pr->pr_next) {

Completed in 48 milliseconds