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

/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dpartition.h48 nvlist_t *partition_get_stats(descriptor_t *desc, int stat_type,
H A Ddisks_private.h154 nvlist_t *alias_get_stats(descriptor_t *desc, int stat_type, int *errp);
163 nvlist_t *bus_get_stats(descriptor_t *desc, int stat_type,
173 nvlist_t *controller_get_stats(descriptor_t *desc, int stat_type,
184 nvlist_t *drive_get_stats(descriptor_t *desc, int stat_type, int *errp);
196 nvlist_t *media_get_stats(descriptor_t *desc, int stat_type, int *errp);
207 nvlist_t *path_get_stats(descriptor_t *desc, int stat_type, int *errp);
217 nvlist_t *slice_get_stats(descriptor_t *desc, int stat_type, int *errp);
H A Dentry.c522 dm_get_stats(dm_descriptor_t desc, int stat_type, int *errp) argument
548 stats = drive_get_stats(dp, stat_type, errp);
551 stats = bus_get_stats(dp, stat_type, errp);
554 stats = controller_get_stats(dp, stat_type, errp);
557 stats = media_get_stats(dp, stat_type, errp);
560 if (stat_type == DM_SLICE_STAT_USE) {
563 * the in use checking if the user has set stat_type
571 stats = slice_get_stats(dp, stat_type, errp);
574 stats = partition_get_stats(dp, stat_type, errp);
577 stats = path_get_stats(dp, stat_type, err
[all...]
H A Dalias.c161 alias_get_stats(descriptor_t *dp, int stat_type, int *errp) argument
H A Dlibdiskmgt.h267 nvlist_t *dm_get_stats(dm_descriptor_t desc, int stat_type,
H A Dbus.c135 bus_get_stats(descriptor_t *dp, int stat_type, int *errp) argument
H A Dcontroller.c177 controller_get_stats(descriptor_t *dp, int stat_type, int *errp) argument
H A Dpath.c139 path_get_stats(descriptor_t *dp, int stat_type, int *errp) argument
H A Ddrive.c521 drive_get_stats(descriptor_t *dp, int stat_type, int *errp) argument
533 if (stat_type == DM_DRV_STAT_PERFORMANCE ||
534 stat_type == DM_DRV_STAT_DIAGNOSTIC) {
559 if (stat_type == DM_DRV_STAT_PERFORMANCE) {
581 if (stat_type == DM_DRV_STAT_TEMPERATURE) {
H A Dslice.c187 slice_get_stats(descriptor_t *dp, int stat_type, int *errp) argument
192 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.c301 partition_get_stats(descriptor_t *dp, int stat_type, int *errp) argument

Completed in 37 milliseconds