Home
last modified time | relevance | path

Searched refs:inmode (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb_device.c2208 int inmode, outmode, inmask, outmask, mode; in usb_cdev_create() local
2216 inmode = FWRITE; in usb_cdev_create()
2219 inmode = FREAD; in usb_cdev_create()
2249 mode = (inmask & (1 << ep)) ? inmode : 0; in usb_cdev_create()
/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c4878 int inmode, outmode; in setup_smtpd_io() local
4880 inmode = fcntl(inchfd, F_GETFL, 0); in setup_smtpd_io()
4881 if (inmode == -1) in setup_smtpd_io()
4898 if (bitset(O_NONBLOCK, inmode) || in setup_smtpd_io()
4900 fcntl(inchfd, F_SETFL, inmode | O_NONBLOCK) == -1) in setup_smtpd_io()
4914 (void) fcntl(inchfd, F_SETFL, inmode); in setup_smtpd_io()
/freebsd/sys/contrib/device-tree/src/arm64/exynos/
H A Dexynos5433-tm2-common.dtsi1298 wlf,inmode = <2 0 2 0>;