Home
last modified time | relevance | path

Searched refs:O_NONBLOCK (Results 76 – 100 of 128) sorted by relevance

123456

/dragonfly/sys/bus/cam/scsi/
H A Dscsi_pass.c353 if ((ap->a_oflags & O_NONBLOCK) != 0) { in passopen()
/dragonfly/lib/libdmsg/
H A Dmsg.c145 fcntl(iocom->wakeupfds[0], F_SETFL, O_NONBLOCK); in dmsg_iocom_init()
146 fcntl(iocom->wakeupfds[1], F_SETFL, O_NONBLOCK); in dmsg_iocom_init()
163 fcntl(sock_fd, F_SETFL, O_NONBLOCK); in dmsg_iocom_init()
167 fcntl(alt_fd, F_SETFL, O_NONBLOCK); in dmsg_iocom_init()
/dragonfly/crypto/openssh/
H A Dmisc.c114 if (val & O_NONBLOCK) { in set_nonblock()
119 val |= O_NONBLOCK; in set_nonblock()
138 if (!(val & O_NONBLOCK)) { in unset_nonblock()
143 val &= ~O_NONBLOCK; in unset_nonblock()
H A Ddefines.h162 # define O_NONBLOCK 00004 /* Non Blocking Open */ macro
/dragonfly/lib/libc/net/
H A Dnscachedcli.c216 _fcntl(client_socket, F_SETFL, O_NONBLOCK); in __open_cached_connection()
/dragonfly/sbin/startslip/
H A Dstartslip.c293 if ((fd = open(devicename, O_RDWR | O_NONBLOCK)) < 0) { in main()
/dragonfly/contrib/tcsh-6/
H A Dtc.func.c1705 # ifndef O_NONBLOCK in fixio()
1706 # define O_NONBLOCK 0 in fixio() macro
1738 e &= ~(O_NDELAY|O_NONBLOCK|FNBIO|_FNBIO|FNONBIO|FNONBLOCK|_FNONBLOCK| in fixio()
/dragonfly/lib/libutil/
H A Dgr_util.c103 lockfd = flopen(group_file, O_RDONLY|O_NONBLOCK|O_CLOEXEC, 0); in gr_lock()
H A Dpw_util.c176 lockfd = flopen(masterpasswd, O_RDONLY|O_NONBLOCK|O_CLOEXEC, 0); in pw_lock()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface_unix.c664 flags |= O_NONBLOCK; in wpas_ctrl_iface_open_sock()
1269 flags |= O_NONBLOCK; in wpas_global_ctrl_iface_open_sock()
/dragonfly/sys/dev/misc/cmx/
H A Dcmx.c515 if (ap->a_ioflag & O_NONBLOCK) { in cmx_read()
/dragonfly/contrib/file/src/
H A Dmagic.c458 int flags = O_RDONLY|O_BINARY|O_NONBLOCK|O_CLOEXEC; in file_or_fd()
/dragonfly/sys/dev/sound/midi/
H A Dmidi.c758 if (ioflag & O_NONBLOCK) in midi_read()
837 if (ioflag & O_NONBLOCK) in midi_write()
/dragonfly/bin/sh/
H A Dexec.c186 in = open(cmd, O_RDONLY | O_NONBLOCK); in tryexec()
/dragonfly/contrib/dhcpcd/src/
H A Dcontrol.c318 fcntl(fd, F_SETFL, flags | O_NONBLOCK) == -1) in control_handle1()
/dragonfly/sys/dev/drm/
H A Ddrm_file.c635 if (filp->f_flag & O_NONBLOCK) { in drm_read()
/dragonfly/usr.sbin/inetd/
H A Dbuiltins.c608 fakeid_fd = open(p, O_RDONLY | O_NONBLOCK); in ident_stream()
/dragonfly/usr.sbin/lpr/lpd/
H A Dlpd.c271 lfd = open(_PATH_MASTERLOCK, O_WRONLY|O_CREAT|O_EXLOCK|O_NONBLOCK, in main()
/dragonfly/usr.sbin/nscd/
H A Dnscd.c198 fcntl(retval->sockfd, F_SETFL, O_NONBLOCK); in init_runtime_env()
/dragonfly/contrib/nvi2/common/
H A Dlog.c109 ep->log = dbopen(NULL, O_CREAT | O_NONBLOCK | O_RDWR, in log_init()
/dragonfly/contrib/wpa_supplicant/src/common/
H A Dwpa_ctrl.c236 flags |= O_NONBLOCK; in wpa_ctrl_open2()
/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c558 if (fcntl(fklog, F_SETFL, O_NONBLOCK) < 0) in main()
969 f->f_file = open(ctty, O_WRONLY | O_NONBLOCK, 0); in logmsg()
2536 if (fcntl(pfd[1], F_SETFL, O_NONBLOCK) == -1) { in p_open()
/dragonfly/contrib/libpcap/
H A Dpcap.c3547 if (fdflags & O_NONBLOCK)
3594 fdflags |= O_NONBLOCK;
3596 fdflags &= ~O_NONBLOCK;
/dragonfly/lib/libc/rpc/
H A Dsvc_vc.c342 if (_fcntl(sock, F_SETFL, flags | O_NONBLOCK) == -1) in rendezvous_request()
/dragonfly/sys/dev/drm/i915/
H A Di915_perf.c2091 if (!(file->f_flags & O_NONBLOCK)) {
2476 f_flags |= O_NONBLOCK;

123456