Searched refs:timestruc_t (Results 1 - 25 of 250) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/i86pc/io/
H A Dhardclk.c50 extern void tod_set_prev(timestruc_t);
57 tod_set(timestruc_t ts)
71 timestruc_t
74 timestruc_t ts;
126 timestruc_t ts;
/illumos-gate/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 };
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h43 * definition for timestruc_t needed by the stat structure. However,
81 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_cti
[all...]
H A Dlwp.h51 timestruc_t lwp_utime;
52 timestruc_t lwp_stime;
H A Dkstr.h52 extern int kstr_msg(vnode_t *, mblk_t *, mblk_t **, timestruc_t *);
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) */
H A Dprocfs.h142 timestruc_t pr_tstamp; /* real-time time stamp of stop */
143 timestruc_t pr_utime; /* lwp user cpu time */
144 timestruc_t pr_stime; /* lwp system cpu time */
145 int pr_filler[11 - 2 * sizeof (timestruc_t) / sizeof (int)];
170 timestruc_t pr_utime; /* process user cpu time */
171 timestruc_t pr_stime; /* process system cpu time */
172 timestruc_t pr_cutime; /* sum of children's user times */
173 timestruc_t pr_cstime; /* sum of children's system times */
260 timestruc_t pr_start; /* lwp start time, from the epoch */
261 timestruc_t pr_tim
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dbuffer_list.h62 extern int getbuffer_list(struct buffer_ent **, timestruc_t *);
63 extern int checkbuffer_list(struct buffer_ent **, timestruc_t *);
/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;
264 prtime(char *name, timestruc_t *t
[all...]
/illumos-gate/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;
143 todsf_set(timestruc_t ts)
175 todsf_set_power_alarm(timestruc_t ts)
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)
241 todsc_set_power_alarm(timestruc_t ts)
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)
299 todopl_set_power_alarm(timestruc_t ts)
H A Dhardclk.c154 timestruc_t
157 timestruc_t ts = tod_ops.tod_get();
162 extern void tod_set_prev(timestruc_t);
165 tod_set(timestruc_t ts)
/illumos-gate/usr/src/lib/libzonestat/common/
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 *);
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_ker
[all...]
/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 */
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_ter
[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 */
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_ter
[all...]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachclock.h51 timestruc_t (*tod_get)(tod_ops_t *);
52 void (*tod_set)(tod_ops_t *, timestruc_t);
/illumos-gate/usr/src/cmd/truss/
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/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? */
/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/cmd/scadm/sparc/mpxu/common/
H A Dxsem.h69 int xsem_xwait(xsem_t *sem, int timeout, timestruc_t *time);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dhardclk.c143 timestruc_t
146 timestruc_t ts;
198 extern void tod_set_prev(timestruc_t);
202 tod_set(timestruc_t ts)
/illumos-gate/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 *);
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_info.c48 lwp_info(timestruc_t *tvp)
50 timestruc_t tv[2];

Completed in 323 milliseconds

12345678910