| /freebsd-14.2/sys/dev/mlx/ |
| H A D | mlx_disk.c | 259 sc->mlxd_disk->d_maxsize = 8 * MLX_PAGE_SIZE; in mlxd_attach() 263 sc->mlxd_disk->d_maxsize = imin(s1, s2); in mlxd_attach()
|
| /freebsd-14.2/sys/geom/ |
| H A D | geom_disk.h | 109 u_int d_maxsize; member
|
| H A D | geom_disk.c | 137 if (dp->d_maxsize == 0) { in g_disk_access() 140 dp->d_maxsize = DFLTPHYS; in g_disk_access() 147 dp->d_delmaxsize = dp->d_maxsize; in g_disk_access() 192 gkd->di.maxiosize = dp->d_maxsize; in g_disk_kerneldump() 289 return (dp->d_maxsize); in g_disk_maxsize()
|
| /freebsd-14.2/sys/dev/altera/sdcard/ |
| H A D | altera_sdcard_disk.c | 142 disk->d_maxsize = ALTERA_SDCARD_SECTORSIZE; in altera_sdcard_disk_insert()
|
| /freebsd-14.2/sys/dev/ida/ |
| H A D | ida_disk.c | 214 drv->disk->d_maxsize = DFLTPHYS; /* XXX guess? */ in idad_attach()
|
| /freebsd-14.2/sys/powerpc/mambo/ |
| H A D | mambo_disk.c | 116 d->d_maxsize = maxphys; /* Maybe ask bridge? */ in mambodisk_attach()
|
| /freebsd-14.2/sys/dev/mfi/ |
| H A D | mfi_syspd.c | 129 sc->pd_disk->d_maxsize = min(sc->pd_controller->mfi_max_io * secsize, in mfi_syspd_attach()
|
| H A D | mfi_disk.c | 155 sc->ld_disk->d_maxsize = min(sc->ld_controller->mfi_max_io * secsize, in mfi_disk_attach()
|
| /freebsd-14.2/sys/powerpc/powernv/ |
| H A D | opal_flash.c | 373 sc->sc_disk->d_maxsize = DFLTPHYS; in opalflash_attach()
|
| /freebsd-14.2/sys/dev/ips/ |
| H A D | ips_disk.c | 146 dsc->ipsd_disk->d_maxsize = IPS_MAX_IO_SIZE; in ipsd_attach()
|
| /freebsd-14.2/sys/dev/cfi/ |
| H A D | cfi_disk.c | 109 sc->disk->d_maxsize = CFI_DISK_MAXIOSIZE; in cfi_disk_attach()
|
| /freebsd-14.2/sys/dev/flash/ |
| H A D | n25q.c | 301 sc->sc_disk->d_maxsize = DFLTPHYS; in n25q_attach()
|
| H A D | at45d.c | 376 sc->disk->d_maxsize = DFLTPHYS; in at45d_delayed_attach()
|
| H A D | mx25l.c | 519 sc->sc_disk->d_maxsize = DFLTPHYS; in mx25l_attach()
|
| /freebsd-14.2/sys/dev/aac/ |
| H A D | aac_disk.c | 405 sc->ad_disk->d_maxsize = sc->ad_controller->aac_max_sectors << 9; in aac_disk_attach()
|
| /freebsd-14.2/sys/dev/altera/avgen/ |
| H A D | altera_avgen.c | 509 sc->avg_disk->d_maxsize = ALTERA_AVGEN_SECTORSIZE; in altera_avgen_attach()
|
| /freebsd-14.2/sys/dev/pst/ |
| H A D | pst-raid.c | 158 psc->disk->d_maxsize = 64 * 1024; /*I2O_SGL_MAX_SEGS * PAGE_SIZE;*/ in pst_attach()
|
| /freebsd-14.2/sys/cam/nvme/ |
| H A D | nvme_da.c | 403 u_int maxmap = dp->d_maxsize; in ndaioctl() 914 disk->d_maxsize = maxio; in ndaregister()
|
| /freebsd-14.2/sys/dev/nvd/ |
| H A D | nvd.c | 464 disk->d_maxsize = nvme_ns_get_max_io_xfer_size(ns); in nvd_new_disk()
|
| /freebsd-14.2/sys/dev/virtio/block/ |
| H A D | virtio_blk.c | 790 dp->d_maxsize = (sc->vtblk_max_nsegs - VTBLK_MIN_SEGMENTS) * in vtblk_alloc_disk() 793 dp->d_maxsize -= PAGE_SIZE; in vtblk_alloc_disk()
|
| /freebsd-14.2/sys/powerpc/ps3/ |
| H A D | ps3disk.c | 243 d->d_maxsize = PAGE_SIZE; in ps3disk_attach()
|
| /freebsd-14.2/sys/dev/flash/flexspi/ |
| H A D | flex_spi.c | 794 sc->disk->d_maxsize = DFLTPHYS; in flex_spi_attach()
|
| /freebsd-14.2/sys/cam/scsi/ |
| H A D | scsi_cd.c | 700 softc->disk->d_maxsize = DFLTPHYS; /* traditional default */ in cdregister() 702 softc->disk->d_maxsize = maxphys; /* for safety */ in cdregister() 704 softc->disk->d_maxsize = cpi.maxio; in cdregister()
|
| /freebsd-14.2/sys/cam/ata/ |
| H A D | ata_da.c | 2213 alloc_size = min(alloc_size, softc->disk->d_maxsize); in ada_zone_cmd() 3481 softc->disk->d_maxsize = maxio; in adasetgeom()
|
| /freebsd-14.2/sys/dev/xen/blkfront/ |
| H A D | blkfront.c | 1047 sc->xbd_disk->d_maxsize = sc->xbd_max_request_size; in xbd_instance_create()
|