Home
last modified time | relevance | path

Searched refs:MAXPHYS (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sbin/newfs_msdos/
Dmkfs_define.h49 #define MAXPHYS (128 * 1024) macro
51 #define MAXPHYS (1024 * 1024) macro
Dmkfs_msdos.c818 warn("sysctl: KERN_MAXPHYS, using %zu", (size_t)MAXPHYS); in getchunksize()
823 chunksize = MAXPHYS; in getchunksize()