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

Function nvlist_unpack

freebsd/contrib/libnv/nvlist.c:1247–1252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1245}
1246
1247nvlist_t *
1248nvlist_unpack(const void *buf, size_t size, int flags)
1249{
1250
1251 return (nvlist_xunpack(buf, size, NULL, 0, flags));
1252}
1253
1254#ifndef _KERNEL
1255int

Callers

nothing calls this directly

Calls 1

nvlist_xunpackFunction · 0.70

Tested by

no test coverage detected