Home
last modified time | relevance | path

Searched refs:health (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c131 struct mlx5_core_health *health = &dev->priv.health; in sensor_fw_synd_rfr() local
132 struct mlx5_health_buffer __iomem *h = health->health; in sensor_fw_synd_rfr()
144 container_of(work, struct mlx5_core_dev, priv.health.work_cmd_completion); in mlx5_trigger_cmd_completions()
168 struct mlx5_core_health *health = &dev->priv.health; in sensor_pci_no_comm() local
169 struct mlx5_health_buffer __iomem *h = health->health; in sensor_pci_no_comm()
240 struct mlx5_core_health *health = &dev->priv.health; in mlx5_health_allow_reset() local
244 if (health->last_reset_req != 0) { in mlx5_health_allow_reset()
245 delta = ticks - health->last_reset_req; in mlx5_health_allow_reset()
256 health->last_reset_req = ticks ? : -1; in mlx5_health_allow_reset()
287 queue_work(dev->priv.health.wq_cmd, &dev->priv.health.work_cmd_completion); in mlx5_enter_error_state()
[all …]
/freebsd/sbin/nvmecontrol/
H A Dlogpage.c294 struct nvme_health_information_page *health = buf; in print_log_error()
299 warning = letoh(health->critical_warning); in print_log_error()
316 print_temp_K(letoh(health->temperature)); in print_temp_K()
318 letoh(health->available_spare)); in print_temp_K()
320 letoh(health->available_spare_threshold));
322 letoh(health->percentage_used)); in print_temp_C()
325 uint128_to_str(to128(health->data_units_read), cbuf, sizeof(cbuf)));
327 uint128_to_str(to128(health->data_units_written), cbuf, sizeof(cbuf))); in print_log_health()
329 uint128_to_str(to128(health->host_read_commands), cbuf, sizeof(cbuf))); in print_log_health() local
331 uint128_to_str(to128(health in print_log_health()
[all...]
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-guruplug-server-plus.dts23 pmx_led_health_r: pmx-led-health-r {
27 pmx_led_health_g: pmx-led-health-g {
62 led-health-r {
63 label = "guruplug:red:health";
66 led-health-g {
67 label = "guruplug:green:health";
H A Dkirkwood-sheevaplug.dts31 led-health {
32 label = "sheevaplug:blue:health";
H A Dkirkwood-sheevaplug-esata.dts36 led-health {
37 label = "sheevaplug:blue:health";
H A Dkirkwood-mplcec4.dts23 pmx_led_health: pmx-led-health {
117 led-health {
118 label = "status:green:health";
H A Dkirkwood-linksys-viper.dts57 led-white-health {
58 label = "viper:white:health";
70 pmx_led_white_health: pmx-led-white-health {
H A Dkirkwood-iomega_ix2_200.dts87 pmx_led_health_brt_ctrl_1: pmx-led-health-brt-ctrl-1 {
91 pmx_led_health_brt_ctrl_2: pmx-led-health-brt-ctrl-2 {
139 led-health-led {
H A Dkirkwood-dockstar.dts45 led-health {
46 label = "status:green:health";
H A Dkirkwood-pogo_e02.dts36 led-health {
37 label = "pogo_e02:green:health";
H A Dkirkwood-pogoplug-series-4.dts49 led-health {
50 label = "pogoplugv4:green:health";
H A Dkirkwood-goflexnet.dts88 led-health {
89 label = "status:green:health";
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_missing_001_pos.ksh93 health=$($ZPOOL list -H -o health $TESTPOOL1)
94 [[ "$health" == "DEGRADED" ]] || \
95 log_fail "ERROR: $TESTPOOL1: Incorrect health '$health'"
H A Dzpool_import_missing_003_pos.ksh76 typeset health=$4
86 myhealth=$($ZPOOL list -H -o health $pool)
88 [[ $myhealth == $health ]] || \
90 "expected ($health)."
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_missing_001_pos.ksh189 health=$(zpool list -H -o health $TESTPOOL1)
191 [[ $health == "DEGRADED" ]] || \
192 log_fail "$TESTPOOL1: Incorrect health($health)"
H A Dzpool_import_missing_003_pos.ksh74 typeset health=$4
84 myhealth=$(zpool list -H -o health $pool)
86 [[ $myhealth == $health ]] || \
88 "expected ($health)."
/freebsd/contrib/ntp/include/
H A Dmbg_gps166.h785 HEALTH health[N_SVNO_GPS]; ///< 6 bit SV health codes from pages 51, 63 member
870 HEALTH health; ///< health indication of transmitting SV [---] member
920 HEALTH health; ///< [---] member
/freebsd/sbin/camcontrol/
H A Ddepop.c102 uint8_t health = dtor_ptr[i].physical_element_health; in depop_list() local
107 printf("0x%08x %c 0x%02x %jd\n", id, ralwd ? '*' : ' ', health, cap); in depop_list()
/freebsd/sys/contrib/openzfs/etc/sudoers.d/
H A Dzfs3 ## to read basic SMART health statistics for a pool.
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A DMakefile.am53 %D%/zpool.d/health \
109 health \
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dmax31785.txt11 dual tachometer measurements, and fan health monitoring.
/freebsd/contrib/ntp/libparse/
H A Ddata_mbg.c313 get_mbg_health(buffpp, &cfghp->health[i]); in get_mbg_cfgh()
432 ephp->health = (HEALTH) get_lsb_short(buffpp); in get_mbg_eph()
477 almp->health = (HEALTH) get_lsb_short(buffpp); in get_mbg_alm()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/
H A Dpool_state.ksh90 state2=$(zpool list -H -o health $pool)
/freebsd/tools/regression/zfs/zpool/create/
H A Doption-o.t41 expect_fl ${ZPOOL} create -o health=ONLINE ${name0} ${disk0}
/freebsd/lib/libbe/tests/
H A Dbe_create.sh73 elif zpool get health ${zpool} >/dev/null 2>&1; then

12