Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dcac.c67 static struct cac_ccb *cac_ccb_alloc(struct cac_softc *, int);
321 if ((ccb = cac_ccb_alloc(sc, 1)) == NULL) { in cac_cmd()
499 cac_ccb_alloc(struct cac_softc *sc, int nosleep) in cac_ccb_alloc() function