Home
last modified time | relevance | path

Searched refs:RLIMIT_SBSIZE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dresource.h94 #define RLIMIT_SBSIZE 9 /* maximum size of all socket buffers */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dresource.c301 #ifdef RLIMIT_SBSIZE in initresource()
302 PyModule_AddIntConstant(m, "RLIMIT_SBSIZE", RLIMIT_SBSIZE); in initresource()