Searched refs:timespec32_t (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/uts/common/syscall/ |
H A D | lwp_timer.c | 110 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 D | sigtimedwait.c | 118 timespec32_t timeout32; in sigtimedwait()
|
H A D | utime.c | 128 timespec32_t ts32[2]; in get_timespec_vattr()
|
H A D | lwpsys.c | 472 timespec32_t timeout32; in lwp_park() 526 timespec32_t rmtime32; in lwp_park()
|
H A D | sem.c | 766 timespec32_t ts32; in compute_timeout() 768 if (copyin(timeout, &ts32, sizeof (timespec32_t))) in compute_timeout()
|
H A D | poll.c | 645 timespec32_t ts32; in pollsys()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | timer.c | 289 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 D | timers.c | 1300 timespec32_t rqtime32; in nanosleep() 1341 timespec32_t rmtime32; in nanosleep()
|
H A D | aio.c | 481 timespec32_t wait_time_32; in timespec2reltime()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | types32.h | 81 } timespec32_t; typedef
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | udf_inode.h | 427 timespec32_t i_atime; 428 timespec32_t i_mtime; 429 timespec32_t i_ctime;
|
/titanic_44/usr/src/uts/common/fs/portfs/ |
H A D | port.c | 1768 timespec32_t wait_time_32; in port_get_timeout()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv.c | 505 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 D | expound.c | 171 timespec32_t atime; in show_utimens() 172 timespec32_t mtime; in show_utimens()
|