Home
last modified time | relevance | path

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

/external/syslinux/com32/hdt/
Dhdt-common.c90 strlcpy(hardware->pciids_path, argv[i] + 7, in detect_parameters()
91 sizeof(hardware->pciids_path)); in detect_parameters()
92 convert_isolinux_filename(hardware->pciids_path, hardware); in detect_parameters()
228 memset(hardware->pciids_path, 0, sizeof hardware->pciids_path); in init_hardware()
242 strcat(hardware->pciids_path, "pci.ids"); in init_hardware()
576 get_name_from_pci_ids(hardware->pci_domain, hardware->pciids_path); in detect_pci()
583 hardware->pciids_path); in detect_pci()
Dhdt-common.h217 char pciids_path[255]; member
/external/syslinux/com32/include/sys/
Dpci.h148 int get_name_from_pci_ids(struct pci_domain *pci_domain, char *pciids_path);
151 int get_class_name_from_pci_ids(struct pci_domain *pci_domain, char *pciids_path);
/external/syslinux/com32/lib/pci/
Dscan.c173 int get_class_name_from_pci_ids(struct pci_domain *domain, char *pciids_path) in get_class_name_from_pci_ids() argument
197 f = zfopen(pciids_path, "r"); in get_class_name_from_pci_ids()
266 int get_name_from_pci_ids(struct pci_domain *domain, char *pciids_path) in get_name_from_pci_ids() argument
297 f = zfopen(pciids_path, "r"); in get_name_from_pci_ids()