Searched refs:time32 (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/char/ |
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, sizeof(time32))) in pp_do_ioctl()
|
/linux-6.6.21/net/sunrpc/auth_gss/ |
D | gss_krb5_mech.c | 400 u32 time32; in gss_import_v2_context() local 407 p = simple_get_bytes(p, end, &time32, sizeof(time32)); in gss_import_v2_context() 411 ctx->endtime = (time64_t)time32; in gss_import_v2_context()
|
/linux-6.6.21/kernel/ |
D | sys_ni.c | 329 COND_SYSCALL(time32);
|
/linux-6.6.21/include/linux/ |
D | net.h | 187 bool timeval, bool time32);
|
/linux-6.6.21/kernel/time/ |
D | time.c | 105 SYSCALL_DEFINE1(time32, old_time32_t __user *, tloc) in SYSCALL_DEFINE1() argument
|
/linux-6.6.21/net/core/ |
D | sock.c | 3577 bool timeval, bool time32) in sock_gettstamp() argument 3596 if (time32) in sock_gettstamp()
|
/linux-6.6.21/include/net/ |
D | sock.h | 1874 bool timeval, bool time32);
|