Searched refs:fd_strategy (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | fd.c | 77 static int fd_strategy(struct buf *); 89 fd_strategy, /* strategy */ 1010 return (physio(fd_strategy, NULL, dev, B_READ, minphys, uio)); in fd_read() 1017 return (physio(fd_strategy, NULL, dev, B_WRITE, minphys, uio)); in fd_write() 1027 fd_strategy(struct buf *bp) in fd_strategy() function 1788 rval = physio(fd_strategy, (struct buf *)0, dev, in fd_ioctl()
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | fd.c | 163 static int fd_strategy(struct buf *); 501 fd_strategy, /* strategy */ 1694 fd_strategy(register struct buf *bp) in fd_strategy() function 1832 return (physio(fd_strategy, NULL, dev, B_READ, minphys, uio)); in fd_read() 1840 return (physio(fd_strategy, NULL, dev, B_WRITE, minphys, uio)); in fd_write() 2471 err = physio(fd_strategy, NULL, dev, in fd_ioctl()
|