Searched refs:default_physio (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | copyops.c | 37 return (default_physio(strat, bp, dev, rw, mincnt, uio)); in physio()
|
H A D | vm_subr.c | 131 default_physio(int (*strat)(struct buf *), struct buf *bp, dev_t dev, in default_physio() function
|
H A D | watchpoint.c | 1444 return (default_physio(strat, bp, dev, rw, mincnt, uio)); in watch_physio() 1478 error = default_physio(strat, bp, dev, rw, mincnt, in watch_physio() 1509 error = default_physio(strat, bp, dev, rw, in watch_physio()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | copyops.h | 93 extern int default_physio(int (*)(struct buf *), struct buf *,
|