Lines Matching defs:errata
3389 zpool_errata_t errata;
3410 reason = zpool_import_status(config, &msgid, &errata);
3554 errata);
3574 reason != ZPOOL_STATUS_ERRATA || errata != ZPOOL_ERRATA_NONE) {
3597 switch (errata) {
3647 * All errata must contain an action message.
3649 assert(errata == ZPOOL_ERRATA_NONE);
10369 zpool_status_t reason, zpool_errata_t errata, nvlist_t *item)
10623 errata);
10624 switch (errata) {
10662 * All errata which allow the pool to be imported
10705 zpool_errata_t errata;
10714 reason = zpool_get_status(zhp, &msgid, &errata);
10745 print_status_reason(zhp, cbp, reason, errata, item);
10825 zpool_errata_t errata;
10835 reason = zpool_get_status(zhp, &msgid, &errata);
10878 print_status_reason(zhp, cbp, reason, errata, NULL);