Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dabd.h41 typedef int abd_iter_func_t(void *buf, size_t len, void *priv); typedef
80 int abd_iterate_func(abd_t *, size_t, size_t, abd_iter_func_t *, void *);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dabd.c782 abd_iter_func_t *func, void *private) in abd_iterate_func()