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

Function nvlist_set_parent

freebsd/contrib/libnv/nvlist.c:225–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225void
226nvlist_set_parent(nvlist_t *nvl, nvpair_t *parent)
227{
228
229 NVLIST_ASSERT(nvl);
230
231 nvl->nvl_parent = parent;
232}
233
234void
235nvlist_set_array_next(nvlist_t *nvl, nvpair_t *ele)

Callers 8

nvlist_xunpackFunction · 0.85
nvpair_remove_nvlistFunction · 0.85
nvpair_create_nvlistFunction · 0.85
nvpair_move_nvlistFunction · 0.85
nvpair_move_nvlist_arrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected