Searched refs:checkfunc (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dsymbol.c94 checkfunc(void *ptr, void *arg) function
108 hashtabforeach(htab, checkfunc, &f);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_synctask.c46 * The checkfunc will be called from open context as a preliminary check
48 * syncing context. The checkfunc should generally be designed to work
55 * call to the checkfunc, and then held for write from syncing context during
66 dsl_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, argument
89 dst.dst_checkfunc = checkfunc != NULL ? checkfunc : dsl_null_checkfunc;
177 * Check for errors by calling checkfunc.

Completed in 126 milliseconds