Searched defs:health (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c703 log_printf(" Slot health %d\n",
1373 char *misc_info, *health, *board_type; local
2070 /* find out fru health from the SCSI drivers */
2076 health = OK;
2079 health = NOK;
2082 health = UK;
2085 health = NA;
2089 "%49scondition:%s\n"), BLANK, health, 0);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cmd.c3581 * if command fails, *health is invalid/undefined
3628 hermon_hw_health_check(hermon_state_t *state, int *health) argument
3643 *health = (int)cmd.cp_outparm;
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1612 const char *health; local
1628 health = zpool_state_to_name(vs->vs_state, vs->vs_aux);
1634 (void) printf(gettext(" state: %s"), health);
3079 * "dedupratio,health,altroot"
3084 * statistics for each one, as well as health status summary.
3094 "dedupratio,health,altroot";
4118 const char *health; local
4153 health = zpool_state_to_name(vs->vs_state, vs->vs_aux);
4156 (void) printf(gettext(" state: %s\n"), health);
4436 * Describes the health statu
[all...]
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c4435 int health; local
4447 health = aac_check_adapter_health(softs);
4448 if (health == -1) {
4452 if (health == 0) /* flush drives if possible */
4602 int health; local
4606 health = aac_check_adapter_health(softs);
4612 if (health == 0) {

Completed in 99 milliseconds