Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_ahci.c2344 char *next, *next2, *str, *tofree; in pci_ahci_legacy_config() local
2366 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()