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

Function nvlist_get_nvpair_parent

freebsd/contrib/libnv/nvlist.c:200–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200nvpair_t *
201nvlist_get_nvpair_parent(const nvlist_t *nvl)
202{
203
204 NVLIST_ASSERT(nvl);
205
206 return (nvl->nvl_parent);
207}
208
209const nvlist_t *
210nvlist_get_parent(const nvlist_t *nvl, void **cookiep)

Callers 2

nvlist_move_nvlistFunction · 0.85
nvpair_move_nvlistFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected