Searched refs:checkfunc (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dsl_synctask.c | 34 dsl_sync_task_common(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task_common() argument 57 dst.dst_checkfunc = checkfunc != NULL ? checkfunc : dsl_null_checkfunc; in dsl_sync_task_common() 126 dsl_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task() argument 130 return (dsl_sync_task_common(pool, checkfunc, syncfunc, NULL, arg, in dsl_sync_task() 148 dsl_early_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_early_sync_task() argument 152 return (dsl_sync_task_common(pool, checkfunc, syncfunc, NULL, arg, in dsl_early_sync_task() 161 dsl_sync_task_sig(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task_sig() argument 165 return (dsl_sync_task_common(pool, checkfunc, syncfunc, sigfunc, arg, in dsl_sync_task_sig()
|
| H A D | zthr.c | 272 zthr_create(const char *zthr_name, zthr_checkfunc_t *checkfunc, in zthr_create() argument 275 return (zthr_create_timer(zthr_name, checkfunc, in zthr_create() 285 zthr_create_timer(const char *zthr_name, zthr_checkfunc_t *checkfunc, in zthr_create_timer() argument 295 t->zthr_checkfunc = checkfunc; in zthr_create_timer()
|
| H A D | zcp_synctask.c | 80 zcp_sync_task(lua_State *state, dsl_checkfunc_t *checkfunc, in zcp_sync_task() argument 86 err = checkfunc(arg, ri->zri_tx); in zcp_sync_task()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zthr.h | 25 zthr_checkfunc_t checkfunc, zthr_func_t *func, void *arg, 28 zthr_checkfunc_t *checkfunc, zthr_func_t *func, void *arg,
|
| /freebsd/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()
|
| /freebsd/contrib/lyaml/build-aux/ |
| H A D | luke | 237 …end)end},{checkfunc=function(L,env,config)checking(L,'for',config.checkfunc)return found_result(L,…
|