Home
last modified time | relevance | path

Searched defs:c_int (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/bpf/helper/
H A Dprint.rs9 pub unsafe extern "C" fn printf(w: &mut impl Write, str: *const c_char, mut args: ...) -> c_int { in printf()
/DragonOS/kernel/src/time/
H A Dsyscall.rs137 pub fn clock_gettime(clock_id: c_int, tp: *mut PosixTimeSpec) -> Result<usize, SystemError> { in clock_gettime()
/DragonOS/kernel/src/ipc/
H A Dsyscall.rs129 sig: c_int, in sigaction()