Searched refs:SUNOS_NR_OPEN (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsunos_ioctl.c29 #define SUNOS_NR_OPEN 256 macro
35 if (fd >= SUNOS_NR_OPEN || !fcheck(fd))
H A Dsys_sunos.c65 #define SUNOS_NR_OPEN 256 macro
84 if (fd >= SUNOS_NR_OPEN)
272 return SUNOS_NR_OPEN;
359 if (fd >= SUNOS_NR_OPEN)
443 if (fd >= SUNOS_NR_OPEN)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsunos_ioctl32.c28 #define SUNOS_NR_OPEN 256 macro
90 if(fd >= SUNOS_NR_OPEN)
H A Dsys_sunos32.c64 #define SUNOS_NR_OPEN 256 macro
81 if (fd >= SUNOS_NR_OPEN)
227 return SUNOS_NR_OPEN;
316 if (fd >= SUNOS_NR_OPEN)
404 if (fd >= SUNOS_NR_OPEN)

Completed in 40 milliseconds