Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_controller.cpp65 char sName[32]; in Init() local
66 …snprintf(sName, sizeof(sName), "ahci-inst-%u-%u-%u", pciInfo.bus, pciInfo.device, pciInfo.function… in Init()
67 if (find_port(sName) >= 0) { in Init()
72 fInstanceCheck = create_port(1, sName); in Init()