/openbsd/sbin/unwind/libunbound/util/ |
H A D | tube.c | 289 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 D | tube.h | 154 int nonblock); 174 int nonblock);
|
/openbsd/usr.sbin/unbound/util/ |
H A D | tube.c | 289 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 D | tube.h | 154 int nonblock); 174 int nonblock);
|
/openbsd/lib/libc/rpc/ |
H A D | xdr_rec.c | 134 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 D | drm_atomic_helper.h | 70 bool nonblock); 121 bool nonblock);
|
H A D | drm_mode_config.h | 285 bool nonblock);
|
/openbsd/lib/libpcap/ |
H A D | pcap.c | 453 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 D | drm_atomic_helper.c | 2011 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 D | uipc_syscalls.c | 84 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() 460 int type, cloexec, nonblock, fflag, error, sv[2]; in sys_socketpair() local 464 nonblock = SCARG(uap, type) & SOCK_NONBLOCK; in sys_socketpair() 465 fflag = FREAD | FWRITE | (nonblock ? FNONBLOCK : 0); in sys_socketpair()
|
/openbsd/usr.bin/ssh/ |
H A D | channels.c | 412 int extusage, int nonblock, int is_tty) in channel_register_fds() argument 434 if (nonblock == CHANNEL_NONBLOCK_STDIO) { in channel_register_fds() 459 } else if (nonblock) { in channel_register_fds() 477 int nonblock) in channel_new() argument 516 channel_register_fds(ssh, c, rfd, wfd, efd, extusage, nonblock, 0); in channel_new() 1215 int extusage, int nonblock, int is_tty, u_int window_max) in channel_set_fds() argument 1225 channel_register_fds(ssh, c, rfd, wfd, efd, extusage, nonblock, is_tty); in channel_set_fds() 1682 int in, int out, int nonblock) in channel_connect_stdio_fwd() argument 1690 0, "stdio-forward", nonblock); in channel_connect_stdio_fwd()
|
/openbsd/sys/dev/pci/drm/i915/gem/ |
H A D | i915_gem_execbuffer.c | 2545 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 D | intel_display.h | 537 bool nonblock);
|
H A D | intel_display.c | 7243 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 D | acx_nlnetlabs.m4 | 43 # 2011-08-01 Fix nonblock test (broken at v13).
|
/openbsd/usr.sbin/unbound/ |
H A D | acx_nlnetlabs.m4 | 43 # 2011-08-01 Fix nonblock test (broken at v13).
|