Searched refs:pr_base (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dresourcevar.h79 caddr_t pr_base; /* buffer base */ member in struct:pstats::uprof
93 user_addr_t pr_base; /* buffer base */ member in struct:pstats::user_uprof
/xnu-2422.115.4/bsd/kern/
H A Dsubr_prof.c386 cell = (prof->pr_base + off);
387 if (cell >= prof->pr_base &&
388 cell < (prof->pr_size + prof->pr_base)) {
406 cell = (short *)(prof->pr_base + off);
407 if (cell >= (short *)prof->pr_base &&
408 cell < (short*)(prof->pr_size + prof->pr_base)) {

Completed in 23 milliseconds