Home
last modified time | relevance | path

Searched refs:nonblock (Results 1 – 16 of 16) sorted by relevance

/openbsd/sbin/unwind/libunbound/util/
H A Dtube.c289 int nonblock) in tube_write_msg() argument
295 if(nonblock) { in tube_write_msg()
335 int nonblock) in tube_read_msg() argument
342 if(nonblock) { in tube_read_msg()
607 int ATTR_UNUSED(nonblock)) in tube_write_msg() argument
621 int nonblock) in tube_read_msg() argument
624 verbose(VERB_ALGO, "tube read_msg %s", nonblock?"nonblock":"blocking"); in tube_read_msg()
629 if(nonblock) in tube_read_msg()
H A Dtube.h154 int nonblock);
174 int nonblock);
/openbsd/usr.sbin/unbound/util/
H A Dtube.c289 int nonblock) in tube_write_msg() argument
295 if(nonblock) { in tube_write_msg()
335 int nonblock) in tube_read_msg() argument
342 if(nonblock) { in tube_read_msg()
607 int ATTR_UNUSED(nonblock)) in tube_write_msg() argument
621 int nonblock) in tube_read_msg() argument
624 verbose(VERB_ALGO, "tube read_msg %s", nonblock?"nonblock":"blocking"); in tube_read_msg()
629 if(nonblock) in tube_read_msg()
H A Dtube.h154 int nonblock);
174 int nonblock);
/openbsd/lib/libc/rpc/
H A Dxdr_rec.c134 bool_t nonblock; member
214 rstrm->nonblock = FALSE; in xdrrec_create()
434 if (rstrm->nonblock) { in xdrrec_skiprecord()
592 rstrm->nonblock = TRUE; in __xdrrec_setnonblock()
627 if (rstrm->nonblock) in fill_input_buf()
646 if (rstrm->nonblock) { in get_input_bytes()
675 if (rstrm->nonblock) in set_input_fragment()
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_atomic_helper.h70 bool nonblock);
121 bool nonblock);
H A Ddrm_mode_config.h285 bool nonblock);
/openbsd/lib/libpcap/
H A Dpcap.c453 pcap_setnonblock(pcap_t *p, int nonblock, char *errbuf) in pcap_setnonblock() argument
463 if (nonblock) in pcap_setnonblock()
/openbsd/sys/dev/pci/drm/
H A Ddrm_atomic_helper.c2011 bool nonblock) in drm_atomic_helper_commit() argument
2026 ret = drm_atomic_helper_setup_commit(state, nonblock); in drm_atomic_helper_commit()
2036 if (!nonblock) { in drm_atomic_helper_commit()
2073 if (nonblock) in drm_atomic_helper_commit()
2139 static int stall_checks(struct drm_crtc *crtc, bool nonblock) in stall_checks() argument
2155 if (!completed && nonblock) { in stall_checks()
2277 bool nonblock) in drm_atomic_helper_setup_commit() argument
2300 ret = stall_checks(crtc, nonblock); in drm_atomic_helper_setup_commit()
2344 if (nonblock && old_conn_state->commit && in drm_atomic_helper_setup_commit()
2366 if (nonblock && old_plane_state->commit && in drm_atomic_helper_setup_commit()
/openbsd/sys/kern/
H A Duipc_syscalls.c84 int fd, cloexec, nonblock, fflag, error; in sys_socket() local
98 nonblock = SCARG(uap, type) & SOCK_NONBLOCK; in sys_socket()
99 fflag = FREAD | FWRITE | (nonblock ? FNONBLOCK : 0); in sys_socket()
467 int type, cloexec, nonblock, fflag, error, sv[2]; in sys_socketpair() local
471 nonblock = SCARG(uap, type) & SOCK_NONBLOCK; in sys_socketpair()
472 fflag = FREAD | FWRITE | (nonblock ? FNONBLOCK : 0); in sys_socketpair()
/openbsd/usr.bin/ssh/
H A Dchannels.c410 int extusage, int nonblock, int is_tty) in channel_register_fds() argument
432 if (nonblock == CHANNEL_NONBLOCK_STDIO) { in channel_register_fds()
457 } else if (nonblock) { in channel_register_fds()
475 int nonblock) in channel_new() argument
514 channel_register_fds(ssh, c, rfd, wfd, efd, extusage, nonblock, 0); in channel_new()
1211 int extusage, int nonblock, int is_tty, u_int window_max) in channel_set_fds() argument
1221 channel_register_fds(ssh, c, rfd, wfd, efd, extusage, nonblock, is_tty); in channel_set_fds()
1678 int in, int out, int nonblock) in channel_connect_stdio_fwd() argument
1686 0, "stdio-forward", nonblock); in channel_connect_stdio_fwd()
/openbsd/sys/dev/pci/drm/i915/gem/
H A Di915_gem_execbuffer.c2545 bool nonblock = eb->file->filp->f_flags & O_NONBLOCK; in eb_pin_timeline() local
2547 bool nonblock = eb->file->filp->f_flag & FNONBLOCK; in eb_pin_timeline()
2549 long timeout = nonblock ? 0 : MAX_SCHEDULE_TIMEOUT; in eb_pin_timeline()
2564 if (nonblock) in eb_pin_timeline()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_display.h537 bool nonblock);
H A Dintel_display.c7243 bool nonblock) in intel_atomic_commit() argument
7292 ret = drm_atomic_helper_setup_commit(&state->base, nonblock); in intel_atomic_commit()
7319 if (nonblock && state->modeset) { in intel_atomic_commit()
7321 } else if (nonblock) { in intel_atomic_commit()
/openbsd/usr.sbin/nsd/
H A Dacx_nlnetlabs.m443 # 2011-08-01 Fix nonblock test (broken at v13).
/openbsd/usr.sbin/unbound/
H A Dacx_nlnetlabs.m443 # 2011-08-01 Fix nonblock test (broken at v13).