Searched refs:old_timeval32 (Results 1 – 15 of 15) sorted by relevance
/linux/include/linux/ |
A D | elfcore-compat.h | 30 struct old_timeval32 pr_utime; 31 struct old_timeval32 pr_stime; 32 struct old_timeval32 pr_cutime; 33 struct old_timeval32 pr_cstime;
|
A D | compat.h | 262 struct old_timeval32 ru_utime; 263 struct old_timeval32 ru_stime; 746 asmlinkage long compat_sys_gettimeofday(struct old_timeval32 __user *tv, 748 asmlinkage long compat_sys_settimeofday(struct old_timeval32 __user *tv, 864 struct old_timeval32 __user *tvp); 906 static inline struct old_timeval32 ns_to_old_timeval32(s64 nsec) in ns_to_old_timeval32() 909 struct old_timeval32 ctv; in ns_to_old_timeval32()
|
A D | time32.h | 37 struct old_timeval32 time;
|
A D | syscalls.h | 59 struct old_timeval32; 1148 struct old_timeval32 __user *t); 1152 struct old_timeval32 __user *t);
|
/linux/fs/ |
A D | utimes.c | 268 struct old_timeval32 __user *t) in do_compat_futimesat() 289 struct old_timeval32 __user *, t) in SYSCALL_DEFINE3() 294 SYSCALL_DEFINE2(utimes_time32, const char __user *, filename, struct old_timeval32 __user *, t) in SYSCALL_DEFINE2()
|
A D | select.c | 336 struct old_timeval32 rtv; in poll_select_finish() 1263 struct old_timeval32 __user *tvp) in do_compat_select() 1266 struct old_timeval32 tv; in do_compat_select() 1286 struct old_timeval32 __user *, tvp) in COMPAT_SYSCALL_DEFINE5()
|
/linux/include/vdso/ |
A D | time32.h | 12 struct old_timeval32 { struct
|
/linux/kernel/time/ |
A D | itimer.c | 125 struct old_timeval32 it_interval; 126 struct old_timeval32 it_value;
|
A D | time.c | 224 COMPAT_SYSCALL_DEFINE2(gettimeofday, struct old_timeval32 __user *, tv, in COMPAT_SYSCALL_DEFINE2() 243 COMPAT_SYSCALL_DEFINE2(settimeofday, struct old_timeval32 __user *, tv, in COMPAT_SYSCALL_DEFINE2()
|
/linux/include/media/ |
A D | v4l2-ioctl.h | 768 struct old_timeval32 timestamp;
|
/linux/net/ |
A D | compat.c | 232 struct old_timeval32 ctv; in put_cmsg_compat()
|
/linux/net/core/ |
A D | sock.c | 366 struct old_timeval32 tv32 = { tv.tv_sec, tv.tv_usec }; in sock_get_timeout() 367 *(struct old_timeval32 *)optval = tv32; in sock_get_timeout() 388 struct old_timeval32 tv32; in sock_copy_user_timeval() 1502 struct old_timeval32 tm32; in sock_getsockopt()
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-compat-ioctl32.c | 321 struct old_timeval32 timestamp;
|
/linux/net/vmw_vsock/ |
A D | af_vsock.c | 1663 struct old_timeval32 tm32; in vsock_connectible_getsockopt()
|
/linux/net/bluetooth/ |
A D | hci_sock.c | 1433 struct old_timeval32 ctv; in hci_sock_cmsg()
|
Completed in 58 milliseconds