Home
last modified time | relevance | path

Searched refs:NFILES (Results 1 – 12 of 12) sorted by relevance

/external/ltp/testcases/network/nfs/nfs_stress/
Dnfs0132 tst_resm TINFO "starting 'nfs01_open_files $NFILES'"
33 ROD nfs01_open_files $NFILES
Dnfs_lib.sh19 NFILES=${NFILES:=1000}
/external/syslinux/com32/lib/sys/
Dfile.h77 #define NFILES 128 /* Number of files to support */ macro
100 extern struct file_info __file_info[NFILES];
Dopendev.c55 for (fd = 0, fp = __file_info; fd < NFILES; fd++, fp++) in opendev()
59 if (fd >= NFILES) { in opendev()
Dfileinfo.c3 struct file_info __file_info[NFILES];
Disatty.c46 if (fd >= NFILES || !fp->iop) { in isatty()
Dread.c45 if (fd >= NFILES || !fp->iop) { in read()
Dwrite.c45 if (fd >= NFILES || !fp->oop) { in write()
Dscreensize.c9 if (fd >= NFILES || !fp->iop) { in getscreensize()
Dclose.c42 if (fd >= NFILES || !fp->iop || !fp->oop) { in close()
Dfstat.c42 if (fd >= NFILES || !fp->iop) { in fstat()
/external/python/cpython2/PC/os2emx/
DMakefile139 NFILES=250 macro