Lines Matching defs:nvl
78 nvlist_t *nvl;
94 nvl = nvlist_unpack(buf, len, flags);
96 if (nvl == NULL) {
99 *nvlp = nvl;
104 nvlist_copyout(nvlist_ref_t *nref, const nvlist_t *nvl)
111 buf = nvlist_pack(nvl, &len);
133 nref->flags = nvlist_flags(nvl);
144 nvlist_xfer_ioctl(int fd, unsigned long cmd, const nvlist_t *nvl,
152 if (nvl) {
156 buf = nvlist_pack(nvl, &nref.len);
162 nref.flags = nvlist_flags(nvl);
198 nvlist_send_ioctl(int fd, unsigned long cmd, const nvlist_t *nvl)
200 return nvlist_xfer_ioctl(fd, cmd, nvl, NULL);