Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dabd.c846 struct buf_arg *ba_ptr = private; in abd_copy_to_buf_off_cb() local
848 (void) memcpy(ba_ptr->arg_buf, buf, size); in abd_copy_to_buf_off_cb()
849 ba_ptr->arg_buf = (char *)ba_ptr->arg_buf + size; in abd_copy_to_buf_off_cb()
860 struct buf_arg ba_ptr = { buf }; in abd_copy_to_buf_off() local
863 &ba_ptr); in abd_copy_to_buf_off()
870 struct buf_arg *ba_ptr = private; in abd_cmp_buf_off_cb() local
872 ret = memcmp(buf, ba_ptr->arg_buf, size); in abd_cmp_buf_off_cb()
873 ba_ptr->arg_buf = (char *)ba_ptr->arg_buf + size; in abd_cmp_buf_off_cb()
884 struct buf_arg ba_ptr = { (void *) buf }; in abd_cmp_buf_off() local
886 return (abd_iterate_func(abd, off, size, abd_cmp_buf_off_cb, &ba_ptr)); in abd_cmp_buf_off()
[all …]