/illumos-gate/usr/src/cmd/sendmail/db/log/ |
H A D | log_get.c | 221 goto corrupt; 234 goto corrupt; 247 goto corrupt; 253 goto corrupt; 281 goto corrupt; 284 goto corrupt; 300 goto corrupt; 310 corrupt:/*
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | cpmv.c | 148 char corrupt[MAXFULLNAME]; local 150 (void) sprintf(corrupt, "%s/%s", CORRUPTDIR, BASENAME(file, '/')); 151 (void) link(file, corrupt);
|
/illumos-gate/usr/src/cmd/dtrace/test/cmd/baddof/ |
H A D | baddof.c | 55 corrupt(int fd, unsigned char *buf, int len) in corrupt() function 201 corrupt(fd, copy, len); in main()
|
/illumos-gate/usr/src/cmd/format/ |
H A D | analyze.c | 573 int corrupt = 0; in analyze_blocks() local 618 corrupt++; in analyze_blocks() 679 if (corrupt) { in analyze_blocks()
|
/illumos-gate/usr/src/test/elf-tests/tests/groups/strip-groups/ |
H A D | README.md | 2 corrupt the group.
|
/illumos-gate/usr/src/uts/common/inet/ipd/ |
H A D | ipd.c | 279 int dwait, corrupt, drop, rand, off, status; in ipd_hook() local 287 corrupt = ins->ipdn_corrupt; in ipd_hook() 317 if (corrupt != 0 && rand % 100 < corrupt) { in ipd_hook()
|
/illumos-gate/usr/src/test/elf-tests/tests/groups/no-relobj-group-merge/ |
H A D | README.md | 10 containing the same section, where discarding one will corrupt the other.
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 2717 int64_t corrupt; /* corruption offset */ in verify_free() local 2734 if ((corrupt = verify_pattern(buf, cp->cache_verify, in verify_free() 2738 addr, (uintptr_t)addr + corrupt); in verify_free() 2739 goto corrupt; in verify_free() 2747 goto corrupt; in verify_free() 2757 goto corrupt; in verify_free() 2761 corrupt: in verify_free() 2822 goto corrupt; in verify_alloc() 2829 goto corrupt; in verify_alloc() 2836 goto corrupt; in verify_alloc() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 3058 int64_t corrupt; /* corruption offset */ in verify_free() local 3075 if ((corrupt = verify_pattern(buf, cp->cache_verify, in verify_free() 3079 addr, (uintptr_t)addr + corrupt); in verify_free() 3080 goto corrupt; in verify_free() 3092 goto corrupt; in verify_free() 3102 goto corrupt; in verify_free() 3106 corrupt: in verify_free() 3169 goto corrupt; in verify_alloc() 3176 goto corrupt; in verify_alloc() 3183 goto corrupt; in verify_alloc() [all …]
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | README.share | 106 run because of missing or corrupt library components, then the affected 117 If svc.startd(8) cannot be run because of missing or corrupt library
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_capture.c | 321 corrupt(volatile char *pktp, volatile char *pstop, char *buf, in corrupt() function 453 corrupt(pktp, pktp + nhdrp->sbh_msglen, buf, bufstop); in scan()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | setupterm.c | 315 corrupt: in setupterm() 334 goto corrupt; in setupterm()
|
/illumos-gate/usr/src/common/bzip2/ |
H A D | bzlib.c | 991 Bool corrupt; in BZ_API() local 1002 corrupt = unRLE_obuf_to_output_SMALL ( s ); else in BZ_API() 1003 corrupt = unRLE_obuf_to_output_FAST ( s ); in BZ_API() 1004 if (corrupt) return BZ_DATA_ERROR; in BZ_API()
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | libslp.po | 113 msgid "corrupt auth block"
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-3 | 488 3 : Bad or corrupt data while decompressing file 490 internal error. This is usually from a corrupt file. 496 5 : Partition table invalid or corrupt 500 6 : Mismatched or corrupt version of stage1/stage2 502 incompatible or corrupt versions of the stage1 or stage2. It can't 553 corrupt filesystem or bugs in the code handling it in GRUB. 591 disk partition. This generally happens because of a corrupt 741 inconsistency may corrupt your filesystems. What we recommend is:
|
H A D | grub.texi | 3342 @item 3 : Bad or corrupt data while decompressing file 3344 internal error. This is usually from a corrupt file. 3350 @item 5 : Partition table invalid or corrupt 3354 @item 6 : Mismatched or corrupt version of stage1/stage2 3356 or corrupt versions of the stage1 or stage2. It can't detect corruption 3404 not matching what it expects. This is usually caused by a corrupt 3442 partition. This generally happens because of a corrupt filesystem on the 3588 inconsistency may corrupt your filesystems. What we recommend is:
|
H A D | grub.info | 3197 3 : Bad or corrupt data while decompressing file 3199 internal error. This is usually from a corrupt file. 3205 5 : Partition table invalid or corrupt 3209 6 : Mismatched or corrupt version of stage1/stage2 3211 incompatible or corrupt versions of the stage1 or stage2. It can't 3262 corrupt filesystem or bugs in the code handling it in GRUB. 3300 disk partition. This generally happens because of a corrupt 3450 inconsistency may corrupt your filesystems. What we recommend is:
|
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | ZFS.po | 106 …evice listed as FAULTED with 'corrupted data' cannot be opened due\nto a corrupt label. ZFS will … 132 msgstr "The metadata required to open the pool is corrupt. Refer to %s for more information." 148 msgstr "A file or directory could not be read due to corrupt data. Refer to %s for more informatio… 154 …corrupt, and applications\n may have been affected.\naction: Destroy the pool and restore f…
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | main.test | 238 # Try to open a database with a corrupt database file.
|
/illumos-gate/usr/src/cmd/sgs/crle/common/ |
H A D | crle.msg | 113 @ MSG_COR_TRUNC "%s: %s: corrupt file, possible truncation\n"
|
/illumos-gate/usr/src/boot/ |
H A D | README.loader | 124 Note that it is not possible to damage or corrupt your
|
/illumos-gate/usr/src/boot/forth/ |
H A D | menu-commands.4th | 497 \ Redraw the entire screen. A long BE name can corrupt the menu
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate.m4 | 1098 * to guard against corrupt note data. 1631 * to guard against corrupt note data.
|
H A D | xlate64.m4 | 1089 * to guard against corrupt note data. 1669 * to guard against corrupt note data.
|
/illumos-gate/usr/src/cmd/sgs/tools/ |
H A D | SUNWonld-README | 1399 6473571 strip and mcs get confused and corrupt files when passed 1650 3926 multiple extern map file definitions corrupt symbol table entry 1656 4959 completely discarded merged string sections will corrupt output objects
|