MCPcopy Create free account
hub / github.com/F-Stack/f-stack / nvpair_nvlist

Function nvpair_nvlist

freebsd/contrib/libnv/bsd_nvpair.c:169–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169nvlist_t *
170nvpair_nvlist(const nvpair_t *nvp)
171{
172
173 NVPAIR_ASSERT(nvp);
174
175 return (nvp->nvp_list);
176}
177
178nvpair_t *
179nvpair_next(const nvpair_t *nvp)

Callers 8

nvlist_get_parentFunction · 0.85
nvlist_xunpackFunction · 0.85
nvlist_next_nvpairFunction · 0.85
nvlist_prev_nvpairFunction · 0.85
NVLIST_APPEND_ARRAYFunction · 0.85
NVLIST_TAKE_ARRAYFunction · 0.85
nvlist_free_nvpairFunction · 0.85
cnvlist_take_binaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected