Searched refs:RLIM_INFINITY (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/arm/
H A Dvmparam.h12 #define DFLDSIZ (RLIM_INFINITY) /* initial data size limit */
15 #define MAXDSIZ (RLIM_INFINITY) /* max data size */
27 #define MAXCSIZ (RLIM_INFINITY) /* max core size */
/darwin-on-arm/xnu/bsd/i386/
H A Dvmparam.h44 #define DFLDSIZ (RLIM_INFINITY) /* initial data size limit */
47 #define MAXDSIZ (RLIM_INFINITY) /* max data size */
59 #define MAXCSIZ (RLIM_INFINITY) /* max core size */
/darwin-on-arm/xnu/bsd/sys/
H A Dresource.h238 * RLIM_INFINITY.
240 #define RLIM_INFINITY (((__uint64_t)1 << 63) - 1) /* no limit */ macro
241 #define RLIM_SAVED_MAX RLIM_INFINITY /* Unrepresentable hard limit */
242 #define RLIM_SAVED_CUR RLIM_INFINITY /* Unrepresentable soft limit */
/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c616 limit0.pl_rlimit[i].rlim_max = RLIM_INFINITY;
H A Dkern_exit.c640 p->p_rlimit[RLIMIT_FSIZE].rlim_cur = RLIM_INFINITY;
1789 p->p_rlimit[RLIMIT_FSIZE].rlim_cur = RLIM_INFINITY;
H A Dkern_fork.c1276 if (child_proc->p_limit->pl_rlimit[RLIMIT_CPU].rlim_cur != RLIM_INFINITY) {
H A Dkern_resource.c707 if (limp->rlim_cur == RLIM_INFINITY) {
849 * set RLIM_INFINITY to get "whatever the maximum is".
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4083 if ( my_current_rlimit.rlim_cur != RLIM_INFINITY ) {

Completed in 95 milliseconds