Home
last modified time | relevance | path

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

/kernel/time/
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()