Home
last modified time | relevance | path

Searched refs:nvlist_next (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/compat/bhyve/sys/
H A Dnv.h26 nvlist_next(const nvlist_t *nvl, int *type, void **cookie) in nvlist_next() function
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dnvlist.c873 nvlist_next(const uint8_t *ptr) in nvlist_next() function
939 nvlist_next(ptr) - ptr, &nv); in nvlist_find()
955 nvlist_next(ptr) - ptr, &nvlist[i]); in nvlist_find()
958 ptr = nvlist_next(ptr); in nvlist_find()
/illumos-gate/usr/src/cmd/bhyve/
H A Dconfig.c457 while ((name = nvlist_next(nvl, &type, &cookie)) != NULL) { in dump_tree()
H A Dpci_virtio_console.c759 while ((name = nvlist_next(ports_nvl, &type, &cookie)) != in pci_vtcon_init()
H A Dpci_xhci.c2763 while ((name = nvlist_next(slots_nvl, &type, &cookie)) != NULL) { in pci_xhci_parse_devices()