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

12

/osnet-11/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};
H A Dmapid.c871 get_mtime(const char *fname, timestruc_t *mtim)
1000 timestruc_t ntime = {0};
/osnet-11/usr/src/lib/libzonestat/common/
H A Dzonestat_impl.h136 timestruc_t zss_cpu_total_time;
137 timestruc_t zss_cpu_usage_kern;
138 timestruc_t zss_cpu_usage_zones;
203 timestruc_t zspz_cpu_usage;
361 timestruc_t zsz_cpu_usage;
362 timestruc_t zsz_pset_time;
363 timestruc_t zsz_cap_time;
364 timestruc_t zsz_share_time;
442 timestruc_t zsp_total_time;
443 timestruc_t zsp_usage_ker
[all...]
H A Dzonestat.h253 void zs_resource_total_time(zs_usage_t, zs_resource_t, timestruc_t *);
255 timestruc_t *);
256 void zs_resource_used_zone_time(zs_zone_t, zs_resource_t, timestruc_t *);
271 void zs_zone_limit_time(zs_zone_t, zs_limit_t, timestruc_t *);
272 void zs_zone_limit_used_time(zs_zone_t, zs_limit_t, timestruc_t *);
281 void zs_pset_total_time(zs_pset_t, timestruc_t *);
283 void zs_pset_used_time(zs_pset_t, zs_user_t, timestruc_t *);
294 void zs_pset_zone_used_time(zs_pset_zone_t, timestruc_t *);
H A Dlibzonestat.c1154 zs_ts_used_scale(timestruc_t *total, timestruc_t *used, uint64_t scale,
1180 zs_ts_used_pct(timestruc_t *total, timestruc_t *used, boolean_t cap_at_100)
1193 zs_ts_used_cpus(timestruc_t *total, timestruc_t *used, uint_t ncpus,
1242 zs_zone_cpu_cap_time(struct zs_zone *zone, timestruc_t *ts)
1248 zs_zone_cpu_share_time(struct zs_zone *zone, timestruc_t *ts)
1254 zs_zone_cpu_cap_time_used(struct zs_zone *zone, timestruc_t *ts)
1260 zs_zone_cpu_share_time_used(struct zs_zone *zone, timestruc_t *t
[all...]
/osnet-11/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)
448 timestruc_n_to_32(const timestruc_t *src, timestruc32_t *dst)
/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs_superblock.h83 struct timestruc_t s_time; /* 8: time last updated */
H A Djfs_types.h96 struct timestruc_t { struct
/osnet-11/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 */
/osnet-11/usr/src/lib/libumem/common/
H A Dmisc.h73 * Converts a hrtime_t to a timestruc_t
75 void hrt2ts(hrtime_t hrt, timestruc_t *tsp);
H A Dmisc.c166 hrt2ts(hrtime_t hrt, timestruc_t *tsp)
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_impl.h106 timestruc_t se_timestamp; /* timestamp (atime or mtime) */
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_miscdefs.h85 typedef struct timespec timestruc_t; typedef in typeref:struct:timespec
H A Dsip_timeout.c304 timestruc_t to;
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c244 timestruc_t timeout;
H A Dslp_ipc.c295 timestruc_t timeout;
H A Dslp_queue.c193 void *slp_dequeue_timed(slp_queue_t *qa, timestruc_t *to, SLPBoolean *etimed) {
H A Dslp-internal.h112 extern void *slp_dequeue_timed(slp_queue_t *, timestruc_t *, SLPBoolean *);
H A DSLPReg.c592 timestruc_t timeout;
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.h76 timestruc_t fh_mtime;
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios.c415 timestruc_t reltimeout;
/osnet-11/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c154 timestruc_t timeout;
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_domain.c301 timestruc_t to;
980 timestruc_t to;
H A Dsmb_pwdutil.c117 timestruc_t uc_timestamp;
1044 bzero(&smb_uch.uc_timestamp, sizeof (timestruc_t));

Completed in 90 milliseconds

12