Home
last modified time | relevance | path

Searched refs:time32 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/
H A Dtod.c321 time32_t time32; in tod_ioctl() local
324 &time32, sizeof (time32), mode) != 0) { in tod_ioctl()
328 ts.tv_sec = (time_t)time32; in tod_ioctl()
349 time32_t time32; in tod_ioctl() local
356 time32 = (time32_t)ts.tv_sec; in tod_ioctl()
357 if (ddi_copyout(&time32, in tod_ioctl()
358 (caddr_t)arg, sizeof (time32), mode) != 0) { in tod_ioctl()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1297 struct timeval32 *time32; in so_opt2cmsg() local
1301 time32 = (struct timeval32 *)CMSG_CONTENT(cmsg); in so_opt2cmsg()
1302 time32->tv_sec = (time32_t)timestamp->tv_sec; in so_opt2cmsg()
1303 time32->tv_usec = in so_opt2cmsg()