Home
last modified time | relevance | path

Searched refs:guaranteed (Results 1 – 25 of 131) sorted by relevance

123456

/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_get_current_cipher.pod40 sequencing of handshake processing and callback invocation is not guaranteed
42 by SSL_CTX_set_alpn_select_cb() is guaranteed to have a non-NULL return value.
DBIO_f_buffer.pod55 caller as appropriate for the call; a BIO_gets() is guaranteed to give
56 the caller a whole line, and BIO_read_ex() is guaranteed to give the
DSSL_get0_peer_scts.pod24 this function is not guaranteed to return all of the SCTs that the peer is
DCRYPTO_get_ex_new_index.pod72 Exdata types are identified by an B<index>, an integer guaranteed to be
121 parent structure is not guaranteed. The free_func() may be called with a
DCMS_decrypt.pod34 the content: this will typically output garbage and may (but is not guaranteed
DSSL_CTX_set_generate_session_id.pod50 buffer at location B<id> is only guaranteed to have the size B<id_len>.
DRSA_set_method.pod61 it is, the return value can only be guaranteed to be valid as long as the
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
Dmlx4_resource_tracker.c313 int allocated, free, reserved, guaranteed, from_free; in mlx4_grant_resource() local
328 guaranteed = res_alloc->guaranteed[slave]; in mlx4_grant_resource()
337 if (allocated + count <= guaranteed) { in mlx4_grant_resource()
342 if (guaranteed - allocated > 0) in mlx4_grant_resource()
343 from_free = count - (guaranteed - allocated); in mlx4_grant_resource()
383 int allocated, guaranteed, from_rsvd; in mlx4_release_resource() local
394 guaranteed = res_alloc->guaranteed[slave]; in mlx4_release_resource()
396 if (allocated - count >= guaranteed) { in mlx4_release_resource()
400 if (allocated - guaranteed > 0) in mlx4_release_resource()
401 from_rsvd = count - (allocated - guaranteed); in mlx4_release_resource()
[all …]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
Dtst.signal.ksh44 * This is guaranteed to not race with signal-handle.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
DCOM.inc15 //=== is guaranteed to work on *all* UNIX variants.
DThreadLocal.inc15 //=== is guaranteed to work on *all* UNIX variants.
DHost.inc15 //=== is guaranteed to work on *all* UNIX variants.
/freebsd-12-stable/sys/gnu/dts/arm/
Dam335x-boneblack.dts19 * BeagleBone Blacks have PG 2.0 silicon which is guaranteed
/freebsd-12-stable/share/examples/pf/
Dqueue412 # backlogged, it is guaranteed that the queue gets its linkshare.
/freebsd-12-stable/contrib/ntp/adjtimed/
DREADME6 and later releases) and as such it cannot be guaranteed to work in
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
DThreadLocal.inc15 //=== is guaranteed to work on *all* Win32 variants.
/freebsd-12-stable/contrib/llvm-project/lld/docs/
DNewLLD.rst11 files. The function is guaranteed to return as long as you do not pass corrupted
163 is guaranteed by the symbol table. As the resolver reads symbols from input
307 On Unix, your program is generally not guaranteed to be safe with ICF,
/freebsd-12-stable/sys/arm/arm/
Dplatform_if.m77 * it is guaranteed to be available at this point.
/freebsd-12-stable/contrib/file/magic/Magdir/
Dpalm8 # These are weak, byte 59 is not guaranteed to be 0 and there are
/freebsd-12-stable/sys/powerpc/powerpc/
Dplatform_if.m96 * it is guaranteed to be available at this point.
/freebsd-12-stable/contrib/gcclibs/libiberty/
Dfunctions.texi487 @item These macros are guaranteed to have well-defined behavior for all
543 returned pointer is guaranteed to lie within the original
1140 The contents of the location pointed to are only guaranteed to be
1161 The returned string is only guaranteed to be valid only until the
1215 The returned string is only guaranteed to be valid only until the next
1234 The contents of the location pointed to are only guaranteed to be
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dtypeinfo161 // However, if one of the RTTIs is guaranteed unique and the other one isn't,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DAttributes.td50 /// The result of the function is guaranteed to point to a number of bytes that
/freebsd-12-stable/contrib/binutils/libiberty/
Dfunctions.texi503 @item These macros are guaranteed to have well-defined behavior for all
559 returned pointer is guaranteed to lie within the original
1178 The contents of the location pointed to are only guaranteed to be
1199 The returned string is only guaranteed to be valid only until the
1253 The returned string is only guaranteed to be valid only until the next
1272 The contents of the location pointed to are only guaranteed to be
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
DTODO102 and easier to process binary representation (validity is already guaranteed

123456