Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 3 of 3) sorted by relevance

/pciutils/lib/
H A Daccess.c77 while (p = d->properties) in pci_free_properties()
79 d->properties = p->next; in pci_free_properties()
237 struct pci_property **pp = &d->properties; in pci_set_property()
267 for (p = d->properties; p; p = p->next) in pci_get_string_property()
H A Dpci.h178 struct pci_property *properties; /* A linked list of extra properties */ member
/pciutils/
H A DChangeLog315 * Library: Introduced a generic mechanism of string properties. This
319 as device properties.