Searched refs:xdfmin (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | xdf.h | 317 extern void xdfmin(struct buf *bp);
|
H A D | xdf.c | 1151 xdfmin(struct buf *bp) in xdfmin() function 2846 return (physio(xdf_strategy, NULL, dev, B_READ, xdfmin, uiop)); in xdf_read() 2879 return (physio(xdf_strategy, NULL, dev, B_WRITE, xdfmin, uiop)); in xdf_write() 2910 return (aphysio(xdf_strategy, anocancel, dev, B_READ, xdfmin, aiop)); in xdf_aread() 2941 return (aphysio(xdf_strategy, anocancel, dev, B_WRITE, xdfmin, aiop)); in xdf_awrite()
|
/titanic_44/usr/src/uts/i86pc/i86hvm/io/ |
H A D | xdf_shell.c | 461 xdfmin(bp); in xdfs_minphys()
|