Searched refs:checkfunc (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dsl_synctask.c | 44 dsl_sync_task_common(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task_common() argument 67 dst.dst_checkfunc = checkfunc != NULL ? checkfunc : dsl_null_checkfunc; in dsl_sync_task_common() 136 dsl_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task() argument 140 return (dsl_sync_task_common(pool, checkfunc, syncfunc, NULL, arg, in dsl_sync_task() 158 dsl_early_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_early_sync_task() argument 162 return (dsl_sync_task_common(pool, checkfunc, syncfunc, NULL, arg, in dsl_early_sync_task() 171 dsl_sync_task_sig(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task_sig() argument 175 return (dsl_sync_task_common(pool, checkfunc, syncfunc, sigfunc, arg, in dsl_sync_task_sig()
|
| H A D | zthr.c | 276 zthr_create(const char *zthr_name, zthr_checkfunc_t *checkfunc, in zthr_create() argument 279 return (zthr_create_timer(zthr_name, checkfunc, in zthr_create() 289 zthr_create_timer(const char *zthr_name, zthr_checkfunc_t *checkfunc, in zthr_create_timer() argument 299 t->zthr_checkfunc = checkfunc; in zthr_create_timer()
|
| H A D | zcp_synctask.c | 84 zcp_sync_task(lua_State *state, dsl_checkfunc_t *checkfunc, in zcp_sync_task() argument 90 err = checkfunc(arg, ri->zri_tx); in zcp_sync_task()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zthr.h | 29 zthr_checkfunc_t checkfunc, zthr_func_t *func, void *arg, 32 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,…
|