| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | binfmt_elfn32.c | 57 struct old_timeval32 pr_utime; /* User time */ 58 struct old_timeval32 pr_stime; /* System time */ 59 struct old_timeval32 pr_cutime;/* Cumulative user time */ 60 struct old_timeval32 pr_cstime;/* Cumulative system time */ 86 jiffies_to_old_timeval32(unsigned long jiffies, struct old_timeval32 *value) in jiffies_to_old_timeval32()
|
| H A D | binfmt_elfo32.c | 62 struct old_timeval32 pr_utime; /* User time */ 63 struct old_timeval32 pr_stime; /* System time */ 64 struct old_timeval32 pr_cutime;/* Cumulative user time */ 65 struct old_timeval32 pr_cstime;/* Cumulative system time */ 91 jiffies_to_old_timeval32(unsigned long jiffies, struct old_timeval32 *value) in jiffies_to_old_timeval32()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H 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;
|
| H A D | compat.h | 262 struct old_timeval32 ru_utime; 263 struct old_timeval32 ru_stime; 684 asmlinkage long compat_sys_gettimeofday(struct old_timeval32 __user *tv, 686 asmlinkage long compat_sys_settimeofday(struct old_timeval32 __user *tv, 822 struct old_timeval32 __user *tvp); 875 static inline struct old_timeval32 ns_to_old_timeval32(s64 nsec) in ns_to_old_timeval32() 878 struct old_timeval32 ctv; in ns_to_old_timeval32()
|
| H A D | time32.h | 37 struct old_timeval32 time;
|
| H A D | syscalls.h | 59 struct old_timeval32; 1124 struct old_timeval32 __user *t); 1128 struct old_timeval32 __user *t);
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | utimes.c | 267 struct old_timeval32 __user *t) in do_compat_futimesat() 288 struct old_timeval32 __user *, t) in SYSCALL_DEFINE3() 293 SYSCALL_DEFINE2(utimes_time32, const char __user *, filename, struct old_timeval32 __user *, t) in SYSCALL_DEFINE2()
|
| H A D | select.c | 336 struct old_timeval32 rtv; in poll_select_finish() 1266 struct old_timeval32 __user *tvp) in do_compat_select() 1269 struct old_timeval32 tv; in do_compat_select() 1289 struct old_timeval32 __user *, tvp) in COMPAT_SYSCALL_DEFINE5()
|
| /OK3568_Linux_fs/kernel/include/vdso/ |
| H A D | time32.h | 12 struct old_timeval32 { struct
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-rgb13h.c | 466 _IOR('V', BASE_VIDIOC_PRIVATE + 0, struct old_timeval32) 472 struct old_timeval32 compat_t; in rgb13h_compat_ioctl32() 473 struct old_timeval32 __user *p32 = compat_ptr(arg); in rgb13h_compat_ioctl32()
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | itimer.c | 125 struct old_timeval32 it_interval; 126 struct old_timeval32 it_value;
|
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | sgm3784.c | 491 _IOR('V', BASE_VIDIOC_PRIVATE + 0, struct old_timeval32) 498 struct old_timeval32 *compat_t; in sgm3784_compat_ioctl32()
|
| H A D | aw36518.c | 561 _IOR('V', BASE_VIDIOC_PRIVATE + 0, struct old_timeval32) 568 struct old_timeval32 *compat_t; in aw36518_compat_ioctl32()
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-ioctl.h | 758 struct old_timeval32 timestamp;
|
| /OK3568_Linux_fs/kernel/net/ |
| H A D | compat.c | 232 struct old_timeval32 ctv; in put_cmsg_compat()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | asm-offsets.c | 425 OFFSET(TVAL32_TV_SEC, old_timeval32, tv_sec); in main() 426 OFFSET(TVAL32_TV_USEC, old_timeval32, tv_usec); in main()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | sock.c | 348 struct old_timeval32 tv32 = { tv.tv_sec, tv.tv_usec }; in sock_get_timeout() 349 *(struct old_timeval32 *)optval = tv32; in sock_get_timeout() 371 struct old_timeval32 tv32; in sock_set_timeout() 1305 struct old_timeval32 tm32; in sock_getsockopt()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-compat-ioctl32.c | 512 struct old_timeval32 timestamp;
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_sock.c | 1428 struct old_timeval32 ctv; in hci_sock_cmsg()
|