Searched refs:inmode (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/usb/
H A Dusb_device.c2207 int inmode, outmode, inmask, outmask, mode; local
2215 inmode = FWRITE;
2218 inmode = FREAD;
2248 mode = (inmask & (1 << ep)) ? inmode : 0;
/freebsd-current/contrib/sendmail/src/
H A Dsrvrsmtp.c4878 int inmode, outmode; local
4880 inmode = fcntl(inchfd, F_GETFL, 0);
4881 if (inmode == -1)
4898 if (bitset(O_NONBLOCK, inmode) ||
4900 fcntl(inchfd, F_SETFL, inmode | O_NONBLOCK) == -1)
4914 (void) fcntl(inchfd, F_SETFL, inmode);

Completed in 174 milliseconds