Home
last modified time | relevance | path

Searched refs:closed (Results 1 – 25 of 146) sorted by relevance

123456

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.StateMachine.ksh.out4 closed: false
17 closed: false
23 closed: false
28 closed: false
38 closed: false
50 closed: false
55 closed: true
56 java.lang.IllegalStateException: cannot reopen a closed consumer
57 java.lang.IllegalStateException: consumer closed
58 java.lang.IllegalStateException: consumer closed
[all …]
/freebsd/crypto/openssl/crypto/thread/arch/
H A Dthread_win.c297 int closed; /* Is closed? */ member
328 cv->closed = 0; in ossl_crypto_condvar_new()
361 int closed, set_prewait = 0, have_orig_gen = 0; in ossl_crypto_condvar_wait_timeout() local
369 closed = cv->closed; in ossl_crypto_condvar_wait_timeout()
385 if (!closed) { in ossl_crypto_condvar_wait_timeout()
399 if (closed) in ossl_crypto_condvar_wait_timeout()
417 } while (closed); in ossl_crypto_condvar_wait_timeout()
443 if (cv->num_wake == 0 && cv->closed) { in ossl_crypto_condvar_wait_timeout()
448 cv->closed = 0; in ossl_crypto_condvar_wait_timeout()
504 cv->closed = 1; in ossl_crypto_condvar_broadcast()
/freebsd/contrib/ntp/sntp/libevent/test/
H A DMakefile.nmake25 OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \
31 test-init.exe test-eof.exe test-closed.exe test-weof.exe test-time.exe \
50 test-closed.exe: test-closed.obj
51 $(CC) $(CFLAGS) $(LIBS) test-closed.obj
H A Dinclude.am26 test/test-closed \
93 test_test_closed_SOURCES = test/test-closed.c
/freebsd/contrib/libevent/test/
H A DMakefile.nmake25 OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \
31 test-init.exe test-eof.exe test-closed.exe test-weof.exe test-time.exe \
50 test-closed.exe: test-closed.obj
51 $(CC) $(CFLAGS) $(LIBS) test-closed.obj
H A Dinclude.am26 test/test-closed \
93 test_test_closed_SOURCES = test/test-closed.c
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_bio.c64 int closed; /* valid iff peer != NULL */ member
133 if (peer_b->closed) in bio_read()
284 if (b->closed) { in bio_write()
360 if (b->closed) { in bio_nwrite0()
470 if (b->peer == NULL || b->closed) in bio_ctrl()
497 b->closed = 1; in bio_ctrl()
582 if (peer_b->len == 0 && peer_b->closed) in bio_ctrl()
634 b1->closed = 0; in bio_make_pair()
637 b2->closed = 0; in bio_make_pair()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_set_shutdown.pod34 considered closed and the session is closed and correct.
49 The actual condition for a correctly closed session is SSL_SENT_SHUTDOWN
52 is closed).
H A DSSL_get_conn_close_info.pod28 - get information about why a QUIC connection was closed
76 QUIC connection was closed.
95 number which caused the connection to be closed. It may also be set to 0 if no
96 frame type was specified as causing the connection to be closed. If
H A DBIO_s_socket.pod23 If the close flag is set then the socket is shut down and closed
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp37 bool closed; member
124 d->closed = false; in init()
160 bool FdLocation(uptr addr, int *fd, Tid *tid, StackID *stack, bool *closed) { in FdLocation() argument
171 *closed = d->closed; in FdLocation()
248 d->closed = true; in FdClose()
H A Dtsan_fd.h57 bool FdLocation(uptr addr, int *fd, Tid *tid, StackID *stack, bool *closed);
/freebsd/sbin/pfctl/tests/files/
H A Dpf1002.in6 set timeout sctp.closed 15
H A Dpf1002.ok6 set timeout sctp.closed 15
H A Dpf0055.in3 set timeout { tcp.closing 744, tcp.finwait 25, tcp.closed 38 }
H A Dpf0055.ok8 set timeout tcp.closed 38
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.remotesctpstate.ksh.out11 sctp:::state-change to closed - yes
/freebsd/crypto/openssl/doc/designs/ddd/
H A Dddd-06-mem-uv.c87 char init_handshake, done_handshake, closed; member
323 conn->closed = 1; in net_error()
391 if (!conn->closed) in set_rx()
396 …if (!conn->closed && (conn->app_read_cb || (!conn->done_handshake && conn->init_handshake) || conn… in set_rx()
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dmax31785.txt8 The Maxim MAX31785 is a PMBus device providing closed-loop, multi-channel fan
H A Dmax6650.txt17 driver selects closed-loop mode and the requested speed.
/freebsd/contrib/mandoc/
H A Dhtml.h81 int closed; member
H A Dhtml.c648 if (t->closed) in print_otag()
670 t->closed = 0; in print_otag()
849 if (tag->closed == 0) { in print_ctag()
850 tag->closed = 1; in print_ctag()
/freebsd/contrib/libyaml/src/
H A Ddumper.c94 if (emitter->closed) return 1; in yaml_emitter_close()
102 emitter->closed = 1; in yaml_emitter_close()
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dnvidia,tegra124-dfll.txt8 oscillator connected to the CPU voltage rail (VDD_CPU), and a closed loop
26 - ref: The closed loop reference clock
/freebsd/contrib/file/magic/Magdir/
H A Dbioinformatics25 >0x08 lelong &0x10000 \b, using half-closed-half-open coordinates (BED style)
27 >>0x08 lelong =0 \b, using closed and one based coordinates (GFF style)

123456