| 1245 | } |
| 1246 | |
| 1247 | nvlist_t * |
| 1248 | nvlist_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 |
| 1255 | int |
nothing calls this directly
no test coverage detected