Home
last modified time | relevance | path

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

12345

/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/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/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_shutdown.pod20 a currently open session is considered closed and good and will be kept in the
51 The read direction is closed by the peer.
100 closed anyway), this first successful call to SSL_shutdown() is sufficient.
H A DBIO_s_socket.pod23 If the close flag is set then the socket is shut down and closed
/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()
285 if (b->closed) { in bio_write()
362 if (b->closed) { in bio_nwrite0()
474 if (b->peer == NULL || b->closed) in bio_ctrl()
501 b->closed = 1; in bio_ctrl()
586 if (peer_b->len == 0 && peer_b->closed) in bio_ctrl()
642 b1->closed = 0; in bio_make_pair()
645 b2->closed = 0; in bio_make_pair()
/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/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/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)
/freebsd/lib/libfetch/
H A Dftp.errors30 426 ABORT Connection closed; transfer aborted
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_private.h116 char closed;
118 char closed; global() member
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp572 bool closed = !T.consumeClose(); in ParseBraceInitializer() local
574 if (InitExprsOk && closed) in ParseBraceInitializer()

12345