Searched refs:slots_nvl (Results 1 – 1 of 1) sorted by relevance
2745 nvlist_t *slots_nvl, *slot_nvl; in pci_xhci_legacy_config() local2752 slots_nvl = create_relative_config_node(nvl, "slot"); in pci_xhci_legacy_config()2765 slot_nvl = create_relative_config_node(slots_nvl, node_name); in pci_xhci_legacy_config()2784 const nvlist_t *slots_nvl, *slot_nvl; in pci_xhci_parse_devices() local2799 slots_nvl = find_relative_config_node(nvl, "slot"); in pci_xhci_parse_devices()2800 if (slots_nvl == NULL) in pci_xhci_parse_devices()2804 while ((name = nvlist_next(slots_nvl, &type, &cookie)) != NULL) { in pci_xhci_parse_devices()2830 slot_nvl = nvlist_get_nvlist(slots_nvl, name); in pci_xhci_parse_devices()