Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c947 get_tv32(struct timespec64 *o, struct timeval32 __user *i) in get_tv32() function
1006 if (get_tv32(&kts, tv)) in SYSCALL_DEFINE2()
1023 if (get_tv32(&tv[0], &tvs[0]) || in SYSCALL_DEFINE2()
1024 get_tv32(&tv[1], &tvs[1])) in SYSCALL_DEFINE2()
1043 if (get_tv32(&tv, tvp)) in SYSCALL_DEFINE5()
1140 if (get_tv32(&tmp, sleep)) in SYSCALL_DEFINE2()