Searched refs:nvlist_next (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/compat/bhyve/sys/ |
H A D | nv.h | 26 nvlist_next(const nvlist_t *nvl, int *type, void **cookie) in nvlist_next() function
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | nvlist.c | 873 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/common/ |
H A D | config.c | 456 while ((name = nvlist_next(nvl, &type, &cookie)) != NULL) { in dump_tree()
|
H A D | pci_virtio_console.c | 758 while ((name = nvlist_next(ports_nvl, &type, &cookie)) != in pci_vtcon_init()
|
H A D | pci_xhci.c | 2804 while ((name = nvlist_next(slots_nvl, &type, &cookie)) != NULL) { in pci_xhci_parse_devices()
|