Searched refs:timestruc (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtime_impl.h85 * applications should not use the structure name timestruc.
89 #define timestruc timespec /* structure name per SVr4 */ macro
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h560 const sl_timestruc_layout_t *timestruc; /* timestruc_t */ member in struct:__anon69
H A Dgen_struct_layout.c544 START(timestruc, timestruc_t);
667 (void) printf(fmt, "timestruc");
H A Dcorenote.c822 const sl_timestruc_layout_t *layout = state->ns_arch->timestruc;
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c290 timestruc_t timestruc; local
296 if (Pread(Proc, &timestruc, sizeof (timestruc), offset)
297 != sizeof (timestruc))
306 TIMESPEC32_TO_TIMESPEC(&timestruc, &timestruc32);
313 timestruc.tv_sec,
314 timestruc.tv_nsec);

Completed in 83 milliseconds