/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.StateMachine.ksh.out | 4 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 D | Makefile.nmake | 25 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 D | include.am | 26 test/test-closed \ 93 test_test_closed_SOURCES = test/test-closed.c
|
/freebsd/contrib/libevent/test/ |
H A D | Makefile.nmake | 25 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 D | include.am | 26 test/test-closed \ 93 test_test_closed_SOURCES = test/test-closed.c
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_set_shutdown.pod | 34 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 D | SSL_shutdown.pod | 20 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 D | BIO_s_socket.pod | 23 If the close flag is set then the socket is shut down and closed
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bss_bio.c | 64 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 D | tsan_fd.cpp | 37 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 D | tsan_fd.h | 57 bool FdLocation(uptr addr, int *fd, Tid *tid, StackID *stack, bool *closed);
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf1002.in | 6 set timeout sctp.closed 15
|
H A D | pf1002.ok | 6 set timeout sctp.closed 15
|
H A D | pf0055.in | 3 set timeout { tcp.closing 744, tcp.finwait 25, tcp.closed 38 }
|
H A D | pf0055.ok | 8 set timeout tcp.closed 38
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/ |
H A D | tst.remotesctpstate.ksh.out | 11 sctp:::state-change to closed - yes
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | max31785.txt | 8 The Maxim MAX31785 is a PMBus device providing closed-loop, multi-channel fan
|
H A D | max6650.txt | 17 driver selects closed-loop mode and the requested speed.
|
/freebsd/contrib/mandoc/ |
H A D | html.h | 81 int closed; member
|
H A D | html.c | 648 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 D | nvidia,tegra124-dfll.txt | 8 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 D | bioinformatics | 25 >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 D | ftp.errors | 30 426 ABORT Connection closed; transfer aborted
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_private.h | 116 char closed; 118 char closed; global() member
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseInit.cpp | 572 bool closed = !T.consumeClose(); in ParseBraceInitializer() local 574 if (InitExprsOk && closed) in ParseBraceInitializer()
|