HomeSort by: relevance | last modified time | path
    Searched defs:ips_ccb_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
ips.c 513 struct ips_ccb *ips_ccb_alloc(struct ips_softc *, int);
726 if ((sc->sc_ccb = ips_ccb_alloc(sc, sc->sc_nccbs)) == NULL) {
1911 ips_ccb_alloc(struct ips_softc *sc, int n) function in typeref:struct:ips_ccb *
ips.c 513 struct ips_ccb *ips_ccb_alloc(struct ips_softc *, int);
726 if ((sc->sc_ccb = ips_ccb_alloc(sc, sc->sc_nccbs)) == NULL) {
1911 ips_ccb_alloc(struct ips_softc *sc, int n) function in typeref:struct:ips_ccb *

Completed in 25 milliseconds