Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dcac.c109 struct cac_ccb *cac_ccb_alloc(struct cac_softc *, int);
325 if ((ccb = cac_ccb_alloc(sc, 0)) == NULL) { in cac_cmd()
487 cac_ccb_alloc(struct cac_softc *sc, int nosleep) in cac_ccb_alloc() function