Searched refs:SOPEN_MAX (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dfiles.c12 struct open_file files[SOPEN_MAX];
H A Dcloseall.c70 for (i = 0; i < SOPEN_MAX; i++)
H A Dfstat.c42 if ((unsigned int)fd >= SOPEN_MAX || f->f_flags == 0) {
H A Dioctl.c73 if ((unsigned int)fd >= SOPEN_MAX || f->f_flags == 0) {
H A Dclose.c76 if ((unsigned int)fd >= SOPEN_MAX || f->f_flags == 0) {
H A Dlseek.c75 if ((unsigned int)fd >= SOPEN_MAX || f->f_flags == 0) {
H A Dread.c77 if ((unsigned int)fd >= SOPEN_MAX || !(f->f_flags & F_READ)) {
H A Dwrite.c74 if ((unsigned int)fd >= SOPEN_MAX || !(f->f_flags & F_WRITE)) {
H A Dls.c141 if ((unsigned int)fd >= SOPEN_MAX || f->f_flags == 0) {
H A Dnetif.c49 struct iodesc sockets[SOPEN_MAX];
270 if (sock >= SOPEN_MAX) {
286 for (fd = 0, s = sockets; fd < SOPEN_MAX; fd++, s++)
313 if (sock >= SOPEN_MAX) {
H A Dopen.c88 for (fd = 0, f = files; fd < SOPEN_MAX; fd++, f++)
H A Dcread.c78 } *ss[SOPEN_MAX];
298 if ((unsigned int)fd >= SOPEN_MAX) {
413 if ((unsigned int)fd >= SOPEN_MAX) {
H A Dstand.h232 #define SOPEN_MAX 4 macro
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/xxboot/
H A Dconf.c32 struct open_file files[SOPEN_MAX];
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dreaddir.c46 if ((unsigned)fd >= SOPEN_MAX) {
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/boot/
H A Dconf.c65 struct open_file files[SOPEN_MAX];
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/netboot/
H A Dconf.c56 struct open_file files[SOPEN_MAX];
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/libsa/
H A Dnetif_sun.c64 struct iodesc sockets[SOPEN_MAX];
221 for (fd = 0, s = sockets; fd < SOPEN_MAX; fd++, s++)
244 if (fd < 0 || fd >= SOPEN_MAX) {
262 if (fd < 0 || fd >= SOPEN_MAX) {
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/common/
H A Dnetif_sun.c57 struct iodesc sockets[SOPEN_MAX];
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/ofwboot/
H A Dnetif_of.c61 struct iodesc sockets[SOPEN_MAX];
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/libtos/
H A Dcread.c55 #define SOPEN_MAX 1 macro
84 } *ss[SOPEN_MAX];

Completed in 143 milliseconds