Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/backend/linux_raw/time/
Dsyscalls.rs11 use super::super::conv::{ret, ret_infallible};
48 ret_infallible(syscall!(__NR_clock_getres, which_clock, &mut result)); in clock_getres()
56 ret_infallible(syscall!(__NR_clock_getres, which_clock, &mut old_result)); in clock_getres_old()
/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/
Dsyscalls.rs22 use {super::super::conv::ret_infallible, linux_raw_sys::general::ARCH_SET_FS};
83 ret_infallible(syscall_readonly!( in set_fs()
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dsyscalls.rs12 ret_infallible, ret_usize, ret_usize_infallible, size_of, slice_just_addr, slice_mut, zero,
363 ret_infallible(syscall!(__NR_ugetrlimit, limit, &mut result)); in getrlimit_old()
374 ret_infallible(syscall!(__NR_getrlimit, limit, &mut result)); in getrlimit_old()
/third_party/rust/crates/rustix/src/backend/libc/process/
Dsyscalls.rs25 super::super::conv::ret_infallible,
305 ret_infallible(libc_getrlimit(limit as _, result.as_mut_ptr())); in getrlimit()
/third_party/rust/crates/rustix/src/backend/libc/
Dconv.rs68 pub(super) unsafe fn ret_infallible(raw: c::c_int) { in ret_infallible() function
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dconv.rs709 pub(super) unsafe fn ret_infallible(raw: RetReg<R0>) { in ret_infallible() function