Home
last modified time | relevance | path

Searched refs:abd_cmp_buf_off (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dabd.h124 int abd_cmp_buf_off(abd_t *, const void *, size_t, size_t);
163 return (abd_cmp_buf_off(abd, buf, 0, size)); in abd_cmp_buf()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dabd.c883 abd_cmp_buf_off(abd_t *abd, const void *buf, size_t off, size_t size) in abd_cmp_buf_off() function
H A Dvdev_draid.c875 if (abd_cmp_buf_off(rc->rc_abd, zero_buf, skip_off, in vdev_draid_map_verify_empty()