MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / ret_c_uint

Function ret_c_uint

src/backend/linux_raw/conv.rs:928–930  ·  view source on GitHub ↗
(raw: RetReg<R0>)

Source from the content-addressed store, hash-verified

926/// `c_uint` on success.
927#[inline]
928pub(super) fn ret_c_uint(raw: RetReg<R0>) -> io::Result<c::c_uint> {
929 try_decode_c_uint(raw)
930}
931
932/// Convert a `usize` returned from a syscall that effectively returns a `u64`
933/// on success.

Callers 6

fcntl_getfdFunction · 0.85
io_uring_registerFunction · 0.85
io_uring_register_withFunction · 0.85
io_uring_enterFunction · 0.85
membarrier_queryFunction · 0.85
fcntl_getflFunction · 0.85

Calls 1

try_decode_c_uintFunction · 0.85

Tested by

no test coverage detected