Searched refs:physio (Results 1 - 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/uts/common/os/
H A Dcopyops.c34 physio(int (*strat)(struct buf *), struct buf *bp, dev_t dev, function
/illumos-gate/usr/src/uts/common/sys/
H A Dsysinfo.h142 int physio; /* XXX: UNUSED */ member in struct:cpu_syswait
H A Dsunddi.h437 extern int physio(int (*)(struct buf *), struct buf *, dev_t,
1844 #define uiophysio physio
/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_raw.c484 return (physio(_raw_strategy, 0, fd, B_READ, minphys, uiop));
492 return (physio(_raw_strategy, 0, fd, B_WRITE, minphys, uiop));
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/
H A Dpv_cmdk.c445 status = physio(xdfs_strategy, bp, dev, rw, xdfs_minphys, &auio);
/illumos-gate/usr/src/uts/common/io/
H A Dramdisk.c1164 return (physio(rd_strategy, NULL, dev, B_READ, rd_minphys, uiop));
1178 return (physio(rd_strategy, NULL, dev, B_WRITE, rd_minphys, uiop));
H A Dfd.c1010 return (physio(fd_strategy, NULL, dev, B_READ, minphys, uio));
1017 return (physio(fd_strategy, NULL, dev, B_WRITE, minphys, uio));
1788 rval = physio(fd_strategy, (struct buf *)0, dev,
H A Dlofi.c1749 return (physio(lofi_strategy, NULL, dev, B_READ, minphys, uio));
1759 return (physio(lofi_strategy, NULL, dev, B_WRITE, minphys, uio));
H A Dfssnap.c630 * reads data from the snapshot by calling snap_strategy() through physio()
646 return (physio(snap_strategy, NULL, dev, B_READ, minphys, uiop));
/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dmdtrans.c721 return (physio(mdstrategy, NULL, dev, B_READ, minphys, uio));
745 return (physio(mdstrategy, NULL, dev, B_WRITE, minphys, uio));
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd.c278 unsigned md_maxbcount = 0; /* maximum physio size in bytes */
416 if (md_maxbcount == 0) /* maximum physio size in bytes */
1685 return (physio(mdstrategy, NULL, dev, B_READ, md_minphys, uio));
1753 return (physio(mdstrategy, NULL, dev, B_WRITE, md_minphys, uio));
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c1119 return (physio(bd_strategy, NULL, dev, B_READ, bd_minphys, uio));
1126 return (physio(bd_strategy, NULL, dev, B_WRITE, bd_minphys, uio));
/illumos-gate/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c683 return (physio(usbskel_strategy, NULL, dev, B_READ,
690 * Called through physio to setup and start the transfer.
766 * to release physio from its wait.
810 * buffer passed by physio, to get it back to user.
869 * buffer passed by physio, to get it back to user.
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzvol.c1399 error = physio(zvol_strategy, NULL, dev, B_READ,
1446 error = physio(zvol_strategy, NULL, dev, B_WRITE,
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c773 * It's possible to have outstanding commands through the physio
1696 return (physio(dcdstrategy, (struct buf *)0, dev, B_READ, dcdmin, uio));
1745 return (physio(dcdstrategy, (struct buf *)0, dev, B_WRITE, dcdmin,
3684 * If we are going to do actual I/O, let physio do all the
3707 * Let physio do the rest...
3711 err = physio(dcdstrategy, bp, devp, rw, dcdudcdmin, uio);
3714 * We have to mimic what physio would do here.
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c67 * have to be redone such that fdrawioctl calls physio after
1832 return (physio(fd_strategy, NULL, dev, B_READ, minphys, uio));
1840 return (physio(fd_strategy, NULL, dev, B_WRITE, minphys, uio));
2470 (C, "fd_ioctl: call physio\n"));
2471 err = physio(fd_strategy, NULL, dev,
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c2340 * EIO - scsi_reset() failed, or see biowait()/physio() codes.
2342 * return code of biowait(9F) or physio(9F):
2410 * If we're going to do actual I/O, let physio do all the right things.
2428 * physio() will block here until the command completes....
2430 rval = physio(strat, bp, dev,
2435 * We have to mimic that physio would do here! Argh!
/illumos-gate/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c1217 * Call physio to do the transfer. physio will
1221 rval = physio(usbprn_strategy, (struct buf *)0, dev,
1606 * breakup by physio
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c1760 /* Let physio do the rest... */
1761 status = physio(dadk_dk_strategy, bp, dev, rw, dadkmin, uio);
/illumos-gate/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c1278 return (physio(cmdkstrategy, (struct buf *)0, dev, flag, cmdkmin, uio));
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c983 SAVE_INT32(ksi, syswait, physio);
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs260 SAVE_INT32(self, syswaitp, physio);
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c2845 return (physio(xdf_strategy, NULL, dev, B_READ, xdfmin, uiop));
2878 return (physio(xdf_strategy, NULL, dev, B_WRITE, xdfmin, uiop));
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c1003 return (physio(ugen_strategy,
1028 return (physio(ugen_strategy,
/illumos-gate/usr/src/man/man9f/
H A DMakefile406 physio.9f \
1958 minphys.9f := LINKSRC = physio.9f

Completed in 187 milliseconds

12