Searched refs:PT_LWPINFO (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_ptrace.c | 127 error = kern_ptrace(td, PT_LWPINFO, pid, &lwpinfo, sizeof(lwpinfo)); in linux_ptrace_status() 398 error = kern_ptrace(td, PT_LWPINFO, pid, &lwpinfo, sizeof(lwpinfo)); in linux_ptrace_getsiginfo() 430 error = kern_ptrace(td, PT_LWPINFO, pid, &lwpinfo, sizeof(lwpinfo)); in linux_ptrace_getregs() 500 error = kern_ptrace(td, PT_LWPINFO, pid, &lwpinfo, sizeof(lwpinfo)); in linux_ptrace_getregset_prstatus()
|
| /f-stack/freebsd/sys/ |
| H A D | ptrace.h | 56 #define PT_LWPINFO 13 /* Info about the LWP that stopped. */ macro
|
| /f-stack/freebsd/kern/ |
| H A D | sys_process.c | 488 case PT_LWPINFO: in sys_ptrace() 553 case PT_LWPINFO: in sys_ptrace() 1205 case PT_LWPINFO: in kern_ptrace()
|