Searched refs:zcp_lua_to_nvlist_impl (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zcp.c | 115 static int zcp_lua_to_nvlist_impl(lua_State *, int, nvlist_t *, const char *, 313 err = zcp_lua_to_nvlist_impl(state, -1, nvl, key, 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() function 422 if (zcp_lua_to_nvlist_impl(state, index, nvl, key, 0) != 0) in zcp_lua_to_nvlist()
|