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

/linux-master/include/linux/
H A Dtime32.h15 #include <vdso/time32.h>
H A Dtime.h60 # include <linux/time32.h>
H A Dnet.h187 bool timeval, bool time32);
/linux-master/include/vdso/
H A Ddatapage.h19 #include <vdso/time32.h>
/linux-master/drivers/char/
H A Dppdev.c362 s32 time32[2]; local
615 if (copy_from_user(time32, argp, sizeof(time32)))
618 if ((time32[0] < 0) || (time32[1] < 0))
621 return pp_set_timeout(pp->pdev, time32[0], time32[1]);
637 time32[0] = ts.tv_sec;
638 time32[1] = ts.tv_nsec / NSEC_PER_USEC;
640 if (copy_to_user(argp, time32, sizeo
[all...]
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c400 u32 time32; local
408 p = simple_get_bytes(p, end, &time32, sizeof(time32));
412 ctx->endtime = (time64_t)time32;
/linux-master/kernel/
H A Dsys_ni.c332 /* optional: time32 */
333 COND_SYSCALL(time32); variable
/linux-master/kernel/time/
H A Dtime.c105 SYSCALL_DEFINE1(time32, old_time32_t __user *, tloc)
/linux-master/net/core/
H A Dsock.c3596 bool timeval, bool time32)
3615 if (time32)
3595 sock_gettstamp(struct socket *sock, void __user *userstamp, bool timeval, bool time32) argument
/linux-master/include/net/
H A Dsock.h1835 bool timeval, bool time32);

Completed in 184 milliseconds