Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dparam.h159 #ifndef DFLTPHYS
160 #define DFLTPHYS (64 * 1024) /* default max raw I/O transfer size */ macro
170 #define MAXDUMPPGS (DFLTPHYS/PAGE_SIZE)
/f-stack/freebsd/kern/
H A Dkern_physio.c67 dev->si_iosize_max = DFLTPHYS; in physio()
H A Dvfs_mount.c525 mp->mnt_iosize_max = DFLTPHYS; in vfs_mount_alloc()