Home
last modified time | relevance | path

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

/freebsd/lib/libthread_db/
H A Dthread_db.c277 thr_pread(struct ps_prochandle *ph, psaddr_t addr, uint64_t *val, in thr_pread() function
340 error = thr_pread(ta->ph, addr, &tmp, sizeof(int), BYTE_ORDER); in thr_pread_int()
351 return (thr_pread(ta->ph, addr, val, sizeof(long), BYTE_ORDER)); in thr_pread_long()
360 error = thr_pread(ta->ph, addr, &tmp, sizeof(void *), BYTE_ORDER); in thr_pread_ptr()