Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp.c120 static int zcp_lua_to_nvlist_impl(lua_State *, int, nvlist_t *, const char *,
318 err = zcp_lua_to_nvlist_impl(state, -1, nvl, key, 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() function
427 if (zcp_lua_to_nvlist_impl(state, index, nvl, key, 0) != 0) in zcp_lua_to_nvlist()