Home
last modified time | relevance | path

Searched refs:phy_slot (Results 1 – 4 of 4) sorted by relevance

/pciutils/
H A Dlspci.c839 if (p->phy_slot) in show_verbose()
840 printf("\tPhysical Slot: %s\n", p->phy_slot); in show_verbose()
1038 if (p->phy_slot) in show_machine()
1039 printf("PhySlot:\t%s\n", p->phy_slot); in show_machine()
/pciutils/lib/
H A Dsysfs.c328 if (dom == (unsigned)d->domain && bus == d->bus && dev == d->dev && !d->phy_slot) in sysfs_fill_slots()
329 d->phy_slot = pci_set_property(d, PCI_FILL_PHYS_SLOT, entry->d_name); in sysfs_fill_slots()
H A Dpci.h153 char *phy_slot; /* Physical slot */ member
H A Daccess.c186 d->phy_slot = NULL; in pci_reset_properties()