Home
last modified time | relevance | path

Searched refs:time32 (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/
H A Dppdev.c362 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 Dppdev.c362 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 Dgss_krb5_mech.c216 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 Dgss_krb5_mech.c400 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 Dtime32.h15 #include <vdso/time32.h>
H A Dtime.h73 # include <linux/time32.h>
H A Dnet.h163 bool timeval, bool time32);
/kernel/linux/linux-6.6/include/linux/
H A Dtime.h60 # include <linux/time32.h>
H A Dtime32.h15 #include <vdso/time32.h>
H A Dnet.h187 bool timeval, bool time32);
/kernel/linux/linux-5.10/include/vdso/
H A Ddatapage.h19 #include <vdso/time32.h>
/kernel/linux/linux-6.6/include/vdso/
H A Ddatapage.h19 #include <vdso/time32.h>
/kernel/linux/linux-5.10/kernel/
H A Dsys_ni.c413 /* optional: time32 */
414 COND_SYSCALL(time32); variable
/kernel/linux/linux-6.6/kernel/
H A Dsys_ni.c328 /* optional: time32 */
329 COND_SYSCALL(time32); variable
/kernel/linux/linux-5.10/kernel/time/
H A Dtime.c105 SYSCALL_DEFINE1(time32, old_time32_t __user *, tloc) in SYSCALL_DEFINE1()
/kernel/linux/linux-6.6/kernel/time/
H A Dtime.c105 SYSCALL_DEFINE1(time32, old_time32_t __user *, tloc) in SYSCALL_DEFINE1()
/kernel/linux/linux-5.10/net/core/
H A Dsock.c3150 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 Dsock.c3577 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 Dsock.h1747 bool timeval, bool time32);
/kernel/linux/linux-6.6/include/net/
H A Dsock.h1874 bool timeval, bool time32);

Completed in 30 milliseconds