Searched refs:MAXCSIZ (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/i386/
H A Dvmparam.h58 #ifndef MAXCSIZ
59 #define MAXCSIZ (RLIM_INFINITY) /* max core size */ macro
60 #endif /* MAXCSIZ */
/macosx-10.5.8/xnu-1228.15.4/bsd/ppc/
H A Dvmparam.h62 #ifndef MAXCSIZ
63 #define MAXCSIZ (RLIM_INFINITY) /* max core size */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dbsd_init.c315 struct rlimit vm_initial_limit_core = { DFLCSIZ, MAXCSIZ };

Completed in 34 milliseconds