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

/xnu-2782.1.97/bsd/sys/
H A Dresourcevar.h78 struct uprof *pr_next; /* multiple prof buffers allowed */ member in struct:pstats::uprof
91 struct user_uprof *pr_next; /* multiple prof buffers allowed */ member in struct:pstats::user_uprof
H A Dprotosw.h152 struct protosw_old *pr_next; /* chain for domain */ member in struct:protosw_old
154 struct protosw *pr_next; /* chain for domain */ member in struct:protosw_old
/xnu-2782.1.97/bsd/kern/
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.c833 p1 = p0->pr_next;
834 p0->pr_next = NULL;
838 pn = p1->pr_next;
2091 p1 = p0->pr_next;
2092 p0->pr_next = NULL;
2096 pn = p1->pr_next;
/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_rtr.c1993 struct nd_prefix *pr, *pr_next; local
2004 pr_next = pr->ndpr_next;
2010 pr = pr_next;
2056 pr_next = nd_prefix.lh_first;
2061 pr = pr_next;

Completed in 36 milliseconds