Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c816 lua_State *state = ri->zri_state; in zcp_eval_impl()
963 lua_settop(ri->zri_state, 0); in zcp_pool_error()
964 (void) lua_pushfstring(ri->zri_state, "Could not open pool: %s", in zcp_pool_error()
966 zcp_convert_return_values(ri->zri_state, ri->zri_outnvl, in zcp_pool_error()
996 VERIFY3U(3, ==, lua_gettop(ri->zri_state)); in zcp_eval_sync()
1011 VERIFY3U(3, ==, lua_gettop(ri->zri_state)); in zcp_eval_open()
1143 runinfo.zri_state = state; in zcp_eval()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzcp.h123 lua_State *zri_state; member