Home
last modified time | relevance | path

Searched defs:procctl (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/rustix/tests/process/
Dmain.rs23 mod procctl; module
/third_party/rust/crates/rustix/src/process/
Dmod.rs17 mod procctl; module
Dprocctl.rs43 pub(crate) unsafe fn procctl( in procctl() function
/third_party/rust/crates/rustix/src/backend/libc/process/
Dsyscalls.rs458 pub(crate) unsafe fn procctl( in procctl() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1666 pub fn procctl(idtype: ::idtype_t, id: ::id_t, cmd: ::c_int, data: *mut ::c_void) -> ::c_int; in procctl() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs5367 pub fn procctl(idtype: ::idtype_t, id: ::id_t, cmd: ::c_int, data: *mut ::c_void) -> ::c_int; in procctl() function