HomeSort by relevance Sort by last modified time
    Searched refs:NR_OPEN (Results 1 - 13 of 13) sorted by null

  /bionic/libc/kernel/uapi/linux/
limits.h 21 #define NR_OPEN 1024
fs.h 24 #undef NR_OPEN
  /external/iproute2/include/uapi/linux/
limits.h 5 #define NR_OPEN 1024
  /external/kernel-headers/original/uapi/linux/
limits.h 5 #define NR_OPEN 1024
fs.h 18 * It's silly to have NR_OPEN bigger than NR_FILE, but you can change
28 #undef NR_OPEN
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
limits.h 4 #define NR_OPEN 1024
fs.h 15 * It's silly to have NR_OPEN bigger than NR_FILE, but you can change
25 #undef NR_OPEN
  /external/ltp/testcases/kernel/syscalls/setrlimit/
setrlimit03.c 33 #if !defined(NR_OPEN)
35 # define NR_OPEN (1024*1024)
71 rlim1.rlim_max = NR_OPEN + 1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
local_lim.h 20 /* The kernel header pollutes the namespace with the NR_OPEN symbol
25 #ifndef NR_OPEN
41 /* Have to remove NR_OPEN? */
43 # undef NR_OPEN
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
local_lim.h 20 /* The kernel header pollutes the namespace with the NR_OPEN symbol
25 #ifndef NR_OPEN
41 /* Have to remove NR_OPEN? */
43 # undef NR_OPEN
  /external/python/cpython2/Lib/plat-linux2/
IN.py 281 NR_OPEN = 1024
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 281 NR_OPEN = 1024
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 281 NR_OPEN = 1024

Completed in 454 milliseconds