Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_mib.c160 SYSCTL_PROC(_kern, KERN_MAXPHYS, maxphys, CTLTYPE_LONG | CTLFLAG_RDTUN |
164 SYSCTL_ULONG(_kern, KERN_MAXPHYS, maxphys,
/freebsd/sbin/newfs_msdos/
H A Dmkfs_msdos.c847 #ifdef KERN_MAXPHYS in getchunksize()
852 mib[1] = KERN_MAXPHYS; in getchunksize()
/freebsd/sys/sys/
H A Dsysctl.h1003 #define KERN_MAXPHYS 38 /* int: MAXPHYS value */ macro