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

Function nvlist_error

freebsd/contrib/libnv/nvlist.c:188–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188int
189nvlist_error(const nvlist_t *nvl)
190{
191
192 if (nvl == NULL)
193 return (ENOMEM);
194
195 NVLIST_ASSERT(nvl);
196
197 return (nvl->nvl_error);
198}
199
200nvpair_t *
201nvlist_get_nvpair_parent(const nvlist_t *nvl)

Callers 15

nvlist_dump_error_checkFunction · 0.85
nvlist_sendFunction · 0.85
nvlist_add_nvpairFunction · 0.85
nvlist_add_stringvFunction · 0.85
nvlist_add_nullFunction · 0.85
nvlist_add_binaryFunction · 0.85
NVLIST_APPEND_ARRAYFunction · 0.85
nvlist_move_stringFunction · 0.85
nvlist_move_nvlistFunction · 0.85
nvlist_move_descriptorFunction · 0.85
nvlist_move_binaryFunction · 0.85
nvlist_move_bool_arrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected