/titanic_41/usr/src/uts/common/os/ |
H A D | vm_subr.c | 76 extern int maxphys; 81 if (bp->b_bcount > maxphys) in minphys() 82 bp->b_bcount = maxphys; in minphys()
|
H A D | dumpsubr.c | 492 new_size = dumpbuf_iosize(MAX(dumpbuf.iosize, maxphys)); in dumpbuf_resize() 1128 dumpbuf.size = dumpbuf_iosize(maxphys); in dumphdr_init()
|
/titanic_41/usr/src/cmd/fs.d/ |
H A D | fslib.c | 390 fsgetmaxphys(int *maxphys, int *error) { in fsgetmaxphys() argument 406 if (ioctl(fp, _FIOGETMAXPHYS, maxphys) == -1) { in fsgetmaxphys()
|
/titanic_41/usr/src/cmd/fs.d/ufs/newfs/ |
H A D | newfs.c | 803 int error, gotit, maxphys; in getdiskbydev() local 804 gotit = fsgetmaxphys(&maxphys, &error); in getdiskbydev() 811 maxcontig = MIN(maxphys, MB); in getdiskbydev()
|
/titanic_41/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 158 int maxphys; variable
|
/titanic_41/usr/src/uts/common/io/lvm/trans/ |
H A D | trans_log.c | 573 if (bufsize > maxphys) in md_ldl_bufsize() 574 bufsize = maxphys; in md_ldl_bufsize()
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | lufs_log.c | 43 extern int maxphys; 1619 if (bufsize > maxphys) in ldl_bufsize() 1620 bufsize = maxphys; in ldl_bufsize()
|
H A D | lufs_thread.c | 81 extern int maxphys;
|
H A D | ufs_vfsops.c | 815 extern int maxphys; in mountfs() 1198 ufsvfsp->vfs_iotransz = MIN(maxphys, ufs_maxmaxphys); in mountfs() 1202 ufsvfsp->vfs_iotransz = MIN(maxphys, ufs_maxmaxphys); in mountfs()
|
H A D | ufs_vnops.c | 1564 extern int maxphys; in ufs_ioctl() 1896 if (copyout(&maxphys, (void *)arg, sizeof (maxphys))) in ufs_ioctl()
|
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | utilities.c | 2400 int gotit, maxphys; in getdisksize() local 2402 gotit = fsgetmaxphys(&maxphys, NULL); in getdisksize() 2409 sblock.fs_maxcontig = MIN(maxphys, MB); in getdisksize()
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | machdep.c | 65 int maxphys = MMU_PAGESIZE * 16; /* 128k */ variable
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | machdep.c | 173 int maxphys = 56 * 1024; /* XXX See vm_subr.c - max b_count in physio */ variable
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vdc.c | 673 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() 8224 xfr_size = maxphys / blk_size; in vdc_update_size()
|
H A D | vds.c | 5910 vd->max_xfer_sz = maxphys / DEV_BSIZE; /* default transfer size */ in vd_setup_backend_vnode()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socksyscalls.c | 2933 maxpsz = maxphys; in sosendfile64() 2937 maxpsz = maxphys; in sosendfile64()
|
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 2481 int maxphys; in get_max_track_size() local 2484 gotit = fsgetmaxphys(&maxphys, &error); in get_max_track_size() 2486 track_size = MIN(MB, maxphys); in get_max_track_size()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | sunddi.h | 440 extern int maxphys;
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md.c | 415 md_maxphys = maxphys; in _init()
|
/titanic_41/usr/src/uts/intel/io/dktp/disk/ |
H A D | cmdk.c | 924 info->dki_maxtransfer = maxphys / DEV_BSIZE; in cmdkioctl()
|
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 822 udf_vfsp->udf_rdclustsz = udf_vfsp->udf_wrclustsz = maxphys; in ud_mountfs()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | fdc.c | 962 dcp->dki_maxtransfer = maxphys / DEV_BSIZE; in fdc_dkinfo()
|
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xdf.c | 2635 info.dki_maxtransfer = maxphys / DEV_BSIZE; in xdf_ioctl()
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | fd.c | 1949 cpy.dki.dki_maxtransfer = maxphys / DEV_BSIZE; in fd_ioctl()
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 7533 un->un_max_xfer_size = (uint_t)maxphys; in sd_unit_attach()
|