Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c366 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
538 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in attach_detach() local
569 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in attach_bad_iscache() local
[all …]
/freebsd/crypto/openssl/test/
H A Dcipherbytes_test.c30 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
104 const unsigned char bytes[] = {0x00, 0x2f, 0x00, 0x33, 0x00, 0x9f, 0x00, 0xff, in test_v3() local
/freebsd/stand/libsa/
H A Dzalloc_malloc.c57 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 Dzalloc.c88 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 Dpci_cfgreg.c101 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 Drtsock.py254 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):
549 def new_rtm_add(self, prefix: str, gw: Union[str, bytes]): argument
563 def print_hd(self, data: bytes):
581 def parse_message(self, data: bytes):
[all …]
/freebsd/usr.sbin/bhyve/amd64/
H A Dpm.c61 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 Drand_egd.c21 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()
109 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes()
204 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes()
/freebsd/tests/atf_python/sys/netlink/
H A Dmessage.py71 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/crypto/x509/
H A Dx509name.c142 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/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_win.c73 size_t bytes = 0; in ossl_pool_acquire_entropy() local
87 size_t bytes = 0; in ossl_pool_acquire_entropy() local
106 size_t bytes = 0; in ossl_pool_acquire_entropy() local
/freebsd/sys/i386/pci/
H A Dpci_cfgreg.c175 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/llvm-project/libcxx/src/
H A Dmemory_resource.cpp41 void* do_allocate(size_t bytes, size_t align) override { in do_allocate()
56 …void do_deallocate(void* p, size_t bytes, size_t align) override { std::__libcpp_deallocate(p, byt… in do_deallocate()
157 …pool_resource::__adhoc_pool::__do_allocate(memory_resource* upstream, size_t bytes, size_t align) { in __do_allocate()
177 memory_resource* upstream, void* p, size_t bytes, size_t align) { in __do_deallocate()
279 int unsynchronized_pool_resource::__pool_index(size_t bytes, size_t align) const { in __pool_index()
342 void* unsynchronized_pool_resource::do_allocate(size_t bytes, size_t align) { in do_allocate()
396 void unsynchronized_pool_resource::do_deallocate(void* p, size_t bytes, size_t align) { in do_deallocate()
431 void* monotonic_buffer_resource::__initial_descriptor::__try_allocate_from_chunk(size_t bytes, size… in __try_allocate_from_chunk()
442 void* monotonic_buffer_resource::__chunk_footer::__try_allocate_from_chunk(size_t bytes, size_t ali… in __try_allocate_from_chunk()
451 void* monotonic_buffer_resource::do_allocate(size_t bytes, size_t align) { in do_allocate()
/freebsd/contrib/kyua/utils/
H A Dunits_test.cpp185 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 Dunits.cpp45 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/sys/arm64/acpica/
H A Dpci_cfgreg.c43 pci_cfgregread(int domain, int bus, int slot, int func, int reg, int bytes) in pci_cfgregread()
56 int bytes) in pci_cfgregwrite()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_att.c105 const void *bytes, int len) in CMS_signed_add1_attr_by_OBJ()
113 int nid, int type, const void *bytes, int len) in CMS_signed_add1_attr_by_NID()
122 const void *bytes, int len) in CMS_signed_add1_attr_by_txt()
173 const void *bytes, int len) in CMS_unsigned_add1_attr_by_OBJ()
182 const void *bytes, int len) in CMS_unsigned_add1_attr_by_NID()
191 const void *bytes, int len) in CMS_unsigned_add1_attr_by_txt()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DCommandObjectTraceStartIntelPT.cpp36 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/sys/contrib/zstd/lib/compress/
H A Dzstd_cwksp.h238 size_t const bytes = (alignBytes - ((size_t)ptr & (alignBytesMask))) & alignBytesMask; in ZSTD_cwksp_bytes_to_align_ptr() local
252 ZSTD_cwksp_reserve_internal_buffer_space(ZSTD_cwksp* ws, size_t const bytes) in ZSTD_cwksp_reserve_internal_buffer_space()
331 ZSTD_cwksp_reserve_internal(ZSTD_cwksp* ws, size_t bytes, ZSTD_cwksp_alloc_phase_e phase) in ZSTD_cwksp_reserve_internal()
362 MEM_STATIC BYTE* ZSTD_cwksp_reserve_buffer(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_buffer()
370 MEM_STATIC void* ZSTD_cwksp_reserve_aligned(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_aligned()
383 MEM_STATIC void* ZSTD_cwksp_reserve_table(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_table()
424 MEM_STATIC void* ZSTD_cwksp_reserve_object(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_object()
/freebsd/usr.sbin/fstyp/
H A Dhammer2.c72 size_t bytes, io_bytes, boff; in read_media() local
118 size_t bytes; in find_pfs() local
208 size_t bytes; in read_label() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUUID.h31 UUID(llvm::ArrayRef<uint8_t> bytes) : m_bytes(bytes.begin(), bytes.end()) { in UUID()
54 UUID(const void *bytes, uint32_t num_bytes) { in UUID()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_cwksp.h225 ZSTD_cwksp* ws, size_t bytes, ZSTD_cwksp_alloc_phase_e phase) { in ZSTD_cwksp_reserve_internal()
263 MEM_STATIC BYTE* ZSTD_cwksp_reserve_buffer(ZSTD_cwksp* ws, size_t bytes) { in ZSTD_cwksp_reserve_buffer()
270 MEM_STATIC void* ZSTD_cwksp_reserve_aligned(ZSTD_cwksp* ws, size_t bytes) { in ZSTD_cwksp_reserve_aligned()
280 MEM_STATIC void* ZSTD_cwksp_reserve_table(ZSTD_cwksp* ws, size_t bytes) { in ZSTD_cwksp_reserve_table()
309 MEM_STATIC void* ZSTD_cwksp_reserve_object(ZSTD_cwksp* ws, size_t bytes) { in ZSTD_cwksp_reserve_object()
/freebsd/contrib/cortex-strings/scripts/
H A Dbench.py58 def run(cache, variant, function, bytes, loops, alignment, run_id, quiet=False): argument
84 def run_many(cache, variants, bytes, all_functions): argument
/freebsd/sys/cam/scsi/
H A Dscsi_ses.h159 uint8_t bytes[1]; member
191 uint8_t bytes[3]; member
253 uint8_t bytes[3]; member
313 uint8_t bytes[3]; member
340 uint8_t bytes[3]; member
375 uint8_t bytes[3]; member
397 uint8_t bytes[3]; member
424 uint8_t bytes[3]; member
465 uint8_t bytes[3]; member
493 uint8_t bytes[3]; member
[all …]
/freebsd/crypto/openssl/crypto/asn1/
H A Dp8_pkey.c75 const unsigned char *bytes, int len) in PKCS8_pkey_add1_attr_by_NID()
83 const unsigned char *bytes, int len) in PKCS8_pkey_add1_attr_by_OBJ()

12345678910>>...21