Lines Matching refs:PTRTOINT64
95 #define PTRTOINT64(_x) ((u_int64_t)(u_long)(_x)) macro
1281 ki->p_paddr = PTRTOINT64(p); in fill_kproc2()
1282 ki->p_fd = PTRTOINT64(p->p_fd); in fill_kproc2()
1283 ki->p_stats = PTRTOINT64(p->p_stats); in fill_kproc2()
1284 ki->p_limit = PTRTOINT64(p->p_limit); in fill_kproc2()
1285 ki->p_vmspace = PTRTOINT64(p->p_vmspace); in fill_kproc2()
1286 ki->p_sigacts = PTRTOINT64(p->p_sigacts); in fill_kproc2()
1287 ki->p_sess = PTRTOINT64(p->p_session); in fill_kproc2()
1289 ki->p_ru = PTRTOINT64(p->p_ru); in fill_kproc2()
1323 ki->p_tsess = PTRTOINT64(tp->t_session); in fill_kproc2()
1338 ki->p_tracep = PTRTOINT64(p->p_tracep); in fill_kproc2()
1370 ki->p_forw = PTRTOINT64(p->p_forw); in fill_kproc2()
1371 ki->p_back = PTRTOINT64(p->p_back); in fill_kproc2()
1372 ki->p_addr = PTRTOINT64(p->p_addr); in fill_kproc2()
1386 ki->p_wchan = PTRTOINT64(p->p_wchan); in fill_kproc2()