| /freebsd/crypto/openssl/test/ |
| H A D | packettest.c | 156 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 D | pcifront.c | 591 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 D | xregs_sig.c | 52 uint32_t bytes; member
|
| /freebsd/contrib/libedit/ |
| H A D | chartype.c | 150 ssize_t bytes; in ct_decode_argv() local
|
| /freebsd/sys/dev/isl/ |
| H A D | isl.c | 92 uint8_t bytes[] = { reg, val }; in isl_write_byte() local
|
| /freebsd/contrib/processor-trace/libipt/src/ |
| H A D | pt_ild.c | 152 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 D | recoverdisk.c | 84 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 D | acpi_pcib_acpi.c | 539 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 D | poly1305_donna32.h | 57 unsigned long long bytes) in poly1305_blocks()
|
| /freebsd/sys/dev/mlx4/mlx4_en/ |
| H A D | mlx4_en_port.c | 156 u64 packets, bytes; in mlx4_en_fold_software_stats() local
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | ThreadedCommunication.cpp | 239 void ThreadedCommunication::AppendBytesToCache(const uint8_t *bytes, size_t len, in AppendBytesToCache()
|
| /freebsd/sys/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm6.c | 582 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 D | bhnd_nvram_value.c | 564 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 D | btree.h | 122 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 D | btree.h | 126 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 D | draid.c | 92 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 D | rtl8366rb.c | 370 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 D | pci_passthru.c | 1075 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 D | syscalls.c | 1918 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 D | kcrypto.c | 187 uint8_t *bytes, *p, *q; in krb5_derive_key() local
|
| /freebsd/crypto/openssl/crypto/cmp/ |
| H A D | cmp_hdr.c | 124 unsigned char *bytes = OPENSSL_malloc(len); in set_random() local
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | params_dup.c | 29 size_t ossl_param_bytes_to_blocks(size_t bytes) in ossl_param_bytes_to_blocks()
|
| /freebsd/sys/fs/udf/ |
| H A D | osta.c | 238 unsigned char bytes[] = { 0x70, 0x6A, 0x77 }; variable
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | bptree.c | 121 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 D | DataExtractor.cpp | 224 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
|