Searched refs:missing (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_startup.c782 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/lib/libzfs/common/
H A Dlibzfs_config.c241 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 Dlibzfs_import.c287 * 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 Dlibzfs_pool.c975 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 Dpriv_str_xlate.c219 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/cmd/intrd/
H A Dintrd.pl336 # {"missing"} "1" if the delta's component stats had inconsistencies
367 syslog('debug', " RECONFIGURATION IN DELTA") if $delta->{missing} > 0;
415 $delta{missing} = 1;
419 # if there are a different number of cpus in the stats, set missing
421 $delta{missing} = (keys(%$stat) != keys(%$newstat));
422 if (VERIFY($delta{missing} == 0,
432 # If %stat is missing a cpu from %newstat, then it was just
433 # onlined. Mark missing.
438 $delta{missing} = 1;
445 $delta{missing}
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dstorage.esc74 event ereport.chassis.config.missing-fan@ses-enclosure;
75 event ereport.chassis.config.missing-fantray@ses-enclosure;
76 event ereport.chassis.config.missing-psu@ses-enclosure;
178 ereport.chassis.config.missing-psu@ses-enclosure{
183 ereport.chassis.config.missing-fan@ses-enclosure{
188 ereport.chassis.config.missing-fantray@ses-enclosure{
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c375 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/grub/grub-0.97/
H A Dconfig.status.solaris503 s,@ACLOCAL@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run aclocal-1.8,;t t
504 s,@AUTOCONF@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run autoconf,;t t
505 s,@AUTOMAKE@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run automake-1.8,;t t
506 s,@AUTOHEADER@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run autoheader,;t t
507 s,@MAKEINFO@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run makeinfo,;t t
508 s,@AMTAR@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run tar,;t t
/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y862 yyerror("missing newline at end of line");
872 yyerror("missing newline at end of line");
887 yyerror("newline missing");
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dopenfirm.c119 cell_t missing; member in struct:__anon335
129 return (args.missing);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c104 * 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/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt152 * 10-31-07 02.00.04 Added missing SEPDevHandle field to
168 * Added missing MaxNumRoutedSasAddresses field to
203 * Inserted missing reserved field into structure for IOC
506 * 08-11-10 02.00.06 Added defines that were missing for Diagnostic Buffer
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1951 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...]
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c509 gettext("missing %c\n"), (uchar_t)quote);
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c3450 int err, missing = 1, ignored, *errarg; local
3732 errarg = missing ? &missing : &ignored;
3733 missing = 0;
3921 exit_status = missing;
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh611 printf "$(gettext "(will display any missing files below)")\n"
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c524 (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...]

Completed in 108 milliseconds