Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dsyscall.rs23 pub struct PosixTimeval { struct
24 pub tv_sec: PosixTimeT,
25 pub tv_usec: PosixSusecondsT,
108 tv: *mut PosixTimeval, in gettimeofday()
/DragonOS/kernel/src/syscall/
H A Dmod.rs1130 SYS_UTIMES => Self::sys_utimes(args[0] as *const u8, args[1] as *const PosixTimeval), in handle() constant
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs1703 times: *const PosixTimeval, in sys_utimes()