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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.c119 static const char str_FAIL[] = "FAIL"; variable
609 (void) strlcpy(buf, (voltsStatus == 0) ? str_OK : str_FAIL,
610 sizeof (str_FAIL));
829 fan_speed < fandata.minspeed[index] ? str_FAIL : str_OK,
830 sizeof (str_FAIL));
988 sizeof (str_FAIL), read_vol_volts_status, NULL,
1246 sizeof (str_FAIL), read_fan_status, NULL,

Completed in 59 milliseconds