Home
last modified time | relevance | path

Searched refs:timestruc_t (Results 1 – 25 of 259) sorted by relevance

1234567891011

/titanic_41/usr/src/uts/common/sys/
H A Dstat.h81 timestruc_t st_atim;
82 timestruc_t st_mtim;
83 timestruc_t st_ctim;
98 timestruc_t st_atim;
99 timestruc_t st_mtim;
100 timestruc_t st_ctim;
121 timestruc_t st_atim;
122 timestruc_t st_mtim;
123 timestruc_t st_ctim;
142 timestruc_t st_atim;
[all …]
H A Dprocfs.h141 timestruc_t pr_tstamp; /* real-time time stamp of stop */
142 timestruc_t pr_utime; /* lwp user cpu time */
143 timestruc_t pr_stime; /* lwp system cpu time */
144 int pr_filler[11 - 2 * sizeof (timestruc_t) / sizeof (int)];
169 timestruc_t pr_utime; /* process user cpu time */
170 timestruc_t pr_stime; /* process system cpu time */
171 timestruc_t pr_cutime; /* sum of children's user times */
172 timestruc_t pr_cstime; /* sum of children's system times */
259 timestruc_t pr_start; /* lwp start time, from the epoch */
260 timestruc_t pr_time; /* usr+sys cpu time for this lwp */
[all …]
/titanic_41/usr/src/cmd/ptools/ptime/
H A Dptime.c44 static void prtime(char *, timestruc_t *);
47 static void tsadd(timestruc_t *result, timestruc_t *a, timestruc_t *b);
48 static void tssub(timestruc_t *result, timestruc_t *a, timestruc_t *b);
49 static void hrt2ts(hrtime_t hrt, timestruc_t *tsp);
163 timestruc_t real, user, sys; in look()
224 prtime(char *name, timestruc_t *ts) in prtime()
246 tsadd(timestruc_t *result, timestruc_t *a, timestruc_t *b) in tsadd()
256 tssub(timestruc_t *result, timestruc_t *a, timestruc_t *b) in tssub()
266 hrt2ts(hrtime_t hrt, timestruc_t *tsp) in hrt2ts()
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_kmod.h70 timestruc_t *ctimep, timestruc_t *mtimep);
72 cfs_fid_t *fidp, dl_cred_t *credp, timestruc_t *ctimep, timestruc_t *mtimep,
76 const cfs_cid_t *cidp, dl_cred_t *credp, timestruc_t *ctimep,
77 timestruc_t *delctimep, const cfs_cid_t *delcidp);
80 timestruc_t *ctimep, timestruc_t *mtimep);
83 const aclent_t *acl, dl_cred_t *credp, timestruc_t *ctimep,
84 timestruc_t *mtimep);
87 timestruc_t *ctimep);
90 const dl_cred_t *credp, timestruc_t *ctimep);
99 timestruc_t *ctimep, timestruc_t *mtimep);
/titanic_41/usr/src/uts/intel/sys/
H A Dold_procfs.h187 timestruc_t pr_utime; /* Process user cpu time */
188 timestruc_t pr_stime; /* Process system cpu time */
189 timestruc_t pr_cutime; /* Sum of children's user times */
190 timestruc_t pr_cstime; /* Sum of children's system times */
263 timestruc_t pr_start; /* process start time, sec+nsec since epoch */
264 timestruc_t pr_time; /* usr+sys cpu time for this process */
275 timestruc_t pr_ctime; /* usr+sys cpu time for reaped children */
371 timestruc_t pr_tstamp; /* current time stamp */
372 timestruc_t pr_create; /* process/lwp creation time stamp */
373 timestruc_t pr_term; /* process/lwp termination time stamp */
[all …]
/titanic_41/usr/src/uts/sparc/sys/
H A Dold_procfs.h186 timestruc_t pr_utime; /* Process user cpu time */
187 timestruc_t pr_stime; /* Process system cpu time */
188 timestruc_t pr_cutime; /* Sum of children's user times */
189 timestruc_t pr_cstime; /* Sum of children's system times */
262 timestruc_t pr_start; /* process start time, sec+nsec since epoch */
263 timestruc_t pr_time; /* usr+sys cpu time for this process */
274 timestruc_t pr_ctime; /* usr+sys cpu time for reaped children */
370 timestruc_t pr_tstamp; /* current time stamp */
371 timestruc_t pr_create; /* process/lwp creation time stamp */
372 timestruc_t pr_term; /* process/lwp termination time stamp */
[all …]
/titanic_41/usr/src/lib/libzonestat/common/
H A Dzonestat_impl.h110 timestruc_t zss_cpu_total_time;
111 timestruc_t zss_cpu_usage_kern;
112 timestruc_t zss_cpu_usage_zones;
148 timestruc_t zspz_cpu_usage;
179 timestruc_t zsz_cpu_usage;
180 timestruc_t zsz_pset_time;
181 timestruc_t zsz_cap_time;
182 timestruc_t zsz_share_time;
223 timestruc_t zsp_total_time;
224 timestruc_t zsp_usage_kern;
[all …]
H A Dzonestat.h219 void zs_resource_total_time(zs_usage_t *, int, timestruc_t *);
220 void zs_resource_used_time(zs_usage_t *, int, int, timestruc_t *);
221 void zs_resource_used_zone_time(zs_zone_t *, int, timestruc_t *);
233 void zs_zone_limit_time(zs_zone_t *, int, timestruc_t *);
234 void zs_zone_limit_used_time(zs_zone_t *, int, timestruc_t *);
242 void zs_pset_total_time(zs_pset_t *, timestruc_t *);
244 void zs_pset_used_time(zs_pset_t *, int, timestruc_t *);
255 void zs_pset_zone_used_time(zs_pset_zone_t *, timestruc_t *);
267 void zs_property_time(zs_property_t *, timestruc_t *);
/titanic_41/usr/src/uts/sun4u/io/
H A Dtodstarfire.c47 static timestruc_t todsf_get(void);
48 static void todsf_set(timestruc_t);
51 static void todsf_set_power_alarm(timestruc_t);
121 static timestruc_t
124 timestruc_t ts; in todsf_get()
143 todsf_set(timestruc_t ts) in todsf_set()
175 todsf_set_power_alarm(timestruc_t ts) in todsf_set_power_alarm()
H A Dtodstarcat.c54 static timestruc_t todsc_get(void);
55 static void todsc_set(timestruc_t);
58 static void todsc_set_power_alarm(timestruc_t);
168 static timestruc_t
190 todsc_set(timestruc_t ts) in todsc_set()
241 todsc_set_power_alarm(timestruc_t ts) in todsc_set_power_alarm()
H A Dtodopl.c60 static timestruc_t todopl_get(void);
61 static void todopl_set(timestruc_t);
64 static void todopl_set_power_alarm(timestruc_t);
212 static timestruc_t
229 todopl_set(timestruc_t ts) in todopl_set()
299 todopl_set_power_alarm(timestruc_t ts) in todopl_set_power_alarm()
H A Dtodmostek.c44 static timestruc_t todm_get(void);
45 static void todm_set(timestruc_t);
48 static void todm_set_power_alarm(timestruc_t);
118 static timestruc_t
121 timestruc_t ts; in todm_get()
159 todm_set(timestruc_t ts) in todm_set()
220 todm_set_power_alarm(timestruc_t ts) in todm_set_power_alarm()
H A Dhardclk.c154 timestruc_t
157 timestruc_t ts = tod_ops.tod_get(); in tod_get()
162 extern void tod_set_prev(timestruc_t);
165 tod_set(timestruc_t ts) in tod_set()
H A Dtodbq4802.c59 static timestruc_t todbq4802_get(void);
60 static void todbq4802_set(timestruc_t);
63 static void todbq4802_set_power_alarm(timestruc_t);
161 static timestruc_t
164 timestruc_t ts; in todbq4802_get()
246 todbq4802_set(timestruc_t ts) in todbq4802_set()
317 todbq4802_set_power_alarm(timestruc_t ts) in todbq4802_set_power_alarm()
H A Dtodm5819.c42 static timestruc_t todm5819_get(void);
43 static void todm5819_set(timestruc_t);
46 static void todm5819_set_power_alarm(timestruc_t);
139 static timestruc_t
143 timestruc_t ts; in todm5819_get()
243 todm5819_set(timestruc_t ts) in todm5819_set()
334 todm5819_set_power_alarm(timestruc_t ts) in todm5819_set_power_alarm()
H A Dtodsg.c54 static timestruc_t todsg_get(void);
55 static void todsg_set(timestruc_t);
58 static void todsg_set_power_alarm(timestruc_t);
269 static timestruc_t
346 timestruc_t ts = {0, 0}; in todsg_get()
371 todsg_set(timestruc_t ts) in todsg_set()
504 todsg_set_power_alarm(timestruc_t ts) in todsg_set_power_alarm()
/titanic_41/usr/src/uts/i86pc/io/
H A Dhardclk.c50 extern void tod_set_prev(timestruc_t);
57 tod_set(timestruc_t ts) in tod_set()
71 timestruc_t
74 timestruc_t ts; in tod_get()
126 timestruc_t ts; in rtcsync()
/titanic_41/usr/src/cmd/make/include/mksh/
H A Ddefs.h346 extern const timestruc_t file_no_time;
347 extern const timestruc_t file_doesnt_exist;
348 extern const timestruc_t file_is_dir;
349 extern const timestruc_t file_min_time;
350 extern const timestruc_t file_max_time;
428 timestruc_t time; /* Modification */
569 timestruc_t dependency_time;
650 timestruc_t time;
904 operator==(const timestruc_t &t1, const timestruc_t &t2) {
909 operator!=(const timestruc_t &t1, const timestruc_t &t2) {
[all …]
/titanic_41/usr/src/cmd/make/lib/mksh/
H A Dglobals.cc124 const timestruc_t file_no_time = { -1, 0 };
125 const timestruc_t file_doesnt_exist = { 0, 0 };
126 const timestruc_t file_is_dir = { 1, 0 };
127 const timestruc_t file_min_time = { 2, 0 };
128 const timestruc_t file_max_time = { INT_MAX, 0 };
/titanic_41/usr/src/cmd/truss/
H A Dramdata.h99 timestruc_t syslast; /* most recent value of stime */
100 timestruc_t usrlast; /* most recent value of utime */
189 timestruc_t stime; /* time spent in system call */
196 timestruc_t systotal; /* total time spent in kernel */
197 timestruc_t usrtotal; /* total time spent in user mode */
198 timestruc_t basetime; /* base time for timestamps */
H A Dstat.c66 timestruc_t ts; in show_stat32()
111 timestruc_t ts; in show_stat64_32()
179 prtimestruc(pri, "at = ", (timestruc_t *)&statb.st_atim); in show_stat64()
180 prtimestruc(pri, "mt = ", (timestruc_t *)&statb.st_mtim); in show_stat64()
181 prtimestruc(pri, "ct = ", (timestruc_t *)&statb.st_ctim); in show_stat64()
H A Dproto.h61 extern void accumulate(timestruc_t *,
62 const timestruc_t *, const timestruc_t *);
94 extern void prtimestruc(private_t *, const char *, timestruc_t *);
/titanic_41/usr/src/lib/libmapid/common/
H A Dmapid.h134 static int get_mtime(const char *, timestruc_t *);
171 timestruc_t nfs_mtime = {0};
175 timestruc_t dns_mtime = {0};
184 timestruc_t zapped_mtime = {0};
/titanic_41/usr/src/uts/sun4v/io/
H A Dhardclk.c143 timestruc_t
146 timestruc_t ts; in tod_get()
198 extern void tod_set_prev(timestruc_t);
202 tod_set(timestruc_t ts) in tod_set()
/titanic_41/usr/src/uts/common/sharefs/
H A Dsharefs.h81 extern timestruc_t sharetab_mtime; /* Last mod to sharetab */
82 extern timestruc_t sharetab_snap_time; /* Last snap */
104 timestruc_t sharefs_snap_time; /* When were we modded? */

1234567891011