Lines Matching defs:missing
900 boolean_t missing;
918 if (zpool_refresh_stats(zhp, &missing) != 0) {
923 if (missing) {
942 boolean_t missing;
951 if (zpool_refresh_stats(zhp, &missing) != 0) {
956 if (missing) {
1459 /* All attempted rewinds failed if ZPOOL_CONFIG_LOAD_TIME missing */
1598 nvlist_t *missing = NULL;
1749 ZPOOL_CONFIG_MISSING_DEVICES, &missing) == 0) {
1751 "The devices below are missing, use "
1753 print_vdev_tree(hdl, NULL, missing, 2);
2965 "Source pool is missing vdev tree"));