Home
last modified time | relevance | path

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

123456

/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/
H A Dmediatek,bluetooth.txt39 guaranteed.
42 design should be guaranteed.
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmediatek-bluetooth.txt39 guaranteed.
42 design should be guaranteed.
/freebsd/crypto/openssl/doc/man3/
H A 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.
H A 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
H A DSSL_get0_peer_scts.pod24 this function is not guaranteed to return all of the SCTs that the peer is
H A DOSSL_sleep.pod16 thread for (at least) I<millis> milliseconds. The delay is not guaranteed;
H A DOSSL_HTTP_parse_url.pod64 On success, they are guaranteed to contain non-NULL string pointers, else NULL.
67 A string returned via I<*ppath> is guaranteed to begin with a C</> character.
H A DBIO_f_readbuffer.pod34 for the call. BIO_read_ex() is guaranteed to give the caller the number of bytes
H A DCRYPTO_get_ex_new_index.pod77 Exdata types are identified by an B<index>, an integer guaranteed to be
127 parent structure is not guaranteed. The free_func() may be called with a
H A DSSL_poll.pod361 If at least one B<SSL_POLL_EVENT_F> event is output, SSL_poll() is guaranteed
362 to return 0 and guaranteed to place at least one ERR on the error stack
397 guaranteed to be at least one) reflect the cause of the failure of the first
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.signal.ksh44 * This is guaranteed to not race with signal-handle.
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DCOM.inc15 //=== is guaranteed to work on *all* UNIX variants.
/freebsd/sys/dev/mlx4/mlx4_core/
H A 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/sys/contrib/device-tree/Bindings/iio/dac/
H A Dti,dac7612.txt3 The DAC7612 is a dual, 12-bit digital-to-analog converter (DAC) with guaranteed
/freebsd/share/examples/pf/
H A Dqueue411 # backlogged, it is guaranteed that the queue gets its linkshare.
/freebsd/contrib/ntp/adjtimed/
H A DREADME6 and later releases) and as such it cannot be guaranteed to work in
/freebsd/sys/x86/cpufreq/
H A Dhwpstate_intel.c98 uint8_t guaranteed; member
414 sc->guaranteed = IA32_HWP_CAPABILITIES_GUARANTEED_PERFORMANCE(caps); in set_autonomous_hwp()
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-libssl-introduction.pod30 the packets of data can be delivered in any order, and they are not guaranteed
35 stream is guaranteed to be delivered in order without any data loss. A stream
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/Unix/
H A DHost.inc15 //=== is guaranteed to work on *all* UNIX variants.
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-boneblack.dts20 * BeagleBone Blacks have PG 2.0 silicon which is guaranteed
/freebsd/crypto/openssl/doc/internal/man3/
H A Devp_keymgmt_util_export_to_provider.pod71 so that key data is guaranteed to contain all the information requested in
/freebsd/contrib/llvm-project/lld/docs/
H A 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/sys/arm/arm/
H A Dplatform_if.m76 * it is guaranteed to be available at this point.
/freebsd/contrib/file/magic/Magdir/
H A Dpalm8 # These are weak, byte 59 is not guaranteed to be 0 and there are
/freebsd/crypto/openssl/test/
H A DREADME-dev.md146 macros are guaranteed to evaluate their arguments exactly once. This means

123456