HomeSort by: relevance | last modified time | path
    Searched defs:ofminphys (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ofw/
ofdisk.c 109 static void ofminphys(struct buf *);
113 .d_minphys = ofminphys
335 ofminphys(struct buf *bp) function in typeref:typename:void
347 return physio(ofdisk_strategy, NULL, dev, B_READ, ofminphys, uio);
353 return physio(ofdisk_strategy, NULL, dev, B_WRITE, ofminphys, uio);

Completed in 12 milliseconds