Searched refs:stat_type (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dpartition.h48 nvlist_t *partition_get_stats(descriptor_t *desc, int stat_type,
H A Ddisks_private.h153 nvlist_t *alias_get_stats(descriptor_t *desc, int stat_type, int *errp);
162 nvlist_t *bus_get_stats(descriptor_t *desc, int stat_type,
172 nvlist_t *controller_get_stats(descriptor_t *desc, int stat_type,
183 nvlist_t *drive_get_stats(descriptor_t *desc, int stat_type, int *errp);
194 nvlist_t *media_get_stats(descriptor_t *desc, int stat_type, int *errp);
205 nvlist_t *path_get_stats(descriptor_t *desc, int stat_type, int *errp);
215 nvlist_t *slice_get_stats(descriptor_t *desc, int stat_type, int *errp);
H A Dentry.c407 dm_get_stats(dm_descriptor_t desc, int stat_type, int *errp) argument
432 stats = drive_get_stats(dp, stat_type, errp);
435 stats = bus_get_stats(dp, stat_type, errp);
438 stats = controller_get_stats(dp, stat_type, errp);
441 stats = media_get_stats(dp, stat_type, errp);
444 if (stat_type == DM_SLICE_STAT_USE) {
447 * the in use checking if the user has set stat_type
455 stats = slice_get_stats(dp, stat_type, errp);
458 stats = partition_get_stats(dp, stat_type, errp);
461 stats = path_get_stats(dp, stat_type, err
[all...]
H A Dalias.c164 alias_get_stats(descriptor_t *dp, int stat_type, int *errp) argument
H A Dbus.c139 bus_get_stats(descriptor_t *dp, int stat_type, int *errp) argument
H A Dlibdiskmgt.h281 * The dm_get_stats function takes a stat_type argument for the specific sample
438 nvlist_t *dm_get_stats(dm_descriptor_t desc, int stat_type,
H A Dcontroller.c181 controller_get_stats(descriptor_t *dp, int stat_type, int *errp) argument
H A Dpath.c142 path_get_stats(descriptor_t *dp, int stat_type, int *errp) argument
H A Ddrive.c513 drive_get_stats(descriptor_t *dp, int stat_type, int *errp) argument
525 if (stat_type == DM_DRV_STAT_PERFORMANCE ||
526 stat_type == DM_DRV_STAT_DIAGNOSTIC) {
551 if (stat_type == DM_DRV_STAT_PERFORMANCE) {
573 if (stat_type == DM_DRV_STAT_TEMPERATURE) {
H A Dslice.c194 slice_get_stats(descriptor_t *dp, int stat_type, int *errp) argument
199 if (stat_type != DM_SLICE_STAT_USE) {
H A Dmedia.c210 media_get_stats(descriptor_t *dp, int stat_type, int *errp) argument
H A Dpartition.c302 partition_get_stats(descriptor_t *dp, int stat_type, int *errp) argument
/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddwrapper.c79 aggwalk_call(const dtrace_aggdata_t *data, lt_stat_type_t stat_type) argument
183 lt_stat_update(pid, tid, buffer, tag, priority, stat_type, agg_value);
197 aggwalk_named(const dtrace_aggdata_t *data, lt_stat_type_t stat_type) argument
237 lt_stat_update_cause(pid, tid, cause_id, stat_type, agg_value);
248 aggwalk_sync(const dtrace_aggdata_t *data, lt_stat_type_t stat_type) argument
293 lt_stat_update_sobj(pid, tid, stype, wchan, stat_type, agg_value);
308 lt_stat_type_t stat_type; local
338 stat_type = LT_STAT_COUNT;
340 stat_type = LT_STAT_SUM;
342 stat_type
[all...]
/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c144 read_stats(rcid_type_t stat_type) argument
190 if (report.lcol_id.rcid_type != stat_type)
299 print_stats(rcid_type_t stat_type) argument
319 "id", (stat_type == RCIDT_PROJECT ? "project" : "zone"),
326 if (col->col_id.rcid_type != stat_type)
364 rcid_type_t stat_type = RCIDT_PROJECT; local
378 stat_type = RCIDT_PROJECT;
384 stat_type = RCIDT_ZONE;
416 if (read_stats(stat_type) != E_SUCCESS)
421 print_stats(stat_type);
[all...]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dnxhal_nic_interface.h541 U16 stat_type; /* What class of stats */ member in struct:nx_hostrq_stat_setup_s

Completed in 83 milliseconds