Home
last modified time | relevance | path

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

12345678910

/illumos-gate/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.h146 timestruc_t pr_utime; /* lwp user cpu time */
147 timestruc_t pr_stime; /* lwp system cpu time */
173 timestruc_t pr_utime; /* process user cpu time */
174 timestruc_t pr_stime; /* process system cpu time */
447 timestruc_t pr_tstamp; /* current time stamp */
451 timestruc_t pr_utime; /* user level cpu time */
452 timestruc_t pr_stime; /* system call cpu time */
458 timestruc_t pr_slptime; /* all other sleep time */
459 timestruc_t pr_wtime; /* wait-cpu (latency) time */
460 timestruc_t pr_stoptime; /* stopped time */
[all …]
H A Dport.h64 timestruc_t fo_atime; /* Access time from stat(2) */
65 timestruc_t fo_mtime; /* Modification time from stat(2) */
66 timestruc_t fo_ctime; /* Change time from stat(2) */
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c47 static void prtime(char *, timestruc_t *);
50 static void tsadd(timestruc_t *result, timestruc_t *a, timestruc_t *b);
51 static void tssub(timestruc_t *result, timestruc_t *a, timestruc_t *b);
52 static void hrt2ts(hrtime_t hrt, timestruc_t *tsp);
197 timestruc_t real, user, sys; in look()
264 prtime(char *name, timestruc_t *ts) in prtime()
286 tsadd(timestruc_t *result, timestruc_t *a, timestruc_t *b) in tsadd()
296 tssub(timestruc_t *result, timestruc_t *a, timestruc_t *b) in tssub()
306 hrt2ts(hrtime_t hrt, timestruc_t *tsp) in hrt2ts()
/illumos-gate/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 */
371 timestruc_t pr_tstamp; /* current time stamp */
375 timestruc_t pr_utime; /* user level CPU time */
376 timestruc_t pr_stime; /* system call CPU time */
377 timestruc_t pr_ttime; /* other system trap CPU time */
381 timestruc_t pr_ltime; /* user lock wait sleep time */
382 timestruc_t pr_slptime; /* all other sleep time */
383 timestruc_t pr_wtime; /* wait-cpu (latency) time */
384 timestruc_t pr_stoptime; /* stopped time */
[all …]
/illumos-gate/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 */
370 timestruc_t pr_tstamp; /* current time stamp */
374 timestruc_t pr_utime; /* user level CPU time */
375 timestruc_t pr_stime; /* system call CPU time */
376 timestruc_t pr_ttime; /* other system trap CPU time */
380 timestruc_t pr_ltime; /* user lock wait sleep time */
381 timestruc_t pr_slptime; /* all other sleep time */
382 timestruc_t pr_wtime; /* wait-cpu (latency) time */
383 timestruc_t pr_stoptime; /* stopped time */
[all …]
/illumos-gate/usr/src/lib/libzonestat/common/
H A Dzonestat_impl.h110 timestruc_t zss_cpu_total_time;
111 timestruc_t zss_cpu_usage_kern;
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;
225 timestruc_t zsp_usage_zones;
[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 *);
/illumos-gate/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()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h346 extern const timestruc_t file_no_time;
348 extern const timestruc_t file_is_dir;
349 extern const timestruc_t file_min_time;
569 timestruc_t dependency_time;
650 timestruc_t time;
905 operator==(const timestruc_t &t1, const timestruc_t &t2) {
910 operator!=(const timestruc_t &t1, const timestruc_t &t2) {
915 operator>(const timestruc_t &t1, const timestruc_t &t2) {
923 operator>=(const timestruc_t &t1, const timestruc_t &t2) {
931 operator<(const timestruc_t &t1, const timestruc_t &t2) {
[all …]
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dglobals.cc121 const timestruc_t file_no_time = { -1, 0 };
122 const timestruc_t file_doesnt_exist = { 0, 0 };
123 const timestruc_t file_is_dir = { 1, 0 };
124 const timestruc_t file_min_time = { 2, 0 };
125 const timestruc_t file_max_time = { INT_MAX, 0 };
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodopl.c58 static timestruc_t todopl_get(void);
59 static void todopl_set(timestruc_t);
62 static void todopl_set_power_alarm(timestruc_t);
210 static timestruc_t
227 todopl_set(timestruc_t ts) in todopl_set()
297 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 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()
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 Dtodm5819p_rmc.c47 static timestruc_t todm5819p_rmc_get(void);
48 static void todm5819p_rmc_set(timestruc_t);
51 static void todm5819p_rmc_set_power_alarm(timestruc_t);
136 static timestruc_t
141 timestruc_t ts; in todm5819p_rmc_get()
247 todm5819p_rmc_set(timestruc_t ts) in todm5819p_rmc_set()
362 todm5819p_rmc_set_power_alarm(timestruc_t ts) in todm5819p_rmc_set_power_alarm()
/illumos-gate/usr/src/cmd/truss/
H A Dstat.c60 timestruc_t ts; in show_stat32()
105 timestruc_t ts; in show_stat64_32()
172 prtimestruc(pri, "at = ", (timestruc_t *)&statb.st_atim); in show_stat64()
173 prtimestruc(pri, "mt = ", (timestruc_t *)&statb.st_mtim); in show_stat64()
174 prtimestruc(pri, "ct = ", (timestruc_t *)&statb.st_ctim); in show_stat64()
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 Dproto.h61 extern void accumulate(timestruc_t *,
62 const timestruc_t *, const timestruc_t *);
94 extern void prtimestruc(private_t *, const char *, timestruc_t *);
/illumos-gate/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};
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sharefs/
H A Dsharefs.h84 timestruc_t sharetab_mtime; /* Last mod to sharetab */
85 timestruc_t sharetab_snap_time; /* Last snap */
109 timestruc_t sharefs_snap_time; /* When were we modded? */
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Djfs.h120 struct timestruc_t { struct
209 struct timestruc_t s_time; /* 8: time last updated */
468 struct timestruc_t di_atime; /* 8: time last data accessed */
469 struct timestruc_t di_ctime; /* 8: time last status changed */
470 struct timestruc_t di_mtime; /* 8: time last data modified */
471 struct timestruc_t di_otime; /* 8: time created */

12345678910