Home
last modified time | relevance | path

Searched refs:timestruc32_t (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h491 timestruc32_t pr_utime; /* Process user cpu time */
492 timestruc32_t pr_stime; /* Process system cpu time */
580 timestruc32_t pr_tstamp; /* current time stamp */
584 timestruc32_t pr_utime; /* user level cpu time */
585 timestruc32_t pr_stime; /* system call cpu time */
586 timestruc32_t pr_ttime; /* other system trap cpu time */
590 timestruc32_t pr_ltime; /* user lock wait sleep time */
591 timestruc32_t pr_slptime; /* all other sleep time */
592 timestruc32_t pr_wtime; /* wait-cpu (latency) time */
593 timestruc32_t pr_stoptime; /* stopped time */
[all …]
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h490 timestruc32_t pr_utime; /* Process user cpu time */
491 timestruc32_t pr_stime; /* Process system cpu time */
579 timestruc32_t pr_tstamp; /* current time stamp */
583 timestruc32_t pr_utime; /* user level cpu time */
584 timestruc32_t pr_stime; /* system call cpu time */
585 timestruc32_t pr_ttime; /* other system trap cpu time */
589 timestruc32_t pr_ltime; /* user lock wait sleep time */
590 timestruc32_t pr_slptime; /* all other sleep time */
591 timestruc32_t pr_wtime; /* wait-cpu (latency) time */
592 timestruc32_t pr_stoptime; /* stopped time */
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h728 timestruc32_t pr_utime; /* lwp user cpu time */
729 timestruc32_t pr_stime; /* lwp system cpu time */
755 timestruc32_t pr_utime; /* process user cpu time */
756 timestruc32_t pr_stime; /* process system cpu time */
921 timestruc32_t pr_tstamp; /* current time stamp */
925 timestruc32_t pr_utime; /* user level cpu time */
926 timestruc32_t pr_stime; /* system call cpu time */
932 timestruc32_t pr_slptime; /* all other sleep time */
933 timestruc32_t pr_wtime; /* wait-cpu (latency) time */
934 timestruc32_t pr_stoptime; /* stopped time */
[all …]
H A Dport.h74 timestruc32_t fo_atime; /* Access time got from stat(2) */
75 timestruc32_t fo_mtime; /* Modification time from stat(2) */
76 timestruc32_t fo_ctime; /* Change time from stat(2) */
H A Dstat.h362 timestruc32_t st_atim;
363 timestruc32_t st_mtim;
364 timestruc32_t st_ctim;
386 timestruc32_t st_atim;
387 timestruc32_t st_mtim;
388 timestruc32_t st_ctim;
H A Dlwp.h61 timestruc32_t lwp_utime;
62 timestruc32_t lwp_stime;
H A Dtypes32.h81 typedef struct timespec32 timestruc32_t; typedef
H A Dser_sync.h129 timestruc32_t tstamp;
H A Dsiginfo.h354 timestruc32_t __tstamp; /* real time stamp */
H A Dtime.h385 extern void hrt2ts32(hrtime_t, timestruc32_t *);
H A Dvnode.h570 timestruc32_t va_atime; /* time of last access */
571 timestruc32_t va_mtime; /* time of last modification */
572 timestruc32_t va_ctime; /* time of last status change */
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.h47 extern void timestruc_32_to_n(const timestruc32_t *, timestruc_t *);
65 extern void timestruc_n_to_32(const timestruc_t *, timestruc32_t *);
H A DP32ton.c72 timestruc_32_to_n(const timestruc32_t *src, timestruc_t *dst) in timestruc_32_to_n()
446 timestruc_n_to_32(const timestruc_t *src, timestruc32_t *dst) in timestruc_n_to_32()
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_info.c64 timestruc32_t tv32[2]; in lwp_info()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_log.h85 timestruc32_t bh_timestamp; /* When the buffer was created */
97 timestruc32_t bh_timestamp; /* When the buffer was created */
120 timestruc32_t rh_timestamp; /* time stamp of the request */
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log_xdr.c80 xdr_timestruc32_t(XDR *xdrs, timestruc32_t *objp) in xdr_timestruc32_t()
157 timestruc32_t ts; in xdr_nfslog_request_record()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfs_log_xdr.c30 static bool_t xdr_timestruc32_t(XDR *, timestruc32_t *);
55 xdr_timestruc32_t(XDR *xdrs, timestruc32_t *objp) in xdr_timestruc32_t()
H A Dnfslog_trans.c62 timestruc32_t starttime; /* when did transaction start? */
63 timestruc32_t lastupdate; /* last operation for this entry */
106 timestruc32_t lasttrans_timestamp;
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h496 timestruc32_t va_atime; /* time of last access */
497 timestruc32_t va_mtime; /* time of last modification */
498 timestruc32_t va_ctime; /* time of last status change */
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h503 timestruc32_t va_atime; /* time of last access */
504 timestruc32_t va_mtime; /* time of last modification */
505 timestruc32_t va_ctime; /* time of last status change */
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c1242 hrt2ts32(hrtime_t hrt, timestruc32_t *ts32p) in hrt2ts32()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c300 timestruc32_t timestruc32; in show_timestruc()