Home
last modified time | relevance | path

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

/device/google/fuchsia/bioniccompat/include/sys/
Dresource.h25 typedef unsigned long rlim_t; typedef
27 #define RLIM_INFINITY ((rlim_t) -1)
30 rlim_t rlim_cur;
31 rlim_t rlim_max;
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dresource.h113 rlim_t rlim_cur; /* current (soft) limit */
114 rlim_t rlim_max; /* maximum value for rlim_cur */
Dtypes.h189 typedef quad_t rlim_t; /* resource limit */ typedef
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dresource.c162 if (rl.rlim_cur == (rlim_t)-1 && PyErr_Occurred()) in resource_setrlimit()
165 if (rl.rlim_max == (rlim_t)-1 && PyErr_Occurred()) in resource_setrlimit()
171 if (rl.rlim_cur == (rlim_t)-1 && PyErr_Occurred()) in resource_setrlimit()
175 if (rl.rlim_max == (rlim_t)-1 && PyErr_Occurred()) in resource_setrlimit()
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
Dtypes.h182 typedef __rlim_t rlim_t; /* resource limit */ typedef
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2252 rlim_t = __int64_t variable
2279 ('rlim_cur', rlim_t),
2280 ('rlim_max', rlim_t),