Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dprocfs.h598 timestruc32_t pr_tstamp; /* real-time time stamp of stop */
599 timestruc32_t pr_utime; /* lwp user cpu time */
600 timestruc32_t pr_stime; /* lwp system cpu time */
601 int pr_filler[11 - 2 * sizeof (timestruc32_t) / sizeof (int)];
626 timestruc32_t pr_utime; /* process user cpu time */
627 timestruc32_t pr_stime; /* process system cpu time */
628 timestruc32_t pr_cutime; /* sum of children's user times */
629 timestruc32_t pr_cstime; /* sum of children's system times */
665 timestruc32_t pr_start; /* lwp start time, from the epoch */
666 timestruc32_t pr_time; /* usr+sys cpu time for this lwp */
[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.h83 typedef struct timespec32 timestruc32_t; typedef
H A Dser_sync.h131 timestruc32_t tstamp;
H A Dsiginfo.h356 timestruc32_t __tstamp; /* real time stamp */
H A Dtime.h373 extern void hrt2ts32(hrtime_t, timestruc32_t *);
H A Dvnode.h501 timestruc32_t va_atime; /* time of last access */
502 timestruc32_t va_mtime; /* time of last modification */
503 timestruc32_t va_ctime; /* time of last status change */
/titanic_41/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 */
493 timestruc32_t pr_cutime; /* Sum of children's user times */
494 timestruc32_t pr_cstime; /* Sum of children's system times */
528 timestruc32_t pr_start; /* process start time, sec+nsec since epoch */
529 timestruc32_t pr_time; /* usr+sys cpu time for this process */
540 timestruc32_t pr_ctime; /* usr+sys cpu time for reaped children */
580 timestruc32_t pr_tstamp; /* current time stamp */
581 timestruc32_t pr_create; /* process/lwp creation time stamp */
582 timestruc32_t pr_term; /* process/lwp termination time stamp */
[all …]
/titanic_41/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 */
492 timestruc32_t pr_cutime; /* Sum of children's user times */
493 timestruc32_t pr_cstime; /* Sum of children's system times */
527 timestruc32_t pr_start; /* process start time, sec+nsec since epoch */
528 timestruc32_t pr_time; /* usr+sys cpu time for this process */
539 timestruc32_t pr_ctime; /* usr+sys cpu time for reaped children */
579 timestruc32_t pr_tstamp; /* current time stamp */
580 timestruc32_t pr_create; /* process/lwp creation time stamp */
581 timestruc32_t pr_term; /* process/lwp termination time stamp */
[all …]
/titanic_41/usr/src/lib/libproc/common/
H A DP32ton.h49 extern void timestruc_32_to_n(const timestruc32_t *, timestruc_t *);
67 extern void timestruc_n_to_32(const timestruc_t *, timestruc32_t *);
H A DP32ton.c74 timestruc_32_to_n(const timestruc32_t *src, timestruc_t *dst) in timestruc_32_to_n()
448 timestruc_n_to_32(const timestruc_t *src, timestruc32_t *dst) in timestruc_n_to_32()
/titanic_41/usr/src/uts/common/syscall/
H A Dlwp_info.c67 timestruc32_t tv32[2]; in lwp_info()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs_log.h82 timestruc32_t bh_timestamp; /* When the buffer was created */
94 timestruc32_t bh_timestamp; /* When the buffer was created */
117 timestruc32_t rh_timestamp; /* time stamp of the request */
/titanic_41/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()
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfs_log_xdr.c32 static bool_t xdr_timestruc32_t(XDR *, timestruc32_t *);
57 xdr_timestruc32_t(XDR *xdrs, timestruc32_t *objp) in xdr_timestruc32_t()
H A Dnfslog_trans.c64 timestruc32_t starttime; /* when did transaction start? */
65 timestruc32_t lastupdate; /* last operation for this entry */
108 timestruc32_t lasttrans_timestamp;
/titanic_41/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 */
/titanic_41/usr/src/uts/common/os/
H A Dtimers.c1224 hrt2ts32(hrtime_t hrt, timestruc32_t *ts32p) in hrt2ts32()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h209 typedef timestruc32_t cfs_timestruc_t;
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c299 timestruc32_t timestruc32; in show_timestruc()