Searched refs:health (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c130 struct mlx5_core_health *health = &dev->priv.health; local
131 struct mlx5_health_buffer __iomem *h = health->health;
143 container_of(work, struct mlx5_core_dev, priv.health.work_cmd_completion);
167 struct mlx5_core_health *health = &dev->priv.health; local
168 struct mlx5_health_buffer __iomem *h = health->health;
212 /* The reset only needs to be issued by one PF. The health buffe
239 struct mlx5_core_health *health = &dev->priv.health; local
365 struct mlx5_core_health *health; local
419 struct mlx5_core_health *health; local
459 struct mlx5_core_health *health = &dev->priv.health; local
504 struct mlx5_core_health *health = &dev->priv.health; local
596 struct mlx5_core_health *health = &dev->priv.health; local
611 struct mlx5_core_health *health = &dev->priv.health; local
646 struct mlx5_core_health *health = &dev->priv.health; local
666 struct mlx5_core_health *health = &dev->priv.health; local
682 struct mlx5_core_health *health = &dev->priv.health; local
697 struct mlx5_core_health *health = &dev->priv.health; local
708 struct mlx5_core_health *health = &dev->priv.health; local
717 struct mlx5_core_health *health; local
[all...]
H A Dmlx5_main.c1727 * that we can read the device ID and that the health buffer
1733 struct mlx5_core_health *health = &dev->priv.health; local
1757 count = ioread32be(health->health_counter);
1922 * with the HCA, so the health polll is no longer needed.
H A Dmlx5_cmd.c1000 } else if (!queue_work(dev->priv.health.wq_cmd, &ent->work)) {
1625 flush_workqueue(dev->priv.health.wq_cmd);
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_missing_001_pos.ksh68 # - The pool's health should be DEGRADED.
98 health=$($ZPOOL list -H -o health $TESTPOOL1)
99 [[ "$health" == "DEGRADED" ]] || \
100 log_fail "ERROR: $TESTPOOL1: Incorrect health '$health'"
H A Dzpool_import_missing_003_pos.ksh81 typeset health=$4
91 myhealth=$($ZPOOL list -H -o health $pool)
93 [[ $myhealth == $health ]] || \
94 log_fail "$pool: Incorrect health ($myhealth), " \
95 "expected ($health)."
/freebsd-12-stable/sbin/nvmecontrol/
H A Dlogpage.c327 struct nvme_health_information_page *health = buf; local
332 warning = health->critical_warning;
349 print_temp(health->temperature);
351 health->available_spare);
353 health->available_spare_threshold);
355 health->percentage_used);
358 uint128_to_str(to128(health->data_units_read), cbuf, sizeof(cbuf)));
360 uint128_to_str(to128(health->data_units_written), cbuf, sizeof(cbuf)));
362 uint128_to_str(to128(health->host_read_commands), cbuf, sizeof(cbuf)));
364 uint128_to_str(to128(health
[all...]
/freebsd-12-stable/contrib/ntp/include/
H A Dmbg_gps166.h231 GPS_CFGH = 0x100, ///< (rw-) ::CFGH, SVs' configuration and health codes
300 typedef uint16_t HEALTH; ///< an SV's 6 bit health code
336 BVAR_BIT_CFGH_INVALID, ///< Satellite configuration and health parameters incomplete
773 * @brief Summary of configuration and health data of all satellites
785 HEALTH health[N_SVNO_GPS]; ///< 6 bit SV health codes from pages 51, 63 member in struct:__anon6179
870 HEALTH health; ///< health indication of transmitting SV [---] member in struct:__anon6182
920 HEALTH health; ///< [---] member in struct:__anon6183
/freebsd-12-stable/contrib/ntp/libparse/
H A Ddata_mbg.c313 get_mbg_health(buffpp, &cfghp->health[i]);
432 ephp->health = (HEALTH) get_lsb_short(buffpp);
477 almp->health = (HEALTH) get_lsb_short(buffpp);
/freebsd-12-stable/lib/libbe/tests/
H A Dbe_create.sh74 elif zpool get health ${zpool} >/dev/null 2>&1; then
/freebsd-12-stable/tools/regression/zfs/zpool/create/
H A Doption-o.t42 expect_fl ${ZPOOL} create -o health=ONLINE ${name0} ${disk0}
/freebsd-12-stable/sys/dev/mlx5/
H A Ddriver.h500 struct mlx5_health_buffer __iomem *health; member in struct:mlx5_core_health
593 struct mlx5_core_health health; member in struct:mlx5_priv
H A Ddevice.h467 struct mlx5_health_buffer health; member in struct:mlx5_init_seg
/freebsd-12-stable/sbin/bectl/tests/
H A Dbectl_test.sh82 elif zpool get health ${zpool} >/dev/null 2>&1; then
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1973 const char *health; local
1989 health = zpool_state_to_name(vs->vs_state, vs->vs_aux);
1995 (void) printf(gettext(" state: %s"), health);
3758 * "dedupratio,health,altroot"
3764 * statistics for each one, as well as health status summary.
3774 "capacity,dedupratio,health,altroot";
5194 const char *health; local
5229 health = zpool_state_to_name(vs->vs_state, vs->vs_aux);
5232 (void) printf(gettext(" state: %s\n"), health);
5547 * Describes the health statu
[all...]
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c4544 tmp_val = cfgh.health[i]; /* a 6 bit SV health code */
4545 p = ap(buffer, sizeof(buffer), p, "; health=0x%02x (", tmp_val);
4550 /* The MSB contains a summary of the 3 MSBs of the 8 bit health code,
4995 * 46 Receiver health
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c4343 priv->wq = mdev->priv.health.wq_watchdog;

Completed in 286 milliseconds