Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzcp.h49 typedef void (zcp_cleanup_t)(void *); typedef
51 zcp_cleanup_t *zch_cleanup_func;
150 zcp_cleanup_handler_t *zcp_register_cleanup(lua_State *, zcp_cleanup_t, void *);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp.c171 zcp_register_cleanup(lua_State *state, zcp_cleanup_t cleanfunc, void *cleanarg) in zcp_register_cleanup()