Home
last modified time | relevance | path

Searched refs:zcp_cleanup_t (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDzcp.h48 typedef void (zcp_cleanup_t)(void *); typedef
50 zcp_cleanup_t *zch_cleanup_func;
150 zcp_cleanup_handler_t *zcp_register_cleanup(lua_State *, zcp_cleanup_t, void *);
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDzcp.c170 zcp_register_cleanup(lua_State *state, zcp_cleanup_t cleanfunc, void *cleanarg) in zcp_register_cleanup()