Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtime.c62 SYSCALL_DEFINE1(time, __kernel_old_time_t __user *, tloc) in SYSCALL_DEFINE1() argument
66 if (tloc) { in SYSCALL_DEFINE1()
67 if (put_user(i,tloc)) in SYSCALL_DEFINE1()
105 SYSCALL_DEFINE1(time32, old_time32_t __user *, tloc) in SYSCALL_DEFINE1() argument
111 if (tloc) { in SYSCALL_DEFINE1()
112 if (put_user(i,tloc)) in SYSCALL_DEFINE1()
/linux/include/linux/
H A Dsyscalls.h1082 asmlinkage long sys_time(__kernel_old_time_t __user *tloc);
1083 asmlinkage long sys_time32(old_time32_t __user *tloc);