Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dfd.c80 static int fd_strategy(struct buf *);
92 fd_strategy, /* strategy */
1016 return (physio(fd_strategy, NULL, dev, B_READ, minphys, uio)); in fd_read()
1023 return (physio(fd_strategy, NULL, dev, B_WRITE, minphys, uio)); in fd_write()
1033 fd_strategy(struct buf *bp) in fd_strategy() function
1794 rval = physio(fd_strategy, (struct buf *)0, dev, in fd_ioctl()
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c165 static int fd_strategy(struct buf *);
503 fd_strategy, /* strategy */
1697 fd_strategy(register struct buf *bp) in fd_strategy() function
1835 return (physio(fd_strategy, NULL, dev, B_READ, minphys, uio)); in fd_read()
1843 return (physio(fd_strategy, NULL, dev, B_WRITE, minphys, uio)); in fd_write()
2474 err = physio(fd_strategy, NULL, dev, in fd_ioctl()