Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/scsipi/
Dcd.c116 struct cdbounce { struct
572 struct cdbounce *bounce = bp->b_private; in cd_bounce_buffer_done()
644 cd_make_bounce(struct cd_softc *cd, struct buf *bp, struct cdbounce **bouncep) in cd_make_bounce()
648 struct cdbounce *bounce; in cd_make_bounce()
654 bounce = malloc(sizeof(struct cdbounce), M_DEVBUF, M_NOWAIT|M_ZERO); in cd_make_bounce()
736 struct cdbounce *bounce = NULL; in cdstrategy()