tag
line
file
source code
tloc
81
kernel/time.c
asmlinkage int sys_time(long * tloc)
tloc
86
kernel/time.c
if (tloc) {
tloc
87
kernel/time.c
error = verify_area(VERIFY_WRITE, tloc, 4);
tloc
90
kernel/time.c
put_fs_long(i,(unsigned long *)tloc);