Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dnames.c129 char *v, *d, *cls, *pif; in pci_lookup_name() local
197 cls = id_lookup(a, flags, ID_SUBCLASS, icls >> 8, icls & 0xff, 0, 0); in pci_lookup_name()
198 if (!cls && (cls = id_lookup(a, flags, ID_CLASS, icls >> 8, 0, 0, 0))) in pci_lookup_name()
204 return format_name(buf, size, flags, cls, numbuf, "Class"); in pci_lookup_name()