Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ofw/
H A Dofdisk.c109 static void ofminphys(struct buf *);
113 .d_minphys = ofminphys
335 ofminphys(struct buf *bp) in ofminphys() function
347 return physio(ofdisk_strategy, NULL, dev, B_READ, ofminphys, uio); in ofdisk_read()
353 return physio(ofdisk_strategy, NULL, dev, B_WRITE, ofminphys, uio); in ofdisk_write()