Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/pci/
Dscan.c75 char sub_product_id[16]; in get_module_name_from_pcimap() local
101 strcpy(sub_product_id,"0000"); in get_module_name_from_pcimap()
128 case 4:strcpy(sub_product_id,result); break; in get_module_name_from_pcimap()
138 int int_sub_product_id=hex_to_int(sub_product_id); in get_module_name_from_pcimap()
273 char sub_product_id[5]; in get_name_from_pci_ids() local
303 strlcpy(sub_product_id, "0000", 4); in get_name_from_pci_ids()
327 strlcpy(sub_product_id, "0000", 4); in get_name_from_pci_ids()
361 strlcpy(sub_product_id, "0000", 4); in get_name_from_pci_ids()
394 strlcpy(sub_product_id, &line[7], 4); in get_name_from_pci_ids()
395 sub_product_id[4] = 0; in get_name_from_pci_ids()
[all …]