Home
last modified time | relevance | path

Searched refs:NR_OPEN (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/kernel/syscalls/setrlimit/
Dsetrlimit03.c20 #if !defined(NR_OPEN)
22 # define NR_OPEN (1024*1024) macro
28 static unsigned int nr_open = NR_OPEN;
/external/kernel-headers/original/uapi/linux/
Dlimits.h5 #define NR_OPEN 1024 macro
Dfs.h36 #undef NR_OPEN
/external/iproute2/include/uapi/linux/
Dlimits.h5 #define NR_OPEN 1024 macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py281 NR_OPEN = 1024 variable
/external/crosvm/io_uring/src/
Dbindings.rs48 pub const NR_OPEN: ::std::os::raw::c_uint = 1024; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c3322 #ifdef NR_OPEN
3323 { "NR_OPEN", (unsigned long) NR_OPEN },