/kernel/linux/linux-5.10/drivers/char/ |
H A D | ppdev.c | 362 s32 time32[2]; in pp_do_ioctl() local 615 if (copy_from_user(time32, argp, sizeof(time32))) in pp_do_ioctl() 618 if ((time32[0] < 0) || (time32[1] < 0)) in pp_do_ioctl() 621 return pp_set_timeout(pp->pdev, time32[0], time32[1]); in pp_do_ioctl() 637 time32[0] = ts.tv_sec; in pp_do_ioctl() 638 time32[1] = ts.tv_nsec / NSEC_PER_USEC; in pp_do_ioctl() 640 if (copy_to_user(argp, time32, sizeo in pp_do_ioctl() [all...] |
/kernel/linux/linux-6.6/drivers/char/ |
H A D | ppdev.c | 362 s32 time32[2]; in pp_do_ioctl() local 615 if (copy_from_user(time32, argp, sizeof(time32))) in pp_do_ioctl() 618 if ((time32[0] < 0) || (time32[1] < 0)) in pp_do_ioctl() 621 return pp_set_timeout(pp->pdev, time32[0], time32[1]); in pp_do_ioctl() 637 time32[0] = ts.tv_sec; in pp_do_ioctl() 638 time32[1] = ts.tv_nsec / NSEC_PER_USEC; in pp_do_ioctl() 640 if (copy_to_user(argp, time32, sizeo in pp_do_ioctl() [all...] |
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | gss_krb5_mech.c | 216 u32 time32; in gss_import_v1_context() local 254 p = simple_get_bytes(p, end, &time32, sizeof(time32)); in gss_import_v1_context() 258 ctx->endtime = (time64_t)time32; in gss_import_v1_context() 487 u32 time32; in gss_import_v2_context() local 495 p = simple_get_bytes(p, end, &time32, sizeof(time32)); in gss_import_v2_context() 499 ctx->endtime = (time64_t)time32; in gss_import_v2_context()
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | gss_krb5_mech.c | 400 u32 time32; in gss_import_v2_context() local 408 p = simple_get_bytes(p, end, &time32, sizeof(time32)); in gss_import_v2_context() 412 ctx->endtime = (time64_t)time32; in gss_import_v2_context()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | time32.h | 15 #include <vdso/time32.h>
|
H A D | time.h | 73 # include <linux/time32.h>
|
H A D | net.h | 163 bool timeval, bool time32);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | time.h | 60 # include <linux/time32.h>
|
H A D | time32.h | 15 #include <vdso/time32.h>
|
H A D | net.h | 187 bool timeval, bool time32);
|
/kernel/linux/linux-5.10/include/vdso/ |
H A D | datapage.h | 19 #include <vdso/time32.h>
|
/kernel/linux/linux-6.6/include/vdso/ |
H A D | datapage.h | 19 #include <vdso/time32.h>
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sys_ni.c | 413 /* optional: time32 */ 414 COND_SYSCALL(time32); variable
|
/kernel/linux/linux-6.6/kernel/ |
H A D | sys_ni.c | 328 /* optional: time32 */ 329 COND_SYSCALL(time32); variable
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | time.c | 105 SYSCALL_DEFINE1(time32, old_time32_t __user *, tloc) in SYSCALL_DEFINE1()
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | time.c | 105 SYSCALL_DEFINE1(time32, old_time32_t __user *, tloc) in SYSCALL_DEFINE1()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | sock.c | 3150 bool timeval, bool time32) in sock_gettstamp() 3169 if (time32) in sock_gettstamp() 3149 sock_gettstamp(struct socket *sock, void __user *userstamp, bool timeval, bool time32) sock_gettstamp() argument
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock.c | 3577 bool timeval, bool time32) in sock_gettstamp() 3596 if (time32) in sock_gettstamp() 3576 sock_gettstamp(struct socket *sock, void __user *userstamp, bool timeval, bool time32) sock_gettstamp() argument
|
/kernel/linux/linux-5.10/include/net/ |
H A D | sock.h | 1747 bool timeval, bool time32);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sock.h | 1874 bool timeval, bool time32);
|