Home
last modified time | relevance | path

Searched refs:MAXDSIZ (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dvmparam.h52 #ifndef MAXDSIZ
53 #define MAXDSIZ (512UL*1024*1024) /* max data size */ macro
/f-stack/freebsd/mips/include/
H A Dvmparam.h61 #ifndef MAXDSIZ
62 #define MAXDSIZ (1*1024UL*1024*1024) /* max data size */ macro
/f-stack/freebsd/i386/include/
H A Dvmparam.h54 #ifndef MAXDSIZ
55 #define MAXDSIZ (512UL*1024*1024) /* max data size */ macro
/f-stack/freebsd/arm64/include/
H A Dvmparam.h51 #ifndef MAXDSIZ
52 #define MAXDSIZ (1*1024*1024*1024) /* max data size */ macro
/f-stack/freebsd/amd64/include/
H A Dvmparam.h60 #ifndef MAXDSIZ
61 #define MAXDSIZ (32768UL*1024*1024) /* max data size */ macro
/f-stack/freebsd/kern/
H A Dsubr_param.c209 maxdsiz = MAXDSIZ; in init_param1()