| /illumos-gate/usr/src/test/i2c-tests/tests/i2cadm/ |
| H A D | i2cadm-scan.ksh | 87 check_one "i2csim0/0" 0x71 missing 88 check_one "i2csim0/0" 0x72 missing 89 check_one "i2csim0/0" 0x42 missing 90 check_one "i2csim0/0" 0x58 missing 91 check_one "i2csim0/0" 0x6f missing 94 check_one "i2csim0/0/0x70/0" 0x42 missing 97 check_one "i2csim0/0/0x70/0" 0x72 missing 100 check_one "i2csim0/0/0x70/1" 0x42 missing 103 check_one "i2csim0/0/0x70/1" 0x72 missing 106 check_one "i2csim0/0/0x70/2" 0x42 missing [all …]
|
| /illumos-gate/usr/src/uts/i86pc/os/ |
| H A D | mp_startup.c | 807 volatile uint_t missing = 0; in workaround_errata() local 823 missing++; in workaround_errata() 838 missing++; in workaround_errata() 853 missing++; in workaround_errata() 878 missing++; in workaround_errata() 893 missing++; in workaround_errata() 910 missing++; in workaround_errata() 930 missing++; in workaround_errata() 936 missing++; in workaround_errata() 973 missing++; in workaround_errata() [all …]
|
| /illumos-gate/usr/src/cmd/intrd/ |
| H A D | intrd.pl | 367 syslog('debug', " RECONFIGURATION IN DELTA") if $delta->{missing} > 0; 415 $delta{missing} = 1; 421 $delta{missing} = (keys(%$stat) != keys(%$newstat)); 422 if (VERIFY($delta{missing} == 0, 438 $delta{missing} = 1; 445 $delta{missing} = 1; 463 $delta{missing} = 1; 481 $delta{missing} = 1; 496 $delta{missing} = 1; 562 $newdelta{missing} = 0; [all …]
|
| /illumos-gate/usr/src/lib/libzfs/common/ |
| H A D | libzfs_config.c | 241 boolean_t missing = B_FALSE; in zpool_get_features() local 243 error = zpool_refresh_stats(zhp, &missing); in zpool_get_features() 245 if (error != 0 || missing) in zpool_get_features() 265 zpool_refresh_stats(zpool_handle_t *zhp, boolean_t *missing) in zpool_refresh_stats() argument 272 *missing = B_FALSE; in zpool_refresh_stats() 299 *missing = B_TRUE; in zpool_refresh_stats()
|
| /illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/ |
| H A D | missing-delim.c | 15 preprocessor/missing-delim.c:4:0: warning: missing terminating " character
|
| /illumos-gate/usr/src/lib/libc/port/gen/ |
| H A D | priv_str_xlate.c | 219 int presentbasic, missingbasic, present, missing; in __priv_set_to_str() local 245 missing = d->pd_nprivs - present; in __priv_set_to_str() 254 if (count >= 1 + missing) { in __priv_set_to_str() 256 count = 1 + missing; in __priv_set_to_str()
|
| /illumos-gate/usr/src/test/nvme-tests/tests/libnvme/ |
| H A D | Makefile | 22 missing-field \ 23 missing-field-destruct \
|
| /illumos-gate/usr/src/test/os-tests/tests/execvpe/ |
| H A D | execvpe-script | 23 printf "environment missing \$PATH!\n" 28 printf "environment missing \$EXECVPE_TEST!\n"
|
| /illumos-gate/usr/src/cmd/fm/dicts/ |
| H A D | ZFS.po | 58 …missing device and online it using 'zpool online'.\n see: http://illumos.org/msg/ZFS-8000-2Q\n s… 74 …missing device and online it using 'zpool online'.\n see: http://illumos.org/msg/ZFS-8000-3C\n s… 84 msgstr "A device could not be opened due to a missing or invalid\n device label. Refer to %s f… 90 …ADED\nstatus: One or more devices could not be used because the label is missing or\n inval… 100 msgstr "A device could not be opened due to a missing or invalid\n device label and no replicas… 106 …\nstatus: One or more devices could not be used because the the label is missing \n or inva… 116 msgstr "One or more top level devices are missing. Refer to %s for more information." 122 …missing from the system.\naction: The pool cannot be imported. Attach the missing\n devices and t… 202 msgstr "Run 'zpool status -x' and attach any missing devices, follow\n any provided recovery in…
|
| /illumos-gate/usr/src/test/nvme-tests/runfiles/ |
| H A D | non-destruct.run | 68 'missing-field.32', 69 'missing-field.64',
|
| H A D | destruct.run | 38 [/opt/nvme-tests/tests/libnvme/missing-field-destruct.32] 39 [/opt/nvme-tests/tests/libnvme/missing-field-destruct.64]
|
| /illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
| H A D | zfssubr.c | 869 vdev_raidz_matrix_invert(raidz_map_t *rm, int n, int nmissing, int *missing, in vdev_raidz_matrix_invert() argument 914 for (j = 0; j < missing[i]; j++) { in vdev_raidz_matrix_invert() 917 ASSERT3U(rows[i][missing[i]], !=, 0); in vdev_raidz_matrix_invert() 923 log = 255 - vdev_raidz_log2[rows[i][missing[i]]]; in vdev_raidz_matrix_invert() 934 ASSERT3U(rows[ii][missing[i]], !=, 0); in vdev_raidz_matrix_invert() 936 log = vdev_raidz_log2[rows[ii][missing[i]]]; in vdev_raidz_matrix_invert() 953 if (j == missing[i]) { in vdev_raidz_matrix_invert() 964 int *missing, uint8_t **invrows, const uint8_t *used) in vdev_raidz_matrix_reconstruct() argument 1004 cc = missing[j] + rm->rm_firstdatacol; in vdev_raidz_matrix_reconstruct() 1013 ASSERT(ccount >= rm->rm_col[missing[0]].rc_size || i > 0); in vdev_raidz_matrix_reconstruct()
|
| /illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
| H A D | storage.esc | 74 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/test/util-tests/tests/awk/syn/ |
| H A D | readbuf.ok | 6 missing }
|
| /illumos-gate/usr/src/test/i2c-tests/tests/libi2c/ |
| H A D | Makefile | 20 missing-field
|
| /illumos-gate/usr/src/pkg/manifests/ |
| H A D | system-test-nvmetest.p5m | 75 file path=opt/nvme-tests/tests/libnvme/missing-field-destruct.32 mode=0555 76 file path=opt/nvme-tests/tests/libnvme/missing-field-destruct.64 mode=0555 77 file path=opt/nvme-tests/tests/libnvme/missing-field.32 mode=0555 78 file path=opt/nvme-tests/tests/libnvme/missing-field.64 mode=0555
|
| H A D | system-test-i2ctest.p5m | 68 file path=opt/i2c-tests/tests/libi2c/missing-field.32 mode=0555 69 file path=opt/i2c-tests/tests/libi2c/missing-field.64 mode=0555
|
| /illumos-gate/usr/src/ |
| H A D | Makefile.master | 440 CERRWARN += -_gcc=-Wno-missing-braces 443 CERRWARN += -_gcc=-Wno-missing-field-initializers 457 CCERRWARN += -_gcc=-Wno-missing-braces 460 CCERRWARN += -_gcc=-Wno-missing-field-initializers
|
| /illumos-gate/usr/src/test/i2c-tests/runfiles/ |
| H A D | default.run | 74 [/opt/i2c-tests/tests/libi2c/missing-field.32] 75 [/opt/i2c-tests/tests/libi2c/missing-field.64]
|
| /illumos-gate/usr/src/lib/libzutil/common/ |
| H A D | zutil_import.c | 721 nvlist_t *missing; in get_configs() local 722 if (nvlist_alloc(&missing, NV_UNIQUE_NAME, in get_configs() 725 if (nvlist_add_string(missing, in get_configs() 728 nvlist_add_uint64(missing, in get_configs() 730 nvlist_add_uint64(missing, in get_configs() 732 nvlist_free(missing); in get_configs() 735 child[c] = missing; in get_configs()
|
| /illumos-gate/usr/src/grub/grub-0.97/ |
| H A D | Makefile.solaris | 27 install-sh missing mkinstalldirs
|
| H A D | config.status.solaris | 503 s,@ACLOCAL@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run acloca… 504 s,@AUTOCONF@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run autoc… 505 s,@AUTOMAKE@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run autom… 506 s,@AUTOHEADER@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run aut… 507 s,@MAKEINFO@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run makei… 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/sendmail/cf/feature/ |
| H A D | nouucp.m4 | 20 `errprint(`*** ERROR: missing argument for FEATURE(nouucp):
|
| /illumos-gate/usr/src/pkg/etc/ |
| H A D | pkglintrc | 26 pkglint.action005.1.missing-deps = \
|
| /illumos-gate/usr/src/cmd/svc/milestone/ |
| H A D | README.share | 106 run because of missing or corrupt library components, then the affected 112 If the inittab(5) line to invoke svc.startd(8) is missing or incorrect, 117 If svc.startd(8) cannot be run because of missing or corrupt library
|