Home
last modified time | relevance | path

Searched refs:timespec32_t (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/uts/common/syscall/
H A Dlwp_timer.c110 timespec32_t ts32; in lwp_timer_copyin()
111 if (copyin(tsp, &ts32, sizeof (timespec32_t))) { in lwp_timer_copyin()
218 timespec32_t rmtime32; in lwp_timer_copyout()
221 if (copyout(&rmtime32, lwptp->lwpt_tsp, sizeof (timespec32_t))) in lwp_timer_copyout()
H A Dsigtimedwait.c118 timespec32_t timeout32; in sigtimedwait()
H A Dutime.c128 timespec32_t ts32[2]; in get_timespec_vattr()
H A Dlwpsys.c472 timespec32_t timeout32; in lwp_park()
526 timespec32_t rmtime32; in lwp_park()
H A Dsem.c766 timespec32_t ts32; in compute_timeout()
768 if (copyin(timeout, &ts32, sizeof (timespec32_t))) in compute_timeout()
H A Dpoll.c645 timespec32_t ts32; in pollsys()
/titanic_44/usr/src/uts/common/os/
H A Dtimer.c289 timespec32_t t32; in clock_settime()
291 if (copyin(tp, &t32, sizeof (timespec32_t)) != 0) in clock_settime()
327 timespec32_t t32; in clock_gettime()
333 if (copyout(&t32, tp, sizeof (timespec32_t)) != 0) in clock_gettime()
367 timespec32_t t32; in clock_getres()
373 if (copyout(&t32, tp, sizeof (timespec32_t)) != 0) in clock_getres()
H A Dtimers.c1300 timespec32_t rqtime32; in nanosleep()
1341 timespec32_t rmtime32; in nanosleep()
H A Daio.c481 timespec32_t wait_time_32; in timespec2reltime()
/titanic_44/usr/src/uts/common/sys/
H A Dtypes32.h81 } timespec32_t; typedef
/titanic_44/usr/src/uts/common/sys/fs/
H A Dudf_inode.h427 timespec32_t i_atime;
428 timespec32_t i_mtime;
429 timespec32_t i_ctime;
/titanic_44/usr/src/uts/common/fs/portfs/
H A Dport.c1768 timespec32_t wait_time_32; in port_get_timeout()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c505 timespec32_t verf; in rfs4_srvrinit()
6218 timespec32_t *mtime, cred_t *cr, vnode_t **vpp, bool_t *created) in create_vnode()
6365 timespec32_t *mtime; in rfs4_createfile()
6504 mtime = (timespec32_t *)&args->createhow4_u.createverf; in rfs4_createfile()
/titanic_44/usr/src/cmd/truss/
H A Dexpound.c171 timespec32_t atime; in show_utimens()
172 timespec32_t mtime; in show_utimens()