Searched refs:corrupt (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_get.c221 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 Dcpmv.c148 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 Dbaddof.c55 corrupt(int fd, unsigned char *buf, int len) function
123 * Pick a random bit and corrupt it.
201 corrupt(fd, copy, len);
/illumos-gate/usr/src/cmd/format/
H A Danalyze.c262 * Mark the pattern buffer as corrupt, since it
318 * corrupt so it will get reinitialized.
353 * corrupt and see if it was media
377 * Mark the pattern buffer corrupt to be safe.
590 int corrupt = 0; local
612 * of scanning that corrupt the disk data then restore it at
631 * If the disk data was valid, mark it corrupt so we know
635 corrupt++;
696 if (corrupt) {
/illumos-gate/usr/src/uts/common/inet/ipd/
H A Dipd.c229 int ipdn_corrupt; /* corrupt percentage */
272 * - corrupt
279 int dwait, corrupt, drop, rand, off, status; local
287 corrupt = ins->ipdn_corrupt;
317 if (corrupt != 0 && rand % 100 < corrupt) {
319 * Since we're corrupting the mblk, just corrupt everything in
320 * the chain. While we could corrupt the entire packet, that's a
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dsetupterm.c317 corrupt:
336 goto corrupt;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c295 * corrupt: simulate packet corruption for debugging interpreters
298 corrupt(volatile char *pktp, volatile char *pstop, char *buf, function
354 * Global error recocery: Prepare to continue when a corrupt
430 corrupt(pktp, pktp + nhdrp->sbh_msglen, buf, bufstop);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1498 * slab, validate that it's not corrupt, and add to
1507 mdb_warn("found corrupt bufctl ptr %p"
2934 * Guard against bogus bc_depth in case the bufctl is corrupt or
3057 int64_t corrupt; /* corruption offset */ local
3074 if ((corrupt = verify_pattern(buf, cp->cache_verify,
3078 addr, (uintptr_t)addr + corrupt);
3079 goto corrupt;
3090 "have a corrupt redzone pattern\n", addr);
3091 goto corrupt;
3099 mdb_printf("buffer %p (free) has a corrupt "
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1447 * slab, validate that it's not corrupt, and add to
1456 mdb_warn("found corrupt bufctl ptr %p"
2575 * Guard against bogus bc_depth in case the bufctl is corrupt or
2717 int64_t corrupt; /* corruption offset */ local
2734 if ((corrupt = verify_pattern(buf, cp->cache_verify,
2738 addr, (uintptr_t)addr + corrupt);
2739 goto corrupt;
2746 "have a corrupt redzone pattern\n", addr);
2747 goto corrupt;
2755 mdb_printf("buffer %p (free) has a corrupt "
[all...]
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c731 /* Only caused by corrupt data stream? */
804 /* Only caused by corrupt data stream? */
901 /* Only caused by corrupt data stream? */
950 /* Only caused by corrupt data stream? */
982 Bool corrupt; local
993 corrupt = unRLE_obuf_to_output_SMALL ( s ); else
994 corrupt = unRLE_obuf_to_output_FAST ( s );
995 if (corrupt) return BZ_DATA_ERROR;

Completed in 93 milliseconds