/titanic_41/usr/src/uts/i86pc/os/ |
H A D | mp_startup.c | 800 uint_t missing = 0; in workaround_errata() local 816 missing++; in workaround_errata() 831 missing++; in workaround_errata() 846 missing++; in workaround_errata() 871 missing++; in workaround_errata() 886 missing++; in workaround_errata() 903 missing++; in workaround_errata() 923 missing++; in workaround_errata() 929 missing++; in workaround_errata() 966 missing++; in workaround_errata() [all …]
|
/titanic_41/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 …]
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_config.c | 239 boolean_t missing = B_FALSE; in zpool_get_features() local 241 error = zpool_refresh_stats(zhp, &missing); in zpool_get_features() 243 if (error != 0 || missing) in zpool_get_features() 262 zpool_refresh_stats(zpool_handle_t *zhp, boolean_t *missing) in zpool_refresh_stats() argument 269 *missing = B_FALSE; in zpool_refresh_stats() 296 *missing = B_TRUE; in zpool_refresh_stats()
|
H A D | libzfs_import.c | 687 nvlist_t *missing; in get_configs() local 688 if (nvlist_alloc(&missing, NV_UNIQUE_NAME, in get_configs() 691 if (nvlist_add_string(missing, in get_configs() 694 nvlist_add_uint64(missing, in get_configs() 696 nvlist_add_uint64(missing, in get_configs() 698 nvlist_free(missing); in get_configs() 701 child[c] = missing; in get_configs()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | priv_str_xlate.c | 221 int presentbasic, missingbasic, present, missing; in __priv_set_to_str() local 247 missing = d->pd_nprivs - present; in __priv_set_to_str() 256 if (count >= 1 + missing) { in __priv_set_to_str() 258 count = 1 + missing; in __priv_set_to_str()
|
/titanic_41/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…
|
/titanic_41/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{
|
/titanic_41/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
|
H A D | README | 2 provide important bootloader features that are missing from typical
|
/titanic_41/usr/src/cmd/sendmail/cf/feature/ |
H A D | nouucp.m4 | 20 `errprint(`*** ERROR: missing argument for FEATURE(nouucp):
|
H A D | dnsbl.m4 | 19 `errprint(`*** ERROR: missing argument for FEATURE(`dnsbl')')')
|
H A D | access_db.m4 | 30 … `errprint(`*** WARNING: missing -T'_ATMPF_` in argument of FEATURE(`access_db',' defn(`_ARG_')`)
|
H A D | enhdnsbl.m4 | 14 `errprint(`*** ERROR: missing argument for FEATURE(`enhdnsbl')')')
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | vdev_raidz.c | 1118 vdev_raidz_matrix_invert(raidz_map_t *rm, int n, int nmissing, int *missing, in vdev_raidz_matrix_invert() argument 1163 for (j = 0; j < missing[i]; j++) { in vdev_raidz_matrix_invert() 1166 ASSERT3U(rows[i][missing[i]], !=, 0); in vdev_raidz_matrix_invert() 1172 log = 255 - vdev_raidz_log2[rows[i][missing[i]]]; in vdev_raidz_matrix_invert() 1183 ASSERT3U(rows[ii][missing[i]], !=, 0); in vdev_raidz_matrix_invert() 1185 log = vdev_raidz_log2[rows[ii][missing[i]]]; in vdev_raidz_matrix_invert() 1202 if (j == missing[i]) { in vdev_raidz_matrix_invert() 1213 int *missing, uint8_t **invrows, const uint8_t *used) in vdev_raidz_matrix_reconstruct() argument 1249 cc = missing[j] + rm->rm_firstdatacol; in vdev_raidz_matrix_reconstruct() 1258 ASSERT(ccount >= rm->rm_col[missing[0]].rc_size || i > 0); in vdev_raidz_matrix_reconstruct()
|
/titanic_41/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(4) line to invoke svc.startd(1M) is missing or incorrect, 117 If svc.startd(1M) cannot be run because of missing or corrupt library
|
/titanic_41/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | NOMAXKEY.dict | 31 # is missing the required "maxkey" property.
|
H A D | NONAME.dict | 31 # is missing the required "name" property.
|
H A D | NOVERS.dict | 31 # is missing the required "version" property.
|
/titanic_41/usr/src/cmd/vgrind/ |
H A D | vgrind_ksh.po | 39 msgid "vgrind: missing argument to option %s"
|
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | Server_en.properties | 156 ssim_ssttable_botch = Scope/service type table missing entry for service type ``{0}'''', scope ``{1… 157 ssim_ssttable_lang_botch = Scope/service type lang table missing entry for locale ``{0}'''' in serv… 173 par_init_par = Query missing initial parenthesis 175 par_final_par = Query missing final parenthesis 187 srq_stype_missing = Service request is missing service type
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 153 or missing realpath implementations for sftp-server. 239 - (stevesk) rijndael.c: cleanup missing declaration warnings. 450 add missing .El against .Bl. 453 missing close; ok theo 686 missing free, reorder 762 Insert more missing .El directives. Our troff really should identify 866 - (djm) Autoconf logic to define sa_family_t if it is missing 870 missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL 901 sshconnect2.c missing free; nuke old comment 929 missing atomicio, typo [all …]
|
/titanic_41/usr/src/stand/lib/fakeboot/ |
H A D | llib-lfakeboot | 31 * lint libraries that should contain these symbols are either missing or
|
/titanic_41/usr/src/lib/libfakekernel/common/ |
H A D | mapfile-vers | 150 #rw_iswriter; # missing, but not currently needed
|
/titanic_41/usr/src/cmd/cmd-crypto/scripts/ |
H A D | r.kcfconf | 56 echo "$0: missing Start or End delimiters for $PKGINST in \
|