Home
last modified time | relevance | path

Searched defs:bytes (Results 201 – 225 of 560) sorted by relevance

12345678910>>...23

/freebsd/crypto/openssl/test/
H A Dpackettest.c156 const unsigned char *bytes = NULL; in test_PACKET_get_bytes() local
180 unsigned char bytes[4]; in test_PACKET_copy_bytes() local
/freebsd/sys/dev/xen/pcifront/
H A Dpcifront.c591 int reg, int bytes) in xpcib_read_config()
618 int reg, u_int32_t data, int bytes) in xpcib_write_config()
/freebsd/tools/test/xregs_sig/
H A Dxregs_sig.c52 uint32_t bytes; member
/freebsd/contrib/libedit/
H A Dchartype.c150 ssize_t bytes; in ct_decode_argv() local
/freebsd/sys/dev/isl/
H A Disl.c92 uint8_t bytes[] = { reg, val }; in isl_write_byte() local
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_ild.c152 static const uint8_t bytes[] = { 2, 4, 4 }; in resolve_z() local
168 static const uint8_t bytes[] = { 2, 4, 8 }; in resolve_v() local
/freebsd/sbin/recoverdisk/
H A Drecoverdisk.c84 account_good_read_period(time_t now, uint64_t bytes, in account_good_read_period()
109 account_good_read(time_t now, uint64_t bytes) in account_good_read()
/freebsd/sys/dev/acpica/
H A Dacpi_pcib_acpi.c539 u_int reg, int bytes) in acpi_pcib_read_config()
548 u_int reg, uint32_t data, int bytes) in acpi_pcib_write_config()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna32.h57 unsigned long long bytes) in poly1305_blocks()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c156 u64 packets, bytes; in mlx4_en_fold_software_stats() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp239 void ThreadedCommunication::AppendBytesToCache(const uint8_t *bytes, size_t len, in AppendBytesToCache()
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c582 get_bitshift(const uint8_t *ip, uint8_t first_byte, uint8_t bytes) in get_bitshift()
609 uint8_t bytes, uint8_t first_byte, uint8_t depth, in simulate_add_step()
661 uint32_t *next_tbl_ind, uint8_t *ip, uint8_t bytes, in add_step()
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.c564 const void *bytes; in bhnd_nvram_val_copy() local
1464 const void *bytes; in bhnd_nvram_val_nelem() local
1701 void *bytes; in bhnd_nvram_val_set() local
/freebsd/lib/libc/db/btree/
H A Dbtree.h122 char bytes[1]; /* data */ member
172 char bytes[1]; /* data */ member
204 char bytes[1]; member
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dbtree.h126 char bytes[1]; /* data */ member
176 char bytes[1]; /* data */ member
208 char bytes[1]; member
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c92 ssize_t rc, bytes = 0; in read_map() local
210 ssize_t rc, bytes = 0; in write_map() local
849 ssize_t bytes = sizeof (map_seed); in draid_generate() local
/freebsd/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c370 char bytes[2]; in smi_probe() local
512 char bytes[2]; in smi_read_locked() local
541 char bytes[4]; in smi_write_locked() local
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c1075 struct pci_devinst *pi __unused, int coff, int bytes, uint32_t *rv) in passthru_cfgread_default()
1113 passthru_cfgread(struct pci_devinst *pi, int coff, int bytes, uint32_t *rv) in passthru_cfgread()
1127 int coff, int bytes, uint32_t val) in passthru_cfgwrite_default()
1205 passthru_cfgwrite(struct pci_devinst *pi, int coff, int bytes, uint32_t val) in passthru_cfgwrite()
/freebsd/usr.bin/truss/
H A Dsyscalls.c1918 size_t bytes = sizeof(struct pollfd) * numfds; in print_arg() local
1945 size_t bytes = _howmany(numfds, _NFDBITS) * _NFDBITS; in print_arg() local
2103 size_t bytes; in print_arg() local
2137 size_t bytes; in print_arg() local
/freebsd/sys/kgssapi/krb5/
H A Dkcrypto.c187 uint8_t *bytes, *p, *q; in krb5_derive_key() local
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_hdr.c124 unsigned char *bytes = OPENSSL_malloc(len); in set_random() local
/freebsd/crypto/openssl/crypto/
H A Dparams_dup.c29 size_t ossl_param_bytes_to_blocks(size_t bytes) in ossl_param_bytes_to_blocks()
/freebsd/sys/fs/udf/
H A Dosta.c238 unsigned char bytes[] = { 0x70, 0x6A, 0x77 }; variable
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbptree.c121 uint64_t bytes, uint64_t comp, uint64_t uncomp, dmu_tx_t *tx) in bptree_add()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp224 lldb::offset_t DataExtractor::SetData(const void *bytes, offset_t length, in SetData()
985 size_t bytes = GetByteSize() + rhs.GetByteSize(); in Append() local
1010 size_t bytes = GetByteSize() + length; in Append() local

12345678910>>...23