| /src/sbin/nvmectl/ |
| logpage.c | 231 struct nvme_health_information_page *health = buf; local 235 nvme_health_information_page_swapbytes(health); 237 printf("SMART/Health Information Log\n"); 241 health->critical_warning); 243 (uint8_t)__SHIFTOUT(health->critical_warning, 246 (uint8_t)__SHIFTOUT(health->critical_warning, 249 (uint8_t)__SHIFTOUT(health->critical_warning, 252 (uint8_t)__SHIFTOUT(health->critical_warning, 255 (uint8_t)__SHIFTOUT(health->critical_warning, 258 print_temp(health->composite_temperature) [all...] |
| /src/external/bsd/ntp/dist/include/ |
| mbg_gps166.h | 233 GPS_CFGH = 0x100, ///< (rw-) ::CFGH, SVs' configuration and health codes 302 typedef uint16_t HEALTH; ///< an SV's 6 bit health code 338 BVAR_BIT_CFGH_INVALID, ///< Satellite configuration and health parameters incomplete 775 * @brief Summary of configuration and health data of all satellites 787 HEALTH health[N_SVNO_GPS]; ///< 6 bit SV health codes from pages 51, 63 member in struct:__anon7358 872 HEALTH health; ///< health indication of transmitting SV [--- member in struct:__anon7361 922 HEALTH health; \/\/\/< [---] member in struct:__anon7362 [all...] |
| /src/external/cddl/osnet/dist/cmd/zpool/ |
| zpool_main.c | 1631 const char *health; local 1647 health = zpool_state_to_name(vs->vs_state, vs->vs_aux); 1653 (void) printf(gettext(" state: %s"), health); 3104 * "dedupratio,health,altroot" 3109 * statistics for each one, as well as health status summary. 3119 "dedupratio,health,altroot"; 4143 const char *health; local 4179 health = zpool_state_to_name(vs->vs_state, vs->vs_aux); 4182 (void) printf(gettext(" state: %s\n"), health); 4471 * Describes the health status of all pools or some subset [all...] |
| /src/sys/dev/pci/ |
| if_aq.c | 3689 aq2_health_monitor_t health; local 3695 (uint32_t *)&health, sizeof(health)); 3699 data = __SHIFTOUT(health.data1, HEALTH_MONITOR_DATA1_TEMPERATURE);
|