Searched refs:next2 (Results 1 – 1 of 1) sorted by relevance
2344 char *next, *next2, *str, *tofree; in pci_ahci_legacy_config() local2366 next2 = strstr(str, ",cd:"); in pci_ahci_legacy_config()2367 if (next == NULL || (next2 != NULL && next2 < next)) in pci_ahci_legacy_config()2368 next = next2; in pci_ahci_legacy_config()