Searched refs:plimit (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dresourcevar.h116 struct plimit { struct
H A Dproc_internal.h213 struct plimit *p_limit; /* Process limits.(PL) */
220 struct plimit *p_olimit; /* old process limits - not inherited by child (PL) */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_resource.c956 struct plimit * freelim = NULL;
957 struct plimit * freeoldlim = NULL;
1018 struct plimit *copy;
1030 MALLOC_ZONE(copy, struct plimit *,
1031 sizeof(struct plimit), M_PLIMIT, M_WAITOK);
H A Dkern_malloc.c178 "plimit", /* 30 M_VMMAP */
361 { SOS(plimit), KMZ_CREATEZONE }, /* 30 M_PLIMIT */
H A Dbsd_init.c181 struct plimit limit0;

Completed in 28 milliseconds