Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
nvlist_t *
170
nvpair_nvlist(const nvpair_t *nvp)
171
{
172
173
NVPAIR_ASSERT(nvp);
174
175
return (nvp->nvp_list);
176
}
177
178
nvpair_t *
179
nvpair_next(const nvpair_t *nvp)
Callers
8
nvlist_get_parent
Function · 0.85
nvlist_xunpack
Function · 0.85
nvlist_next_nvpair
Function · 0.85
nvlist_prev_nvpair
Function · 0.85
NVLIST_APPEND_ARRAY
Function · 0.85
NVLIST_TAKE_ARRAY
Function · 0.85
nvlist_free_nvpair
Function · 0.85
cnvlist_take_binary
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected