/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | lto.h | 52 * \since prior to LTO_API_VERSION=3 77 * \since prior to LTO_API_VERSION=3 85 * \since prior to LTO_API_VERSION=3 108 * \since prior to LTO_API_VERSION=3 116 * \since prior to LTO_API_VERSION=3 124 * \since prior to LTO_API_VERSION=3 132 * \since prior to LTO_API_VERSION=3 150 * \since prior to LTO_API_VERSION=3 158 * \since prior to LTO_API_VERSION=3 168 * \since prior to LTO_API_VERSION=3 [all …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap_get_selectable_fd.3pcap | 14 .\" or promote products derived from this software without specific prior 86 FreeBSD prior to FreeBSD 4.6; 88 NetBSD prior to NetBSD 3.0; 90 OpenBSD prior to OpenBSD 2.4; 92 Mac OS X prior to Mac OS X 10.7; 137 works on that descriptor in Mac OS X releases prior to
|
/freebsd/share/man/man9/ |
H A D | atomic.9 | 188 Conversely, acquire semantics do not require that prior loads or stores have 194 is inserted into the function name immediately prior to the 201 When an atomic operation has release semantics, all prior loads or stores 209 is inserted into the function name immediately prior to the 212 For example, to add two long integers ensuring that all prior loads and 220 of all prior stores by the releasing thread must become visible to 244 When a fence has acquire semantics, all prior loads (by program order) must 252 When a fence has release semantics, all prior loads or stores (by program 264 For example, a store prior to the fence (in program order) may be completed 272 another thread when an atomic load that is prior to the acquire fence (by
|
H A D | sleepqueue.9 | 143 to have been locked by a prior call to 160 must be locked by a prior call to 223 must have been locked by a prior call to 268 needs to have been locked with a prior call to 313 must be locked by a prior call to
|
H A D | vinvalbuf.9 | 45 flag is specified then the buffers on the dirty list are synced prior to being 69 The vnode is assumed to be locked prior to the call and remains locked upon return. 72 must be held by prior to the call and remains locked upon return.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_set_default_stream_mode.pod | 56 handling. It can only be called on a QUIC connection SSL object prior to any 58 after calling L<SSL_new(3)>, prior to initiating a connection. The argument 65 This is the default setting. If L<SSL_write(3)> is called prior to any call to 67 the default stream. If L<SSL_read(3)> is called prior to any call to 78 In this mode, if L<SSL_write(3)> is called prior to any call to L<SSL_read(3)>, 82 called prior to any call to L<SSL_write(3)> is unchanged.
|
H A D | SSL_CTX_set_new_pending_conn_cb.pod | 21 representing the connection may be allocated and initialized prior to a call to 24 B<SSL> prior to a call to SSL_accept_connection(). 48 QUIC connections may begin processing prior to when an application calls 50 delivered to applications' registered TLS callbacks prior to those SSL objects
|
H A D | OPENSSL_init_crypto.pod | 35 application is multi-threaded), and these resources must be freed prior to the 50 OPENSSL_init_crypto() MUST be called by application code prior to 267 should call OPENSSL_thread_stop() prior to the FreeLibrary() call. 270 multi-threaded and if dlclose() is subsequently called prior to the threads 273 each thread prior to the dlclose() call, or alternatively the original dlopen()
|
/freebsd/sys/dev/random/ |
H A D | random_infra.c | 45 * N.B., this is a dangerous default, but it matches the behavior prior to 47 * entropy from the prior boot because of their KARL system, on RW media). 67 "request was submitted prior to initial seeding."); 81 "prior to initial seeding."); 93 "submitted prior to initial seeding.");
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_set_default_stream_mode.3 | 115 handling. It can only be called on a QUIC connection SSL object prior to any 117 after calling \fBSSL_new\fR\|(3), prior to initiating a connection. The argument 121 This is the default setting. If \fBSSL_write\fR\|(3) is called prior to any call to 123 the default stream. If \fBSSL_read\fR\|(3) is called prior to any call to 133 In this mode, if \fBSSL_write\fR\|(3) is called prior to any call to \fBSSL_read\fR\|(3), 137 called prior to any call to \fBSSL_write\fR\|(3) is unchanged.
|
H A D | SSL_CTX_set_new_pending_conn_cb.3 | 80 representing the connection may be allocated and initialized prior to a call to 83 \&\fBSSL\fR prior to a call to \fBSSL_accept_connection()\fR. 103 QUIC connections may begin processing prior to when an application calls 105 delivered to applications' registered TLS callbacks prior to those SSL objects
|
H A D | OPENSSL_init_crypto.3 | 94 application is multi-threaded), and these resources must be freed prior to the 109 \&\fBOPENSSL_init_crypto()\fR MUST be called by application code prior to 304 should call \fBOPENSSL_thread_stop()\fR prior to the \fBFreeLibrary()\fR call. 307 multi-threaded and if \fBdlclose()\fR is subsequently called prior to the threads 310 each thread prior to the \fBdlclose()\fR call, or alternatively the original \fBdlopen()\fR
|
H A D | ASN1_aux_cb.3 | 163 prior to an \fBASN1_VALUE\fR object being allocated. The callback may allocate the 210 Invoked immediately prior to streaming the \fBASN1_VALUE\fR data using indefinite 220 Invoked immediately prior to processing the \fBASN1_VALUE\fR data as a "detached" 230 Invoked immediate prior to an ASN1_VALUE being duplicated via a call to
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_flagdata.3 | 67 These values should have been returned by prior calls to 75 should have been returned by a prior call to 80 should have been returned by a prior call to one of 88 should have been allocated by a prior call to one of 95 should have been returned by a prior call to one of
|
/freebsd/lib/libc/string/ |
H A D | memmem.3 | 12 .\" products derived from this software without specific prior written 86 and in GNU libc prior to version 2.1. 87 Prior to
|
/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | quic-thread-assist.md | 36 application is not required to take the lock prior to connection 37 (specifically, prior to the instantiation of a QUIC channel and consequent 42 probably happen prior to initiating a connection, things may not be that bad. 87 In this model, the application may make handshake layer calls freely prior to
|
/freebsd/usr.bin/renice/ |
H A D | renice.c | 17 * without specific prior written permission. 63 /* can occur at any time prior to delimiter */ in main() 81 /* may occur only once, prior to priority */ in main() 90 /* must occur exactly once, prior to target */ in main()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_screen.c | 26 * sale, use or other dealings in this Software without prior written * 379 NCURSES_CH_T prior; in read_win() local 428 prior = blank; in read_win() 429 decode_cchar(value, &prior, data); in read_win() 442 read_row(char *source, NCURSES_CH_T *prior, NCURSES_CH_T *target, int length) in read_row() argument 448 source = decode_cchar(source, prior, target); in read_row() 462 source = decode_chtype(source, *prior, target); in read_row() 464 *prior = *target; in read_row() 604 NCURSES_CH_T prior = blank; in NCURSES_SP_NAME() local 623 if (read_row(++next, &prior, nwin->_line[n].text, tmp._maxx in NCURSES_SP_NAME() [all …]
|
/freebsd/crypto/krb5/src/man/ |
H A D | kdb5_util.man | 155 releases prior to 1.2.2. 160 releases prior to 1.8. 165 releases prior to 1.11. 222 produced on releases prior to 1.2.2. 227 releases prior to 1.8. 232 releases prior to 1.11.
|
/freebsd/lib/libpmc/ |
H A D | pmc_capabilities.3 | 60 is a PMC handle obtained by a prior call to 150 is a PMC handle obtained by a prior call to 193 A prior call to
|
/freebsd/usr.bin/wc/ |
H A D | wc.1 | 17 .\" without specific prior written permission. 90 This will cancel out any prior usage of the 102 This will cancel out any prior usage of the
|
/freebsd/sys/vm/ |
H A D | uma_dbg.c | 62 * prior to subsequent reallocation. 126 * prior to freeing it back to available memory. 138 * prior to subsequent reallocation. 236 * prior to freeing it back to available memory.
|
/freebsd/crypto/openssl/test/ |
H A D | rdcpu_sanitytest.c | 41 unsigned char prior[31] = {0}, buf[31] = {0}, check[7]; in sanity_check_bytes() local 70 if (!TEST_false(!memcmp(prior, buf, sizeof(buf)))) in sanity_check_bytes() 80 memcpy(prior, buf, sizeof(buf)); in sanity_check_bytes()
|
/freebsd/crypto/heimdal/doc/ |
H A D | copyright.texi | 41 without specific prior written permission. 77 to distribution of the software without specific, written prior 108 without specific prior written permission. 147 without specific prior written permission. 235 without specific prior written permission. 403 to distribution of the software without specific, written prior 501 prior written permission.
|
/freebsd/usr.sbin/rwhod/ |
H A D | rwhod.8 | 14 .\" without specific prior written permission. 174 All fields are converted to network byte order prior to 179 intervals prior to a server's transmission; they are multiplied by 100
|