Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_ahci.c2346 char *next, *next2, *str, *tofree; in pci_ahci_legacy_config() local
2368 next2 = strstr(str, ",cd:"); in pci_ahci_legacy_config()
2369 if (next == NULL || (next2 != NULL && next2 < next)) in pci_ahci_legacy_config()
2370 next = next2; in pci_ahci_legacy_config()