Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp.c814 lua_State *state = ri->zri_state; in zcp_eval_impl()
956 lua_settop(ri->zri_state, 0); in zcp_pool_error()
957 (void) lua_pushfstring(ri->zri_state, "Could not open pool: %s", in zcp_pool_error()
959 zcp_convert_return_values(ri->zri_state, ri->zri_outnvl, in zcp_pool_error()
989 VERIFY3U(3, ==, lua_gettop(ri->zri_state)); in zcp_eval_sync()
1004 VERIFY3U(3, ==, lua_gettop(ri->zri_state)); in zcp_eval_open()
1136 runinfo.zri_state = state; in zcp_eval()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzcp.h122 lua_State *zri_state; member