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

Function nvpair_create_null

freebsd/contrib/libnv/bsd_nvpair.c:1201–1206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1199}
1200
1201nvpair_t *
1202nvpair_create_null(const char *name)
1203{
1204
1205 return (nvpair_allocv(name, NV_TYPE_NULL, 0, 0, 0));
1206}
1207
1208nvpair_t *
1209nvpair_create_bool(const char *name, bool value)

Callers 2

nvlist_add_nullFunction · 0.85
nvpair_cloneFunction · 0.85

Calls 1

nvpair_allocvFunction · 0.85

Tested by

no test coverage detected