HomeSort by relevance Sort by last modified time
    Searched defs:fd_strategy (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/io/
fd.c 77 static int fd_strategy(struct buf *);
89 fd_strategy, /* strategy */
1010 return (physio(fd_strategy, NULL, dev, B_READ, minphys, uio));
1017 return (physio(fd_strategy, NULL, dev, B_WRITE, minphys, uio));
1021 * fd_strategy
1027 fd_strategy(struct buf *bp) function
1034 (CE_CONT, "fd_strategy: bp = 0x%p, dev = 0x%lx\n",
1110 * called from fd_strategy() or from fdXXXX() to setup and
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun/io/
fd.c 164 static int fd_strategy(struct buf *);
502 fd_strategy, /* strategy */
1695 fd_strategy(register struct buf *bp) function
    [all...]

Completed in 3599 milliseconds