Searched refs:bad_data (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_fm.c | 1253 const abd_t *bad_data, boolean_t drop_if_identical) in zfs_ereport_finish_checksum() argument 1259 good_data, bad_data, report->zcr_length, drop_if_identical); in zfs_ereport_finish_checksum() 1270 (void) report, (void) good_data, (void) bad_data, in zfs_ereport_finish_checksum() 1306 const abd_t *good_data, const abd_t *bad_data, zio_bad_cksum_t *zbc) in zfs_ereport_post_checksum() argument 1329 info = annotate_ecksum(ereport, zbc, good_data, bad_data, length, in zfs_ereport_post_checksum() 1338 (void) length, (void) good_data, (void) bad_data, (void) zbc; in zfs_ereport_post_checksum()
|
| H A D | vdev_raidz.c | 2776 vdev_raidz_checksum_error(zio_t *zio, raidz_col_t *rc, abd_t *bad_data) in vdev_raidz_checksum_error() argument 2793 rc->rc_abd, bad_data, &zbc); in vdev_raidz_checksum_error()
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_rar.c | 2980 goto bad_data; in expand() 3007 goto bad_data; in expand() 3014 goto bad_data; in expand() 3031 goto bad_data; in expand() 3033 goto bad_data; in expand() 3065 goto bad_data; in expand() 3075 goto bad_data; in expand() 3077 goto bad_data; in expand() 3099 goto bad_data; in expand() 3140 bad_data: in expand()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zio.h | 732 const abd_t *good_data, const abd_t *bad_data, boolean_t drop_if_identical); 739 uint64_t length, const abd_t *good_data, const abd_t *bad_data,
|