/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_config.c | 241 boolean_t missing = B_FALSE; local 243 error = zpool_refresh_stats(zhp, &missing); 245 if (error != 0 || missing) 265 zpool_refresh_stats(zpool_handle_t *zhp, boolean_t *missing) argument 272 *missing = B_FALSE; 299 *missing = B_TRUE;
|
H A D | libzfs_import.c | 287 * missing. 613 * of our array which appear to be missing. 643 * tree before we process any missing devices. 679 * Look for any missing top-level vdevs. If this is the case, 680 * create a faked up 'missing' vdev as a placeholder. We cannot 687 nvlist_t *missing; local 688 if (nvlist_alloc(&missing, NV_UNIQUE_NAME, 691 if (nvlist_add_string(missing, 694 nvlist_add_uint64(missing, 696 nvlist_add_uint64(missing, [all...] |
H A D | libzfs_pool.c | 975 boolean_t missing; local 993 if (zpool_refresh_stats(zhp, &missing) != 0) { 998 if (missing) { 1017 boolean_t missing; local 1025 if (zpool_refresh_stats(zhp, &missing) != 0) { 1030 if (missing) { 1495 /* All attempted rewinds failed if ZPOOL_CONFIG_LOAD_TIME missing */ 1657 nvlist_t *missing = NULL; local 1789 ZPOOL_CONFIG_MISSING_DEVICES, &missing) == 0) { 1791 "The devices below are missing, us [all...] |
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | priv_str_xlate.c | 219 int presentbasic, missingbasic, present, missing; local 245 missing = d->pd_nprivs - present; 254 if (count >= 1 + missing) { 256 count = 1 + missing;
|
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/ |
H A D | openfirm.c | 119 cell_t missing; member in struct:__anon335 129 return (args.missing);
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mp_startup.c | 782 uint_t missing = 0; local 798 missing++; 813 missing++; 828 missing++; 853 missing++; 868 missing++; 885 missing++; 905 missing++; 911 missing++; 948 missing [all...] |
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_raidz.c | 104 * or in concert to recover missing data columns. 123 uint64_t rm_missingdata; /* Count of missing data devices */ 124 uint64_t rm_missingparity; /* Count of missing parity devices */ 973 * to failed or missing columns; we then make V|I square (n x n) and d|p 980 * | 128 64 32 16 8 4 2 1 | <-----+-+-- missing disks 1077 * of the missing data. 1098 * Fill in the missing rows of interest. 1119 vdev_raidz_matrix_invert(raidz_map_t *rm, int n, int nmissing, int *missing, argument 1164 for (j = 0; j < missing[i]; j++) { 1167 ASSERT3U(rows[i][missing[ 1213 vdev_raidz_matrix_reconstruct(raidz_map_t *rm, int n, int nmissing, int *missing, uint8_t **invrows, const uint8_t *used) argument [all...] |
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfssubr.c | 375 uint64_t rm_missingdata; /* Count of missing data devices */ 376 uint64_t rm_missingparity; /* Count of missing parity devices */ 703 * to failed or missing columns; we then make V|I square (n x n) and d|p 710 * | 128 64 32 16 8 4 2 1 | <-----+-+-- missing disks 810 * of the missing data. 831 * Fill in the missing rows of interest. 852 vdev_raidz_matrix_invert(raidz_map_t *rm, int n, int nmissing, int *missing, argument 897 for (j = 0; j < missing[i]; j++) { 900 ASSERT3U(rows[i][missing[i]], !=, 0); 906 log = 255 - vdev_raidz_log2[rows[i][missing[ 946 vdev_raidz_matrix_reconstruct(raidz_map_t *rm, int n, int nmissing, int *missing, uint8_t **invrows, const uint8_t *used) argument [all...] |
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 524 (void) fprintf(stderr, gettext("missing pool name argument\n")); 528 (void) fprintf(stderr, gettext("missing vdev specification\n")); 605 (void) fprintf(stderr, gettext("missing pool name argument\n")); 609 (void) fprintf(stderr, gettext("missing device\n")); 665 (void) fprintf(stderr, gettext("missing vdev name\n")); 837 (void) fprintf(stderr, gettext("missing " 866 (void) fprintf(stderr, gettext("missing " 887 (void) fprintf(stderr, gettext("missing argument for " 902 (void) fprintf(stderr, gettext("missing pool name argument\n")); 906 (void) fprintf(stderr, gettext("missing vde 2480 boolean_t missing; local [all...] |
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 3450 int err, missing = 1, ignored, *errarg; local 3732 errarg = missing ? &missing : &ignored; 3733 missing = 0; 3921 exit_status = missing;
|
/illumos-gate/usr/src/cmd/ztest/ |
H A D | ztest.c | 1951 int missing = 0; local 1963 missing++; 1970 ASSERT(missing == 0); /* there should be no gaps */ 1986 return (missing); 1992 int missing = 0; local 1997 if (missing) { 1999 missing++; 2016 ASSERT(missing == 0); 2018 missing++; 2030 return (missing); 2036 int missing = 0; local [all...] |