tag
line
file
source code
tloc
106
kernel/time.c
asmlinkage int sys_time(long * tloc)
tloc
111
kernel/time.c
if (tloc) {
tloc
112
kernel/time.c
error = verify_area(VERIFY_WRITE, tloc, 4);
tloc
115
kernel/time.c
put_fs_long(i,(unsigned long *)tloc);