Home
last modified time | relevance | path

Searched refs:DFLTPHYS (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/tools/build/cross-build/include/common/sys/
H A Dparam.h46 #ifndef DFLTPHYS
47 #define DFLTPHYS (64 * 1024) /* default max raw I/O transfer size */ macro
53 #define MAXDUMPPGS (DFLTPHYS / PAGE_SIZE)
/freebsd/sys/sys/
H A Dparam.h175 #ifndef DFLTPHYS
176 #define DFLTPHYS (64 * 1024) /* default max raw I/O transfer size */ macro
179 #define MAXDUMPPGS (DFLTPHYS/PAGE_SIZE)
/freebsd/sys/dev/ida/
H A Dida_disk.c214 drv->disk->d_maxsize = DFLTPHYS; /* XXX guess? */ in idad_attach()
H A Dida.c244 /* maxsize */ DFLTPHYS, in ida_setup()
/freebsd/sys/kern/
H A Dkern_physio.c62 dev->si_iosize_max = DFLTPHYS; in physio()
/freebsd/sys/powerpc/powernv/
H A Dopal_flash.c372 sc->sc_disk->d_maxsize = DFLTPHYS; in opalflash_attach()
/freebsd/sys/cam/scsi/
H A Dscsi_sg.c323 softc->maxio = DFLTPHYS; /* traditional default */ in sgregister()
611 *size = DFLTPHYS; in sgioctl()
H A Dscsi_target.c403 softc->maxio = DFLTPHYS; /* traditional default */ in targenable()
H A Dscsi_pass.c603 softc->maxio = DFLTPHYS; /* traditional default */ in passregister()
/freebsd/sys/dev/flash/
H A Dn25q.c301 sc->sc_disk->d_maxsize = DFLTPHYS; in n25q_attach()
H A Dat45d.c375 sc->disk->d_maxsize = DFLTPHYS; in at45d_delayed_attach()
H A Dmx25l.c519 sc->sc_disk->d_maxsize = DFLTPHYS; in mx25l_attach()
/freebsd/sys/dev/firewire/
H A Dfwmem.c292 dev->si_iosize_max = DFLTPHYS; in fwmem_open()
H A Dsbp.c1904 if (DFLTPHYS > SBP_MAXPHYS) in sbp_attach()
1906 "SBP_MAXPHYS(%dKB).\n", DFLTPHYS / 1024, in sbp_attach()
/freebsd/share/examples/scsi_target/
H A Dscsi_target.c115 buf_size = DFLTPHYS; in main()
/freebsd/sys/dev/flash/flexspi/
H A Dflex_spi.c800 sc->disk->d_maxsize = DFLTPHYS; in flex_spi_attach()
/freebsd/sys/geom/nop/
H A Dg_nop.c153 gkd->di.maxiosize = DFLTPHYS; in g_nop_kerneldump()
/freebsd/sys/geom/
H A Dgeom_disk.c140 dp->d_maxsize = DFLTPHYS; in g_disk_access()
/freebsd/sys/cam/nvme/
H A Dnvme_da.c910 maxio = DFLTPHYS; /* traditional default */ in ndaregister()
/freebsd/sys/geom/union/
H A Dg_union.c1214 gkd->di.maxiosize = DFLTPHYS; in g_union_kerneldump()
/freebsd/sys/dev/ata/
H A Data-all.c1178 cpi->maxio = ch->dma.max_iosize ? ch->dma.max_iosize : DFLTPHYS; in ataaction()
/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c1252 max_iosize = DFLTPHYS; in ctl_be_block_dispatch_dev()
2349 maxio = DFLTPHYS; in ctl_be_block_open_dev()
H A Dscsi_ctl.c329 softc->maxio = DFLTPHYS; in ctlfeasync()
/freebsd/sys/cam/
H A Dcam_periph.c815 maxmap = DFLTPHYS; /* traditional default */ in cam_periph_mapmem()
/freebsd/tests/sys/fs/fusefs/
H A Dwrite.cc184 if (m_maxphys < 2 * DFLTPHYS) in SetUp()

12