| /freebsd/contrib/processor-trace/libipt/test/src/ |
| H A D | ptunit-section.c | 163 uint8_t bytes[] = { 0xcc, 0xcc, 0xcc, 0xcc, 0xcc }; in create() local 198 uint8_t bytes[] = { 0xcc, 0xcc, 0xcc, 0xcc, 0xcc }; in create_truncated() local 366 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in get_overflow() local 388 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in attach_overflow() local 410 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in attach_bad_ucount() local 431 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in map_change() local 450 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in map_put() local 473 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in unmap_nomap() local 490 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in map_overflow() local 511 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in get_put() local [all …]
|
| /freebsd/crypto/openssl/test/ |
| H A D | cipherbytes_test.c | 30 const unsigned char bytes[] = { 0x00 }; in test_empty() local 49 const unsigned char bytes[] = { 0xc0, 0x0f, 0x00, 0x2f, 0x01, 0x00 }; in test_unsupported() local 74 const unsigned char bytes[] = { 0x00, 0x00, 0x35, 0x01, 0x00, 0x80, in test_v2() local 106 const unsigned char bytes[] = { 0x00, 0x2f, 0x00, 0x33, 0x00, 0x9f, 0x00, 0xff, in test_v3() local
|
| /freebsd/stand/libsa/ |
| H A D | zalloc_malloc.c | 57 Malloc(size_t bytes, const char *file __unused, int line __unused) in Malloc() 63 Memalign(size_t alignment, size_t bytes, const char *file __unused, in Memalign() 73 Malloc_align(size_t bytes, size_t alignment) in Malloc_align() 110 size_t bytes; in Free() local 157 uintptr_t bytes = (uintptr_t)n1 * (uintptr_t)n2; in Calloc() local
|
| H A D | zalloc.c | 88 znalloc(MemPool *mp, uintptr_t bytes, size_t align) in znalloc() 172 zfree(MemPool *mp, void *ptr, uintptr_t bytes) in zfree() 279 zextendPool(MemPool *mp, void *base, uintptr_t bytes) in zextendPool()
|
| /freebsd/sys/amd64/pci/ |
| H A D | pci_cfgreg.c | 101 pci_docfgregread(int domain, int bus, int slot, int func, int reg, int bytes) in pci_docfgregread() 125 pci_cfgregread(int domain, int bus, int slot, int func, int reg, int bytes) in pci_cfgregread() 152 int bytes) in pci_cfgregwrite() 180 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable() 206 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread() 232 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite() 330 unsigned func, unsigned reg, unsigned bytes) in pciereg_cfgread() 362 unsigned func, unsigned reg, int data, unsigned bytes) in pciereg_cfgwrite()
|
| /freebsd/tests/atf_python/sys/net/ |
| H A D | rtsock.py | 254 def print_sa_inet(sa: bytes): 261 def print_sa_inet6(sa: bytes): 269 def print_sa_link(sa: bytes, hd: Optional[bool] = True): 291 def print_sa_unknown(sa: bytes): 295 def print_sa(cls, sa: bytes, hd: Optional[bool] = False): 358 def add_sa_attr(self, attr_type, attr_bytes: bytes): 442 def from_bytes(cls, data: bytes): 530 def new_rtm_any(self, msg_type, prefix: str, gw: Union[str, bytes]): argument 549 def new_rtm_add(self, prefix: str, gw: Union[str, bytes]): argument 552 def new_rtm_del(self, prefix: str, gw: Union[str, bytes]): argument [all …]
|
| /freebsd/usr.sbin/bhyve/amd64/ |
| H A D | pm.c | 61 int port __unused, int bytes, uint32_t *eax, void *arg __unused) in reset_handler() 159 int port __unused, int bytes, uint32_t *eax, void *arg __unused) in pm1_status_handler() 183 int port __unused, int bytes, uint32_t *eax, void *arg __unused) in pm1_enable_handler() 236 int port __unused, int bytes, uint32_t *eax, void *arg __unused) in pm1_control_handler() 286 int bytes, uint32_t *eax, void *arg __unused) in gpe0_sts() 310 int bytes, uint32_t *eax, void *arg __unused) in gpe0_en() 334 int bytes, uint32_t *eax, void *arg __unused) in smi_cmd_handler()
|
| /freebsd/crypto/openssl/crypto/rand/ |
| H A D | rand_egd.c | 21 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() 31 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() 107 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() 217 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes()
|
| /freebsd/tests/atf_python/sys/netlink/ |
| H A D | message.py | 71 def parse_nl_header(data: bytes): 140 def print_as_bytes(data: bytes, descr: str): 197 def parse_child(self, data: bytes, attr_key, attr_map): 201 def parse_child_array(self, data: bytes, attr_key, attr_map): 218 def parse_attrs(self, data: bytes, attr_map): 250 def parse_nla_list(self, data: bytes) -> List[NlAttr]:
|
| /freebsd/crypto/openssl/providers/implementations/rands/seeding/ |
| H A D | rand_win.c | 72 size_t bytes = 0; in ossl_pool_acquire_entropy() local 87 size_t bytes = 0; in ossl_pool_acquire_entropy() local 107 size_t bytes = 0; in ossl_pool_acquire_entropy() local
|
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | x509name.c | 142 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_OBJ() 157 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_NID() 171 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_txt() 244 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_txt() 263 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_NID() 281 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_OBJ() 318 const unsigned char *bytes, int len) in X509_NAME_ENTRY_set_data()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Opcode.h | 66 Opcode(uint8_t *bytes, size_t length, Opcode::Type type, in Opcode() 200 void SetOpcode16_32TupleBytes(const void *bytes, size_t length, in SetOpcode16_32TupleBytes() 205 void SetOpcodeBytes(const void *bytes, size_t length) { in SetOpcodeBytes() 209 void DoSetOpcodeBytes(const void *bytes, size_t length, Opcode::Type type, in DoSetOpcodeBytes() 295 uint8_t bytes[16]; // This must be big enough to handle any opcode for any member
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_cwksp.h | 265 size_t const bytes = (alignBytes - ((size_t)ptr & (alignBytesMask))) & alignBytesMask; in ZSTD_cwksp_bytes_to_align_ptr() local 291 ZSTD_cwksp_reserve_internal_buffer_space(ZSTD_cwksp* ws, size_t const bytes) in ZSTD_cwksp_reserve_internal_buffer_space() 361 ZSTD_cwksp_reserve_internal(ZSTD_cwksp* ws, size_t bytes, ZSTD_cwksp_alloc_phase_e phase) in ZSTD_cwksp_reserve_internal() 394 MEM_STATIC BYTE* ZSTD_cwksp_reserve_buffer(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_buffer() 408 MEM_STATIC void* ZSTD_cwksp_reserve_aligned_init_once(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_aligned_init_once() 432 MEM_STATIC void* ZSTD_cwksp_reserve_aligned64(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_aligned64() 446 MEM_STATIC void* ZSTD_cwksp_reserve_table(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_table() 491 MEM_STATIC void* ZSTD_cwksp_reserve_object(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_object()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_cwksp.h | 266 size_t const bytes = (alignBytes - ((size_t)ptr & (alignBytesMask))) & alignBytesMask; in ZSTD_cwksp_bytes_to_align_ptr() local 292 ZSTD_cwksp_reserve_internal_buffer_space(ZSTD_cwksp* ws, size_t const bytes) in ZSTD_cwksp_reserve_internal_buffer_space() 362 ZSTD_cwksp_reserve_internal(ZSTD_cwksp* ws, size_t bytes, ZSTD_cwksp_alloc_phase_e phase) in ZSTD_cwksp_reserve_internal() 395 MEM_STATIC BYTE* ZSTD_cwksp_reserve_buffer(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_buffer() 409 MEM_STATIC void* ZSTD_cwksp_reserve_aligned_init_once(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_aligned_init_once() 433 MEM_STATIC void* ZSTD_cwksp_reserve_aligned64(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_aligned64() 447 MEM_STATIC void* ZSTD_cwksp_reserve_table(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_table() 492 MEM_STATIC void* ZSTD_cwksp_reserve_object(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_object()
|
| /freebsd/sys/i386/pci/ |
| H A D | pci_cfgreg.c | 175 pci_docfgregread(int domain, int bus, int slot, int func, int reg, int bytes) in pci_docfgregread() 199 pci_cfgregread(int domain, int bus, int slot, int func, int reg, int bytes) in pci_cfgregread() 221 int bytes) in pci_cfgregwrite() 249 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable() 299 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread() 325 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite() 651 unsigned func, unsigned reg, unsigned bytes) in pciereg_cfgread() 683 unsigned func, unsigned reg, int data, unsigned bytes) in pciereg_cfgwrite()
|
| /freebsd/contrib/kyua/utils/ |
| H A D | units_test.cpp | 185 units::bytes bytes; in ATF_TEST_CASE_BODY() local 197 units::bytes bytes; in ATF_TEST_CASE_BODY() local 213 units::bytes bytes(123456789); in ATF_TEST_CASE_BODY() local
|
| H A D | units.cpp | 45 units::bytes::bytes(void) : in bytes() function in units::bytes 54 units::bytes::bytes(const uint64_t count_) : in bytes() function in units::bytes
|
| /freebsd/crypto/openssl/crypto/cms/ |
| H A D | cms_att.c | 91 const void *bytes, int len) in CMS_signed_add1_attr_by_OBJ() 99 int nid, int type, const void *bytes, int len) in CMS_signed_add1_attr_by_NID() 108 const void *bytes, int len) in CMS_signed_add1_attr_by_txt() 159 const void *bytes, int len) in CMS_unsigned_add1_attr_by_OBJ() 168 const void *bytes, int len) in CMS_unsigned_add1_attr_by_NID() 177 const void *bytes, int len) in CMS_unsigned_add1_attr_by_txt()
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | memory_resource.cpp | 42 void* do_allocate(size_t bytes, size_t align) override { in do_allocate() 57 void do_deallocate(void* p, size_t bytes, size_t align) override { in do_deallocate() 160 …pool_resource::__adhoc_pool::__do_allocate(memory_resource* upstream, size_t bytes, size_t align) { in __do_allocate() 180 memory_resource* upstream, void* p, size_t bytes, size_t align) { in __do_deallocate() 282 int unsynchronized_pool_resource::__pool_index(size_t bytes, size_t align) const { in __pool_index() 345 void* unsynchronized_pool_resource::do_allocate(size_t bytes, size_t align) { in do_allocate() 399 void unsynchronized_pool_resource::do_deallocate(void* p, size_t bytes, size_t align) { in do_deallocate() 437 void* __try_allocate_from_chunk(Chunk& self, size_t bytes, size_t align) { in __try_allocate_from_chunk() 453 void* monotonic_buffer_resource::do_allocate(size_t bytes, size_t align) { in do_allocate()
|
| /freebsd/sys/arm64/acpica/ |
| H A D | pci_cfgreg.c | 43 pci_cfgregread(int domain, int bus, int slot, int func, int reg, int bytes) in pci_cfgregread() 56 int bytes) in pci_cfgregwrite()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | CommandObjectTraceStartIntelPT.cpp | 36 if (std::optional<uint64_t> bytes = in SetOptionValue() local 101 if (std::optional<uint64_t> bytes = in SetOptionValue() local 110 if (std::optional<uint64_t> bytes = in SetOptionValue() local
|
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | hash.h | 36 const uint8_t *bytes = static_cast<const uint8_t *>(ptr); in read_little_endian() local 59 const uint8_t *bytes = static_cast<const uint8_t *>(ptr); in read_small_values() local 128 uint8_t const *bytes = static_cast<const uint8_t *>(ptr); in update() local
|
| H A D | freelist_heap.h | 131 cpp::byte *bytes = static_cast<cpp::byte *>(ptr); in free() local 170 cpp::byte *bytes = static_cast<cpp::byte *>(ptr); in realloc() local 196 size_t bytes; in calloc() local
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | hex.c | 50 k5_hex_encode(const void *bytes, size_t len, int uppercase, char **hex_out) in k5_hex_encode() 90 uint8_t *bytes; in k5_hex_decode() local
|
| /freebsd/usr.sbin/fstyp/ |
| H A D | hammer2.c | 74 size_t bytes, io_bytes, boff; in read_media() local 120 size_t bytes; in find_pfs() local 210 size_t bytes; in read_label() local
|