Lines Matching refs:strstr
154 if (strstr(dev->dev_info->linux_kernel_module[i], module_name)) { in get_module_name_from_pcimap()
221 strlcpy(class_name, skipspace(strstr(line, " ")), in get_class_name_from_pci_ids()
240 strlcpy(sub_class_name, skipspace(strstr(line, " ")), in get_class_name_from_pci_ids()
321 strlcpy(vendor, skipspace(strstr(line, " ")), in get_name_from_pci_ids()
352 strlcpy(product, skipspace(strstr(line, " ")), in get_name_from_pci_ids()
383 strlcpy(product, skipspace(strstr(line, " ")), in get_name_from_pci_ids()
385 strlcpy(product, skipspace(strstr(product, " ")), in get_name_from_pci_ids()
630 if ((line[0] == '#') || (strstr(line,"alias pci:v")==NULL)) in get_module_name_from_alias()
655 char *temp = strstr(result,"d"); in get_module_name_from_alias()
662 temp = strstr(result,"sv"); in get_module_name_from_alias()
669 temp = strstr(result,"sd"); in get_module_name_from_alias()
676 temp = strstr(result,"bc"); in get_module_name_from_alias()
714 if (strstr(dev->dev_info->linux_kernel_module[i], module_name)) { in get_module_name_from_alias()