/freebsd/sys/dev/liquidio/base/ |
H A D | lio_iq.h | 57 * to free the mbuf when the packet has been fetched by Octeon.
|
H A D | lio_request_manager.c | 110 * 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 D | LVBinaryReader.h | 79 // Instruction lines for a logical scope. These instructions are fetched
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Status.cpp | 126 // 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 D | LiveRegMatrix.cpp | 226 // the same cached result would be fetched. To avoid that, we don't cache in checkInterference()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_new.pod | 83 that are used by any B<SSL> objects created from this B<SSL_CTX> will be fetched
|
H A D | EVP_PKEY_CTX_ctrl.pod | 323 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 D | bdw-metrics.json | 7 …; 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 D | bdwde-metrics.json | 7 …; 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 D | bdx-metrics.json | 7 …; 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 D | microseq.9 | 380 mask applied to fetched data
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | ml_kem.h | 167 /* Pre-fetched SHA3 */
|
/freebsd/crypto/krb5/src/man/ |
H A D | kdb5_ldap_util.man | 120 the TTY rather than fetched from a file on the disk.
|
/freebsd/sys/contrib/x86emu/ |
H A D | x86emu.c | 299 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 D | store_lib.c | 286 * 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 D | wifi_display.c | 413 * are fetched with this function are even shorter. in wifi_display_subelem_hex()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_local.h | 353 /* Internal structure constructors for fetched methods */
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | X509_STORE_CTX_new.3 | 130 query string \fIpropq\fR. Any cryptographic algorithms fetched while performing
|
/freebsd/crypto/openssl/providers/implementations/macs/ |
H A D | hmac_prov.c | 163 * which is why it skips the key check unless "HMAC" is fetched directly. in hmac_setkey()
|
/freebsd/crypto/openssl/test/ |
H A D | provider_pkey_test.c | 39 TEST_info("Fetched provider: %s, Expected provider: %s", in fetch_sig()
|
/freebsd/lib/libpmc/ |
H A D | pmc.westmere.3 | 393 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 D | pcap-usb-linux.c | 102 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 D | SystemRuntime.h | 257 /// details; when the remaining fields are needed, they will be fetched by
|
/freebsd/sbin/kldconfig/ |
H A D | kldconfig.c | 83 /* have we already fetched it? */ in getmib()
|
/freebsd/sys/dev/xen/balloon/ |
H A D | balloon.c | 51 /* Convert from KB (as fetched from xenstore) to number of PAGES */
|