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

/illumos-gate/usr/src/uts/common/os/
H A Dvm_subr.c76 extern int maxphys;
81 if (bp->b_bcount > maxphys)
82 bp->b_bcount = maxphys;
H A Ddumpsubr.c443 * passed in will either represent a global default (maxphys) or the
479 new_size = dumpbuf_iosize(MAX(dumpbuf.iosize, maxphys));
1103 dumpbuf.size = dumpbuf_iosize(maxphys);
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c381 * INPUT: int *maxphys - a pointer to an integer that will hold
382 * the value for the system maxphys value.
386 * RETURNS: int - 0 if maxphys not found
387 * - 1 if maxphys is found
390 fsgetmaxphys(int *maxphys, int *error) { argument
400 * just assume we cannot get maxphys in this case.
406 if (ioctl(fp, _FIOGETMAXPHYS, maxphys) == -1) {
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h158 int maxphys; variable
/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_log.c573 if (bufsize > maxphys)
574 bufsize = maxphys;
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c798 * maxphys.
803 int error, gotit, maxphys; local
804 gotit = fsgetmaxphys(&maxphys, &error);
807 * If we cannot get the maxphys value, default
811 maxcontig = MIN(maxphys, MB);
814 "Warning: Could not get system value for maxphys. The value for maxcontig\n"
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c43 extern int maxphys;
1619 if (bufsize > maxphys)
1620 bufsize = maxphys;
H A Dlufs_thread.c81 extern int maxphys;
H A Dufs_vfsops.c785 * along with the system value for maxphys to determine the value for
815 extern int maxphys;
1198 ufsvfsp->vfs_iotransz = MIN(maxphys, ufs_maxmaxphys);
1202 ufsvfsp->vfs_iotransz = MIN(maxphys, ufs_maxmaxphys);
H A Dufs_vnops.c1564 extern int maxphys;
1896 if (copyout(&maxphys, (void *)arg, sizeof (maxphys)))
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c2395 * maxphys.
2400 int gotit, maxphys; local
2402 gotit = fsgetmaxphys(&maxphys, NULL);
2405 * If we cannot get the maxphys value, default
2409 sblock.fs_maxcontig = MIN(maxphys, MB);
/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c65 int maxphys = MMU_PAGESIZE * 16; /* 128k */ variable
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c170 * maxphys - used during physio
173 int maxphys = 56 * 1024; /* XXX See vm_subr.c - max b_count in physio */ variable
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2944 maxpsz = maxphys;
2948 maxpsz = maxphys;
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd.c415 md_maxphys = maxphys;
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h435 extern int maxphys;
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2481 int maxphys; local
2484 gotit = fsgetmaxphys(&maxphys, &error);
2486 track_size = MIN(MB, maxphys);
2489 "Warning: Could not get system value for maxphys. The value for\n"
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c673 vdc->max_xfer_sz = maxphys / vdc->vdisk_bsize;
2659 ASSERT(maxphys <= VD_MAX_BLOCK_SIZE);
2666 * vDisk server. This is subject to a minimum of 'maxphys'
2670 if ((vdc->max_xfer_sz * vdc->vdisk_bsize) < maxphys) {
2673 vdc->dring_max_cookies = maxphys / PAGESIZE;
8224 xfr_size = maxphys / blk_size;
H A Dvds.c5910 vd->max_xfer_sz = maxphys / DEV_BSIZE; /* default transfer size */
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c822 udf_vfsp->udf_rdclustsz = udf_vfsp->udf_wrclustsz = maxphys;
/illumos-gate/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c924 info->dki_maxtransfer = maxphys / DEV_BSIZE;
/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c962 dcp->dki_maxtransfer = maxphys / DEV_BSIZE;
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c2634 info.dki_maxtransfer = maxphys / DEV_BSIZE;
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c1949 cpy.dki.dki_maxtransfer = maxphys / DEV_BSIZE;
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c7533 un->un_max_xfer_size = (uint_t)maxphys;

Completed in 1422 milliseconds