Home
last modified time | relevance | path

Searched refs:maxphys (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dvm_subr.c75 extern int maxphys;
80 if (bp->b_bcount > maxphys) in minphys()
81 bp->b_bcount = maxphys; in minphys()
H A Ddumpsubr.c492 new_size = dumpbuf_iosize(MAX(dumpbuf.iosize, maxphys)); in dumpbuf_resize()
1128 dumpbuf.size = dumpbuf_iosize(maxphys); in dumphdr_init()
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c388 fsgetmaxphys(int *maxphys, int *error) { in fsgetmaxphys() argument
404 if (ioctl(fp, _FIOGETMAXPHYS, maxphys) == -1) { in fsgetmaxphys()
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c803 int error, gotit, maxphys; in getdiskbydev() local
804 gotit = fsgetmaxphys(&maxphys, &error); in getdiskbydev()
811 maxcontig = MIN(maxphys, MB); in getdiskbydev()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c43 extern int maxphys;
1619 if (bufsize > maxphys) in ldl_bufsize()
1620 bufsize = maxphys; in ldl_bufsize()
H A Dlufs_thread.c80 extern int maxphys;
H A Dufs_vfsops.c817 extern int maxphys; in mountfs()
1200 ufsvfsp->vfs_iotransz = MIN(maxphys, ufs_maxmaxphys); in mountfs()
1204 ufsvfsp->vfs_iotransz = MIN(maxphys, ufs_maxmaxphys); in mountfs()
H A Dufs_vnops.c1459 extern int maxphys; in ufs_ioctl()
1791 if (copyout(&maxphys, (void *)arg, sizeof (maxphys))) in ufs_ioctl()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c2407 int gotit, maxphys; in getdisksize() local
2409 gotit = fsgetmaxphys(&maxphys, NULL); in getdisksize()
2416 sblock.fs_maxcontig = MIN(maxphys, MB); in getdisksize()
/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c66 int maxphys = MMU_PAGESIZE * 16; /* 128k */ variable
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c174 int maxphys = 56 * 1024; /* XXX See vm_subr.c - max b_count in physio */ variable
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c673 vdc->max_xfer_sz = maxphys / vdc->vdisk_bsize; in vdc_do_attach()
2659 ASSERT(maxphys <= VD_MAX_BLOCK_SIZE); in vdc_init_descriptor_ring()
2670 if ((vdc->max_xfer_sz * vdc->vdisk_bsize) < maxphys) { in vdc_init_descriptor_ring()
2673 vdc->dring_max_cookies = maxphys / PAGESIZE; in vdc_init_descriptor_ring()
8225 xfr_size = maxphys / blk_size; in vdc_update_size()
H A Dvds.c5915 vd->max_xfer_sz = maxphys / DEV_BSIZE; /* default transfer size */ in vd_setup_backend_vnode()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2998 maxpsz = maxphys; in sosendfile64()
3002 maxpsz = maxphys; in sosendfile64()
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2485 int maxphys; in get_max_track_size() local
2488 gotit = fsgetmaxphys(&maxphys, &error); in get_max_track_size()
2490 track_size = MIN(MB, maxphys); in get_max_track_size()
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h449 extern int maxphys;
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c821 udf_vfsp->udf_rdclustsz = udf_vfsp->udf_wrclustsz = maxphys; in ud_mountfs()
/illumos-gate/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c888 info->dki_maxtransfer = maxphys / DEV_BSIZE; in cmdkioctl()
/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c962 dcp->dki_maxtransfer = maxphys / DEV_BSIZE; in fdc_dkinfo()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c2675 info.dki_maxtransfer = maxphys / DEV_BSIZE; in xdf_ioctl()
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c1952 cpy.dki.dki_maxtransfer = maxphys / DEV_BSIZE; in fd_ioctl()