Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dabd.c821 void *arg_buf; member
829 (void) memcpy(ba_ptr->arg_buf, buf, size); in abd_copy_to_buf_off_cb()
830 ba_ptr->arg_buf = (char *)ba_ptr->arg_buf + size; in abd_copy_to_buf_off_cb()
853 ret = memcmp(buf, ba_ptr->arg_buf, size); in abd_cmp_buf_off_cb()
854 ba_ptr->arg_buf = (char *)ba_ptr->arg_buf + size; in abd_cmp_buf_off_cb()
875 (void) memcpy(buf, ba_ptr->arg_buf, size); in abd_copy_from_buf_off_cb()
876 ba_ptr->arg_buf = (char *)ba_ptr->arg_buf + size; in abd_copy_from_buf_off_cb()