/illumos-gate/usr/src/lib/scsi/libscsi/common/ |
H A D | scsi_status.c | 124 { 0x0c, 0x01, "write error - recovered with auto reallocation" }, 185 { 0x17, 0x00, "recovered data with no error correction" }, 186 { 0x17, 0x01, "recovered data with retries" }, 187 { 0x17, 0x02, "recovered data with positive head offset" }, 188 { 0x17, 0x03, "recovered data with negative head offset" }, 189 { 0x17, 0x04, "recovered data with retries and/or CIRC applied" }, 190 { 0x17, 0x05, "recovered data using previous sector id" }, 191 { 0x17, 0x06, "recovered data without ECC - data auto-reallocated" }, 192 { 0x17, 0x07, "recovered data without ECC - recommend reassignment" }, 193 { 0x17, 0x08, "recovered data without ECC - recommend rewrite" }, [all …]
|
/illumos-gate/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 556 * the data, and plaintext cannot be recovered from the 571 * data, and plaintext cannot be recovered from the signature. 587 * and plaintext cannot be recovered from the signature. 613 * the data can be recovered from the signature. 626 * data can be recovered from the signature. 645 * cannot be recovered from the signature (e.g. DSA). 659 * cannot be recovered from the signature. 675 * and plaintext cannot be recovered from the signature. 701 * operation, where the data is recovered from the signature. 714 * operation, where the data is recovered from the signature.
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | suspend.c | 534 * Returns zero on success, non-zero on failure. Sets the recovered argument 536 * failure--if callbacks were successfully undone, *recovered is set to B_TRUE, 537 * otherwise *recovered is set to B_FALSE. Must be called successfully before 542 suspend_pre(char *error_reason, size_t max_reason_len, boolean_t *recovered) in suspend_pre() argument 546 ASSERT(recovered != NULL); in suspend_pre() 555 *recovered = B_TRUE; in suspend_pre() 566 if (rv != 0 && recovered != NULL) in suspend_pre() 567 *recovered = B_TRUE; in suspend_pre()
|
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi_uscsi.c | 192 { 0x0c, 0x01, "write error - recovered with auto reallocation" }, 253 { 0x17, 0x00, "recovered data with no error correction" }, 254 { 0x17, 0x01, "recovered data with retries" }, 255 { 0x17, 0x02, "recovered data with positive head offset" }, 256 { 0x17, 0x03, "recovered data with negative head offset" }, 257 { 0x17, 0x04, "recovered data with retries and/or CIRC applied" }, 258 { 0x17, 0x05, "recovered data using previous sector id" }, 259 { 0x17, 0x06, "recovered data without ECC - data auto-reallocated" }, 260 { 0x17, 0x07, "recovered data without ECC - recommend reassignment" }, 261 { 0x17, 0x08, "recovered data without ECC - recommend rewrite" }, [all …]
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_callbacks.c | 306 * Notify the NDMP client that the specified file was recovered. 310 * name (input) - name of recovered file. 311 * error (input) - 0 if file successfully recovered. 585 * Notify the NDMP client that the specified file was recovered. 589 * name (input) - name of recovered file. 591 * error (input) - 0 if file successfully recovered. 769 * Notify the NDMP client that the specified file was recovered. 773 * name (input) - name of recovered file. 775 * error (input) - 0 if file successfully recovered.
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/ |
H A D | send-c_verify_contents.ksh | 26 # 2. Verify all the datasets and data can be recovered in POOL2 28 # 4. Verify all the data can be recovered, too
|
H A D | rsend_001_pos.ksh | 40 # 2. Verify all the datasets and data can be recovered in POOL2 42 # 4. Verify all the data can be recovered, too
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
H A D | disk.esc | 74 event upset.io.scsi.cmd.disk.recovered@P; 89 event ereport.io.scsi.cmd.disk.recovered@P, discard_if_config_unknown=1; 166 prop upset.io.scsi.cmd.disk.recovered@P-> 167 ereport.io.scsi.cmd.disk.recovered@P;
|
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | FMD.po | 112 msgstr "Performance degradation of the system due to the original fault may have been recovered." 128 msgstr "Performance degradation of the system due to the original fault may have been recovered." 144 msgstr "Performance degradation of the system due to the original fault has been recovered."
|
H A D | PCIEX.po | 307 msgstr "Too many recovered internal errors have been detected within the specified PCIEX device. Th… 323 msgstr "Too many recovered bus errors have been detected, which indicates a problem with the specif… 339 msgstr "Too many recovered bus errors have been detected, which indicates a problem with the specif… 355 msgstr "Too many recovered errors have been detected, which indicates a problem with the specified …
|
/illumos-gate/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_subr.c | 556 0x0c, 0x01, "write error - recovered with auto reallocation", 617 0x17, 0x00, "recovered data with no error correction", 618 0x17, 0x01, "recovered data with retries", 619 0x17, 0x02, "recovered data with positive head offset", 620 0x17, 0x03, "recovered data with negative head offset", 621 0x17, 0x04, "recovered data with retries and/or CIRC applied", 622 0x17, 0x05, "recovered data using previous sector id", 623 0x17, 0x06, "recovered data without ECC - data auto-reallocated", 624 0x17, 0x07, "recovered data without ECC - recommend reassignment", 625 0x17, 0x08, "recovered data without ECC - recommend rewrite", [all …]
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | us3_cheetah.c | 167 int recovered = 0; in send_mondo_set() local 244 recovered == 0) { in send_mondo_set() 250 recovered++; in send_mondo_set() 319 * Clear recovered because we are sending to in send_mondo_set() 322 recovered = 0; in send_mondo_set()
|
H A D | us3_cheetahplus.c | 174 int recovered = 0; in send_mondo_set() local 251 recovered == 0) { in send_mondo_set() 257 recovered++; in send_mondo_set() 326 * Clear recovered because we are sending to in send_mondo_set() 329 recovered = 0; in send_mondo_set()
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | exrecover.c | 63 * been recovered, but should suffice for most cases. 234 * Now if there were any lines in the recovered file in main() 244 * syncs the new recovered buffer; i.e. for an instant here in main() 246 * is gone, but the editor hasn't completed reading the recovered in main() 564 * Given a candidate file to be recovered, see
|
/illumos-gate/usr/src/common/crypto/padding/ |
H A D | pkcs1.c | 113 * 'padbuf' points to the recovered message. Strip off the padding and 124 /* Check to see if the recovered data is padded is 0x0002 or 0x0001. */ in pkcs1_decode()
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softRSA.c | 355 * to hold the recovered data. in soft_rsa_decrypt_common() 684 * recovered data, then compare the recovered data with in soft_rsa_verify_common() 709 * recovered plain_data, then compare the input data in soft_rsa_verify_common() 710 * with the recovered data. in soft_rsa_verify_common() 1209 * recovered data. in soft_rsa_verify_recover()
|
/illumos-gate/usr/src/uts/common/sys/dktp/ |
H A D | dadkio.h | 129 #define DERR_RECOVER 14 /* Recovered from error */ 225 #define DADKIO_STAT_SOFT_ERROR 10 /* data recovered via ECC */
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | suspend.h | 33 boolean_t *recovered);
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | wtmpfix.c | 355 * and dropped back to INRANGE_PASS when we have recovered alignment. in scanfile() 358 boolean_t recovered = B_FALSE; /* true after a successful recovery */ in scanfile() local 438 recovered = B_TRUE; in scanfile() 521 } else if (recovered == B_TRUE) { in scanfile()
|
/illumos-gate/usr/src/man/man4p/ |
H A D | arp.4p | 407 \fBRecovered address %d.%d.%d.%d on %s.\fR 411 An interface with a previously-conflicting IP address has been recovered
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | platsvc.c | 605 boolean_t recovered = B_TRUE; in ps_suspend_sequence() local 621 &recovered); in ps_suspend_sequence() 629 rec_result = (recovered ? DOMAIN_SUSPEND_REC_SUCCESS : in ps_suspend_sequence()
|
/illumos-gate/usr/src/tools/smatch/src/gvpr/ |
H A D | subg-fwd | 63 e = edge(copy(sg, e.tail), $, "recovered"); // clone should work here, but doesn't
|
/illumos-gate/usr/src/man/man8/ |
H A D | addbadsec.8 | 32 might have to be recovered from a backup.
|
/illumos-gate/usr/src/man/man3pam/ |
H A D | pam_chauthtok.3pam | 92 Authentication information cannot be recovered.
|
/illumos-gate/usr/src/uts/sun/sys/dada/targets/ |
H A D | dadpriv.h | 113 #define DADKIO_STAT_SOFT_ERROR 10 /* data recovered via ECC */
|