Home
last modified time | relevance | path

Searched refs:pr_off (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_prof.c428 upp->pr_off = uap->offset; in sys_profil()
445 ((int)(((u_quad_t)((pc) - (prof)->pr_off) * \
469 if (pc < prof->pr_off || PC_TO_INDEX(pc, prof) >= prof->pr_size) { in addupc_intr()
508 if (pc < prof->pr_off || in addupc_task()
/f-stack/tools/compat/include/sys/
H A Dresourcevar.h64 u_long pr_off; /* (c + w2) PC offset. */ member
/f-stack/freebsd/sys/
H A Dresourcevar.h66 u_long pr_off; /* (c + w2) PC offset. */ member