Lines Matching defs:state
130 zcp_error_handler(lua_State *state) in zcp_error_handler()
143 zcp_argerror(lua_State *state, int narg, const char *msg, ...) in zcp_argerror()
166 zcp_register_cleanup(lua_State *state, zcp_cleanup_t cleanfunc, void *cleanarg) in zcp_register_cleanup()
179 zcp_deregister_cleanup(lua_State *state, zcp_cleanup_handler_t *zch) in zcp_deregister_cleanup()
191 zcp_cleanup(lua_State *state) in zcp_cleanup()
211 zcp_table_to_nvlist(lua_State *state, int index, int depth) in zcp_table_to_nvlist()
364 zcp_lua_to_nvlist_impl(lua_State *state, int index, nvlist_t *nvl, in zcp_lua_to_nvlist_impl()
415 zcp_lua_to_nvlist(lua_State *state, int index, nvlist_t *nvl, const char *key) in zcp_lua_to_nvlist()
427 zcp_lua_to_nvlist_helper(lua_State *state) in zcp_lua_to_nvlist_helper()
436 zcp_convert_return_values(lua_State *state, nvlist_t *nvl, in zcp_convert_return_values()
468 zcp_nvlist_to_lua(lua_State *state, nvlist_t *nvl, in zcp_nvlist_to_lua()
517 zcp_nvpair_value_to_lua(lua_State *state, nvpair_t *pair, in zcp_nvpair_value_to_lua()
591 zcp_dataset_hold_error(lua_State *state, dsl_pool_t *dp, const char *dsname, in zcp_dataset_hold_error()
620 zcp_dataset_hold(lua_State *state, dsl_pool_t *dp, const char *dsname, in zcp_dataset_hold()
643 zcp_debug(lua_State *state) in zcp_debug()
672 zcp_exists(lua_State *state) in zcp_exists()
773 zcp_lua_counthook(lua_State *state, lua_Debug *ar) in zcp_lua_counthook()
803 zcp_panic_cb(lua_State *state) in zcp_panic_cb()
814 lua_State *state = ri->zri_state; in zcp_eval_impl() local
1035 lua_State *state; in zcp_eval() local
1165 zcp_run_info(lua_State *state) in zcp_run_info()
1215 zcp_args_error(lua_State *state, const char *fname, const zcp_arg_t *pargs, in zcp_args_error()
1286 zcp_parse_table_args(lua_State *state, const char *fname, in zcp_parse_table_args()
1368 zcp_parse_pos_args(lua_State *state, const char *fname, const zcp_arg_t *pargs, in zcp_parse_pos_args()
1416 zcp_parse_args(lua_State *state, const char *fname, const zcp_arg_t *pargs, in zcp_parse_args()