Home
last modified time | relevance | path

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

/openbsd/sys/scsi/
H A Dcd.c117 void cdminphys(struct buf *);
665 cdminphys(struct buf *bp) in cdminphys() function
706 return physio(cdstrategy, dev, B_READ, cdminphys, uio); in cdread()
712 return physio(cdstrategy, dev, B_WRITE, cdminphys, uio); in cdwrite()