Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/nvlist_to_lua/
H A Dnvlist_to_lua.c108 nvlist_t *real_outnvl = fnvlist_lookup_nvlist(outnvl, "return"); in test() local
109 real_outnvl = fnvlist_lookup_nvlist(real_outnvl, "output"); in test()
110 if (!nvlist_equal(nvl, real_outnvl)) { in test()