timestruc32_t
static bool_t xdr_timestruc32_t(XDR *, timestruc32_t *);
xdr_timestruc32_t(XDR *xdrs, timestruc32_t *objp)
timestruc32_t lasttrans_timestamp;
timestruc32_t starttime; /* when did transaction start? */
timestruc32_t lastupdate; /* last operation for this entry */
timestruc32_t timestruc32;
timestruc_n_to_32(const timestruc_t *src, timestruc32_t *dst)
timestruc_32_to_n(const timestruc32_t *src, timestruc_t *dst)
extern void timestruc_32_to_n(const timestruc32_t *, timestruc_t *);
extern void timestruc_n_to_32(const timestruc_t *, timestruc32_t *);
timestruc32_t ts;
xdr_timestruc32_t(XDR *xdrs, timestruc32_t *objp)
timestruc32_t rh_timestamp; /* time stamp of the request */
timestruc32_t bh_timestamp; /* When the buffer was created */
timestruc32_t bh_timestamp; /* When the buffer was created */
hrt2ts32(hrtime_t hrt, timestruc32_t *ts32p)
timestruc32_t lwp_utime;
timestruc32_t lwp_stime;
timestruc32_t fo_atime; /* Access time got from stat(2) */
timestruc32_t fo_mtime; /* Modification time from stat(2) */
timestruc32_t fo_ctime; /* Change time from stat(2) */
timestruc32_t pr_tstamp; /* real-time time stamp of stop */
timestruc32_t pr_utime; /* lwp user cpu time */
timestruc32_t pr_stime; /* lwp system cpu time */
int pr_filler[11 - 2 * sizeof (timestruc32_t) / sizeof (int)];
timestruc32_t pr_utime; /* process user cpu time */
timestruc32_t pr_stime; /* process system cpu time */
timestruc32_t pr_cutime; /* sum of children's user times */
timestruc32_t pr_cstime; /* sum of children's system times */
timestruc32_t pr_start; /* lwp start time, from the epoch */
timestruc32_t pr_time; /* usr+sys cpu time for this lwp */
timestruc32_t pr_start; /* process start time, from the epoch */
timestruc32_t pr_time; /* usr+sys cpu time for this process */
timestruc32_t pr_ctime; /* usr+sys cpu time for reaped children */
timestruc32_t pr_tstamp; /* current time stamp */
timestruc32_t pr_create; /* process/lwp creation time stamp */
timestruc32_t pr_term; /* process/lwp termination time stamp */
timestruc32_t pr_rtime; /* total lwp real (elapsed) time */
timestruc32_t pr_utime; /* user level cpu time */
timestruc32_t pr_stime; /* system call cpu time */
timestruc32_t pr_ttime; /* other system trap cpu time */
timestruc32_t pr_tftime; /* text page fault sleep time */
timestruc32_t pr_dftime; /* data page fault sleep time */
timestruc32_t pr_kftime; /* kernel page fault sleep time */
timestruc32_t pr_ltime; /* user lock wait sleep time */
timestruc32_t pr_slptime; /* all other sleep time */
timestruc32_t pr_wtime; /* wait-cpu (latency) time */
timestruc32_t pr_stoptime; /* stopped time */
timestruc32_t filltime[6]; /* filler for future expansion */
timestruc32_t pr_tstamp; /* real time stamp */
timestruc32_t tstamp;
timestruc32_t __tstamp; /* real time stamp */
timestruc32_t st_atim;
timestruc32_t st_mtim;
timestruc32_t st_ctim;
timestruc32_t st_atim;
timestruc32_t st_mtim;
timestruc32_t st_ctim;
extern void hrt2ts32(hrtime_t, timestruc32_t *);
timestruc32_t va_atime; /* time of last access */
timestruc32_t va_mtime; /* time of last modification */
timestruc32_t va_ctime; /* time of last status change */
timestruc32_t tv32[2];
timestruc32_t pr_utime; /* Process user cpu time */
timestruc32_t pr_stime; /* Process system cpu time */
timestruc32_t pr_cutime; /* Sum of children's user times */
timestruc32_t pr_cstime; /* Sum of children's system times */
timestruc32_t pr_start; /* process start time, sec+nsec since epoch */
timestruc32_t pr_time; /* usr+sys cpu time for this process */
timestruc32_t pr_ctime; /* usr+sys cpu time for reaped children */
timestruc32_t pr_tstamp; /* current time stamp */
timestruc32_t pr_create; /* process/lwp creation time stamp */
timestruc32_t pr_term; /* process/lwp termination time stamp */
timestruc32_t pr_rtime; /* total lwp real (elapsed) time */
timestruc32_t pr_utime; /* user level cpu time */
timestruc32_t pr_stime; /* system call cpu time */
timestruc32_t pr_ttime; /* other system trap cpu time */
timestruc32_t pr_tftime; /* text page fault sleep time */
timestruc32_t pr_dftime; /* data page fault sleep time */
timestruc32_t pr_kftime; /* kernel page fault sleep time */
timestruc32_t pr_ltime; /* user lock wait sleep time */
timestruc32_t pr_slptime; /* all other sleep time */
timestruc32_t pr_wtime; /* wait-cpu (latency) time */
timestruc32_t pr_stoptime; /* stopped time */
timestruc32_t filltime[6]; /* filler for future expansion */
timestruc32_t pr_tstamp; /* real time stamp */
timestruc32_t pr_utime; /* Process user cpu time */
timestruc32_t pr_stime; /* Process system cpu time */
timestruc32_t pr_cutime; /* Sum of children's user times */
timestruc32_t pr_cstime; /* Sum of children's system times */
timestruc32_t pr_start; /* process start time, sec+nsec since epoch */
timestruc32_t pr_time; /* usr+sys cpu time for this process */
timestruc32_t pr_ctime; /* usr+sys cpu time for reaped children */
timestruc32_t pr_tstamp; /* current time stamp */
timestruc32_t pr_create; /* process/lwp creation time stamp */
timestruc32_t pr_term; /* process/lwp termination time stamp */
timestruc32_t pr_rtime; /* total lwp real (elapsed) time */
timestruc32_t pr_utime; /* user level cpu time */
timestruc32_t pr_stime; /* system call cpu time */
timestruc32_t pr_ttime; /* other system trap cpu time */
timestruc32_t pr_tftime; /* text page fault sleep time */
timestruc32_t pr_dftime; /* data page fault sleep time */
timestruc32_t pr_kftime; /* kernel page fault sleep time */
timestruc32_t pr_ltime; /* user lock wait sleep time */
timestruc32_t pr_slptime; /* all other sleep time */
timestruc32_t pr_wtime; /* wait-cpu (latency) time */
timestruc32_t pr_stoptime; /* stopped time */
timestruc32_t filltime[6]; /* filler for future expansion */
timestruc32_t pr_tstamp; /* real time stamp */