Home
last modified time | relevance | path

Searched full:fetched (Results 176 – 200 of 369) sorted by relevance

12345678910>>...15

/freebsd/sys/dev/liquidio/base/
H A Dlio_iq.h57 * to free the mbuf when the packet has been fetched by Octeon.
H A Dlio_request_manager.c110 * Octeon but has yet to be fetched by octeon in lio_init_instr_queue()
566 * queue for commands to be posted and for commands that were fetched by Octeon.
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h79 // Instruction lines for a logical scope. These instructions are fetched
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp126 // Get the error value as a NULL C string. The error string will be fetched and
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp226 // the same cached result would be fetched. To avoid that, we don't cache in checkInterference()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_new.pod83 that are used by any B<SSL> objects created from this B<SSL_CTX> will be fetched
H A DEVP_PKEY_CTX_ctrl.pod323 fetched using the properties I<mdprops>. If not explicitly set the signing
346 fetched using the properties I<mdprops>. The padding mode must have been set to
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwell/
H A Dbdw-metrics.json7 …; a branch predictor predicts the next address to fetch; cache-lines are fetched from the memory s…
14 …; a branch predictor predicts the next address to fetch; cache-lines are fetched from the memory s…
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellde/
H A Dbdwde-metrics.json7 …; a branch predictor predicts the next address to fetch; cache-lines are fetched from the memory s…
14 …; a branch predictor predicts the next address to fetch; cache-lines are fetched from the memory s…
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellx/
H A Dbdx-metrics.json7 …; a branch predictor predicts the next address to fetch; cache-lines are fetched from the memory s…
14 …; a branch predictor predicts the next address to fetch; cache-lines are fetched from the memory s…
/freebsd/share/man/man9/
H A Dmicroseq.9380 mask applied to fetched data
/freebsd/crypto/openssl/include/crypto/
H A Dml_kem.h167 /* Pre-fetched SHA3 */
/freebsd/crypto/krb5/src/man/
H A Dkdb5_ldap_util.man120 the TTY rather than fetched from a file on the disk.
/freebsd/sys/contrib/x86emu/
H A Dx86emu.c299 int fetched; in fetch_decode_modrm() local
301 fetched = fetch_byte_imm(emu); in fetch_decode_modrm()
302 emu->cur_mod = (fetched >> 6) & 0x03; in fetch_decode_modrm()
303 emu->cur_rh = (fetched >> 3) & 0x07; in fetch_decode_modrm()
304 emu->cur_rl = (fetched >> 0) & 0x07; in fetch_decode_modrm()
320 uint8_t fetched; in fetch_byte_imm() local
322 fetched = fetch_byte(emu, emu->x86.R_CS, emu->x86.R_IP); in fetch_byte_imm()
324 return fetched; in fetch_byte_imm()
340 uint16_t fetched; in fetch_word_imm() local
342 fetched = fetch_word(emu, emu->x86.R_CS, emu->x86.R_IP); in fetch_word_imm()
[all …]
/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c286 * If the fetched loader doesn't have a set_ctx_params or a ctrl, it's as in OSSL_STORE_vctrl()
1092 * fetched then we remove this error from the error stack. in OSSL_STORE_attach()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwifi_display.c413 * are fetched with this function are even shorter. in wifi_display_subelem_hex()
/freebsd/crypto/openssl/crypto/evp/
H A Devp_local.h353 /* Internal structure constructors for fetched methods */
/freebsd/secure/lib/libcrypto/man/man3/
H A DX509_STORE_CTX_new.3130 query string \fIpropq\fR. Any cryptographic algorithms fetched while performing
/freebsd/crypto/openssl/providers/implementations/macs/
H A Dhmac_prov.c163 * which is why it skips the key check unless "HMAC" is fetched directly. in hmac_setkey()
/freebsd/crypto/openssl/test/
H A Dprovider_pkey_test.c39 TEST_info("Fetched provider: %s, Expected provider: %s", in fetch_sig()
/freebsd/lib/libpmc/
H A Dpmc.westmere.3393 Count includes WC memory requests, where the data is not fetched but the
617 this one should be fetched, and the IP prefetcher that remembers access
1105 instruction was fetched.
/freebsd/contrib/libpcap/
H A Dpcap-usb-linux.c102 int32_t *offvec; /* Vector of events fetched */
103 int32_t nfetch; /* Number of events to fetch (out: fetched) */
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DSystemRuntime.h257 /// details; when the remaining fields are needed, they will be fetched by
/freebsd/sbin/kldconfig/
H A Dkldconfig.c83 /* have we already fetched it? */ in getmib()
/freebsd/sys/dev/xen/balloon/
H A Dballoon.c51 /* Convert from KB (as fetched from xenstore) to number of PAGES */

12345678910>>...15