Searched defs:missing (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_config.c | 221 zpool_refresh_stats(zpool_handle_t *zhp, boolean_t *missing) argument 228 *missing = B_FALSE; 255 *missing = B_TRUE;
|
H A D | libzfs_import.c | 282 * missing. 609 * of our array which appear to be missing. 639 * tree before we process any missing devices. 673 * Look for any missing top-level vdevs. If this is the case, 674 * create a faked up 'missing' vdev as a placeholder. We cannot 681 nvlist_t *missing; local 682 if (nvlist_alloc(&missing, NV_UNIQUE_NAME, 685 if (nvlist_add_string(missing, 688 nvlist_add_uint64(missing, 690 nvlist_add_uint64(missing, [all...] |
H A D | libzfs_pool.c | 900 boolean_t missing; local 918 if (zpool_refresh_stats(zhp, &missing) != 0) { 923 if (missing) { 942 boolean_t missing; local 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; local 1749 ZPOOL_CONFIG_MISSING_DEVICES, &missing) == 0) { 1751 "The devices below are missing, us [all...] |
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | priv_str_xlate.c | 221 int presentbasic, missingbasic, present, missing; local 247 missing = d->pd_nprivs - present; 256 if (count >= 1 + missing) { 258 count = 1 + missing;
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/ |
H A D | hostdisk.c | 669 int missing = 0; local 715 if (missing++ < 10) 720 missing = 0; 1893 does not count the extended partition and missing primary
|
Completed in 44 milliseconds