Searched refs:bad_data (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_fm.c | 1263 const abd_t *bad_data, boolean_t drop_if_identical) in zfs_ereport_finish_checksum() argument 1269 good_data, bad_data, report->zcr_length, drop_if_identical); in zfs_ereport_finish_checksum() 1280 (void) report, (void) good_data, (void) bad_data, in zfs_ereport_finish_checksum() 1316 const abd_t *good_data, const abd_t *bad_data, zio_bad_cksum_t *zbc) in zfs_ereport_post_checksum() argument 1339 info = annotate_ecksum(ereport, zbc, good_data, bad_data, length, in zfs_ereport_post_checksum() 1348 (void) length, (void) good_data, (void) bad_data, (void) zbc; in zfs_ereport_post_checksum()
|
| H A D | vdev_raidz.c | 2740 vdev_raidz_checksum_error(zio_t *zio, raidz_col_t *rc, abd_t *bad_data) in vdev_raidz_checksum_error() argument 2757 rc->rc_abd, bad_data, &zbc); in vdev_raidz_checksum_error()
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_rar.c | 2977 goto bad_data; in expand() 3004 goto bad_data; in expand() 3011 goto bad_data; in expand() 3028 goto bad_data; in expand() 3030 goto bad_data; in expand() 3062 goto bad_data; in expand() 3072 goto bad_data; in expand() 3074 goto bad_data; in expand() 3096 goto bad_data; in expand() 3137 bad_data: in expand()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zio.h | 730 const abd_t *good_data, const abd_t *bad_data, boolean_t drop_if_identical); 737 uint64_t length, const abd_t *good_data, const abd_t *bad_data,
|