Searched refs:zcp_nvlist_to_lua (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zcp.h | 168 int zcp_nvlist_to_lua(lua_State *, nvlist_t *, char *, int);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zcp.c | 468 zcp_nvlist_to_lua(lua_State *state, nvlist_t *nvl, in zcp_nvlist_to_lua() function 539 err = zcp_nvlist_to_lua(state, in zcp_nvpair_value_to_lua()
|
H A D | zcp_iter.c | 474 error = zcp_nvlist_to_lua(state, nv, errbuf, sizeof (errbuf)); in zcp_system_props_list()
|
H A D | zcp_synctask.c | 520 (void) zcp_nvlist_to_lua(state, err_details, NULL, 0); in zcp_synctask_wrapper()
|
H A D | zcp_get.c | 333 VERIFY0(zcp_nvlist_to_lua(state, clones, NULL, 0)); in get_special_prop()
|