Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dahci.c74 int ahci_port_alloc(struct ahci_softc *, u_int);
275 if (ahci_port_alloc(sc, i) == ENOMEM) in ahci_attach()
481 ahci_port_alloc(struct ahci_softc *sc, u_int port) in ahci_port_alloc() function