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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dresourcevar.h84 u_long pr_addr; /* temp storage for addr until AST */ member in struct:pstats::uprof
97 user_ulong_t pr_addr; /* temp storage for addr until AST */ member in struct:pstats::user_uprof
125 (proc_is64bit((p)) ? (p)->p_stats->user_p_prof.pr_addr \
126 : CAST_USER_ADDR_T((p)->p_stats->p_prof.pr_addr)), \

Completed in 15 milliseconds