Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_synctask.c43 dsl_sync_task_common(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task_common() argument
66 dst.dst_checkfunc = checkfunc != NULL ? checkfunc : dsl_null_checkfunc; in dsl_sync_task_common()
123 dsl_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task() argument
127 return (dsl_sync_task_common(pool, checkfunc, syncfunc, arg, in dsl_sync_task()
145 dsl_early_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_early_sync_task() argument
149 return (dsl_sync_task_common(pool, checkfunc, syncfunc, arg, in dsl_early_sync_task()
H A Dzthr.c214 zthr_create(zthr_checkfunc_t *checkfunc, zthr_func_t *func, void *arg) in zthr_create() argument
216 return (zthr_create_timer(checkfunc, func, arg, (hrtime_t)0)); in zthr_create()
225 zthr_create_timer(zthr_checkfunc_t *checkfunc, zthr_func_t *func, in zthr_create_timer() argument
233 t->zthr_checkfunc = checkfunc; in zthr_create_timer()
H A Dzcp_synctask.c67 zcp_sync_task(lua_State *state, dsl_checkfunc_t *checkfunc, in zcp_sync_task() argument
73 err = checkfunc(arg, ri->zri_tx); in zcp_sync_task()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzthr.h40 extern zthr_t *zthr_create(zthr_checkfunc_t checkfunc,
42 extern zthr_t *zthr_create_timer(zthr_checkfunc_t *checkfunc,
/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Dsymbol.c92 checkfunc(void *ptr, void *arg) in checkfunc() function
106 hashtabforeach(htab, checkfunc, &f); in checkundefined()