Lines Matching defs:state
135 zcp_error_handler(lua_State *state) in zcp_error_handler()
148 zcp_argerror(lua_State *state, int narg, const char *msg, ...) in zcp_argerror()
171 zcp_register_cleanup(lua_State *state, zcp_cleanup_t cleanfunc, void *cleanarg) in zcp_register_cleanup()
184 zcp_deregister_cleanup(lua_State *state, zcp_cleanup_handler_t *zch) in zcp_deregister_cleanup()
196 zcp_cleanup(lua_State *state) in zcp_cleanup()
216 zcp_table_to_nvlist(lua_State *state, int index, int depth) in zcp_table_to_nvlist()
369 zcp_lua_to_nvlist_impl(lua_State *state, int index, nvlist_t *nvl, in zcp_lua_to_nvlist_impl()
420 zcp_lua_to_nvlist(lua_State *state, int index, nvlist_t *nvl, const char *key) in zcp_lua_to_nvlist()
432 zcp_lua_to_nvlist_helper(lua_State *state) in zcp_lua_to_nvlist_helper()
441 zcp_convert_return_values(lua_State *state, nvlist_t *nvl, in zcp_convert_return_values()
473 zcp_nvlist_to_lua(lua_State *state, nvlist_t *nvl, in zcp_nvlist_to_lua()
522 zcp_nvpair_value_to_lua(lua_State *state, nvpair_t *pair, in zcp_nvpair_value_to_lua()
596 zcp_dataset_hold_error(lua_State *state, dsl_pool_t *dp, const char *dsname, in zcp_dataset_hold_error()
625 zcp_dataset_hold(lua_State *state, dsl_pool_t *dp, const char *dsname, in zcp_dataset_hold()
648 zcp_debug(lua_State *state) in zcp_debug()
678 zcp_exists(lua_State *state) in zcp_exists()
774 zcp_lua_counthook(lua_State *state, lua_Debug *ar) in zcp_lua_counthook()
806 zcp_panic_cb(lua_State *state) in zcp_panic_cb()
817 lua_State *state = ri->zri_state; in zcp_eval_impl() local
1043 lua_State *state; in zcp_eval() local
1189 zcp_run_info(lua_State *state) in zcp_run_info()
1239 zcp_args_error(lua_State *state, const char *fname, const zcp_arg_t *pargs, in zcp_args_error()
1310 zcp_parse_table_args(lua_State *state, const char *fname, in zcp_parse_table_args()
1392 zcp_parse_pos_args(lua_State *state, const char *fname, const zcp_arg_t *pargs, in zcp_parse_pos_args()
1440 zcp_parse_args(lua_State *state, const char *fname, const zcp_arg_t *pargs, in zcp_parse_args()