Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/src/sys/ptrace/
H A Dlinux.rs30 pub type RequestType = ::libc::c_uint; types
33 pub type RequestType = ::libc::c_int; types
199 libc::ptrace(request as RequestType, libc::pid_t::from(pid), addr, data) in ptrace_peek()
236 Request::PTRACE_SETREGS as RequestType, in setregs()
253 request as RequestType, in ptrace_get_data()
270 request as RequestType, in ptrace_other()
282 Request::PTRACE_SETOPTIONS as RequestType, in setoptions()
306 Request::PTRACE_SETSIGINFO as RequestType, in setsiginfo()
H A Dbsd.rs9 pub type RequestType = c_int; types
70 request as RequestType, in ptrace_other()

Completed in 1 milliseconds