Searched refs:checkfunc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | dsl_synctask.c | 43 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 D | zthr.c | 214 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 D | zcp_synctask.c | 67 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 D | zthr.h | 40 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 D | symbol.c | 92 checkfunc(void *ptr, void *arg) in checkfunc() function 106 hashtabforeach(htab, checkfunc, &f); in checkundefined()
|