Lines Matching defs:missing
1283 "permission set is missing '@'"));
1306 boolean_t missing;
1323 if (zpool_refresh_stats(zhp, &missing) != 0) {
1328 if (missing) {
1347 boolean_t missing;
1354 if (zpool_refresh_stats(zhp, &missing) != 0) {
1359 if (missing) {
2014 /* All attempted rewinds failed if ZPOOL_CONFIG_LOAD_TIME missing */
2183 nvlist_t *missing = NULL;
2344 ZPOOL_CONFIG_MISSING_DEVICES, &missing) == 0) {
2346 "The devices below are missing or "
2349 print_vdev_tree(hdl, NULL, missing, 2);
3900 "Source pool is missing vdev tree"));
4984 boolean_t missing;
4986 int error = zpool_wait_status(zhp, activity, &missing, NULL);
4988 if (missing) {
5001 * reported via the 'missing' parameter, rather than by printing an error
5010 boolean_t *missing, boolean_t *waited)
5013 *missing = (error == ENOENT);
5014 if (*missing)