Home
last modified time | relevance | path

Searched refs:interfacepath (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/biosdev/
H A Dbiosdev.c390 bd->interfacepath.pci.bus, in match_edd()
391 bd->interfacepath.pci.device, in match_edd()
392 bd->interfacepath.pci.function); in match_edd()
395 node = search_tree_match_pcibdf(root_node, bd->interfacepath.pci.bus, in match_edd()
396 bd->interfacepath.pci.device, bd->interfacepath.pci.function); in match_edd()
411 bd->interfacepath.pci.channel, in match_edd()
433 bd->interfacepath.pci.channel); in match_edd()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dbiosdisk.h102 interface_path_t interfacepath; member