Searched refs:tloc (Results 1 – 2 of 2) sorted by relevance
62 SYSCALL_DEFINE1(time, __kernel_old_time_t __user *, tloc) in SYSCALL_DEFINE1() argument66 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() argument111 if (tloc) { in SYSCALL_DEFINE1()112 if (put_user(i,tloc)) in SYSCALL_DEFINE1()
1082 asmlinkage long sys_time(__kernel_old_time_t __user *tloc);1083 asmlinkage long sys_time32(old_time32_t __user *tloc);