HomeSort by relevance Sort by last modified time
    Searched refs:pciids_path (Results 1 - 3 of 3) sorted by null

  /external/syslinux/com32/include/sys/
pci.h 148 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/hdt/
hdt-common.c 90 strlcpy(hardware->pciids_path, argv[i] + 7,
91 sizeof(hardware->pciids_path));
92 convert_isolinux_filename(hardware->pciids_path, hardware);
228 memset(hardware->pciids_path, 0, sizeof hardware->pciids_path);
242 strcat(hardware->pciids_path, "pci.ids");
576 get_name_from_pci_ids(hardware->pci_domain, hardware->pciids_path);
583 hardware->pciids_path);
  /external/syslinux/com32/lib/pci/
scan.c 173 int get_class_name_from_pci_ids(struct pci_domain *domain, char *pciids_path)
197 f = zfopen(pciids_path, "r");
266 int get_name_from_pci_ids(struct pci_domain *domain, char *pciids_path)
297 f = zfopen(pciids_path, "r");

Completed in 120 milliseconds