Searched refs:timestruc32_t (Results 1 – 22 of 22) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | procfs.h | 598 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 D | port.h | 74 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 D | stat.h | 362 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 D | lwp.h | 61 timestruc32_t lwp_utime; 62 timestruc32_t lwp_stime;
|
H A D | types32.h | 83 typedef struct timespec32 timestruc32_t; typedef
|
H A D | ser_sync.h | 131 timestruc32_t tstamp;
|
H A D | siginfo.h | 356 timestruc32_t __tstamp; /* real time stamp */
|
H A D | time.h | 373 extern void hrt2ts32(hrtime_t, timestruc32_t *);
|
H A D | vnode.h | 501 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 D | old_procfs.h | 491 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 D | old_procfs.h | 490 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 D | P32ton.h | 49 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 D | P32ton.c | 74 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 D | lwp_info.c | 67 timestruc32_t tv32[2]; in lwp_info()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs_log.h | 82 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 D | nfs_log_xdr.c | 80 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 D | nfs_log_xdr.c | 32 static bool_t xdr_timestruc32_t(XDR *, timestruc32_t *); 57 xdr_timestruc32_t(XDR *xdrs, timestruc32_t *objp) in xdr_timestruc32_t()
|
H A D | nfslog_trans.c | 64 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 D | vnode.h | 496 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 D | timers.c | 1224 hrt2ts32(hrtime_t hrt, timestruc32_t *ts32p) in hrt2ts32()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | cachefs_fs.h | 209 typedef timestruc32_t cfs_timestruc_t;
|
/titanic_41/usr/src/cmd/truss/ |
H A D | expound.c | 299 timestruc32_t timestruc32; in show_timestruc()
|