Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dtime_impl.h89 #define timestruc timespec /* structure name per SVr4 */ macro
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h575 const sl_timestruc_layout_t *timestruc; /* timestruc_t */ member
H A Dgen_struct_layout.c546 START(timestruc, timestruc_t); in gen_timestruc()
H A Dcorenote.c879 const sl_timestruc_layout_t *layout = state->ns_arch->timestruc; in dump_timestruc()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c290 timestruc_t timestruc; in show_timestruc() local
296 if (Pread(Proc, &timestruc, sizeof (timestruc), offset) in show_timestruc()
297 != sizeof (timestruc)) in show_timestruc()
306 TIMESPEC32_TO_TIMESPEC(&timestruc, &timestruc32); in show_timestruc()
313 timestruc.tv_sec, in show_timestruc()
314 timestruc.tv_nsec); in show_timestruc()