Searched refs:zcp_lua_to_nvlist_impl (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 119 static int zcp_lua_to_nvlist_impl(lua_State *, int, nvlist_t *, const char *, 317 err = zcp_lua_to_nvlist_impl(state, -1, nvl, key, in zcp_table_to_nvlist() 368 zcp_lua_to_nvlist_impl(lua_State *state, int index, nvlist_t *nvl, in zcp_lua_to_nvlist_impl() function 426 if (zcp_lua_to_nvlist_impl(state, index, nvl, key, 0) != 0) in zcp_lua_to_nvlist()
|