Home
last modified time | relevance | path

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

12345678910>>...18

/openbsd/src/sys/dev/pci/drm/i915/gvt/
Dhandlers.c94 void *p_data, unsigned int bytes) in read_vreg()
100 void *p_data, unsigned int bytes) in write_vreg()
199 unsigned int fence_num, void *p_data, unsigned int bytes) in sanitize_fence_mmio_access()
222 unsigned int offset, void *p_data, unsigned int bytes) in gamw_echo_dev_rw_ia_write()
247 void *p_data, unsigned int bytes) in fence_mmio_read()
260 void *p_data, unsigned int bytes) in fence_mmio_write()
284 unsigned int offset, void *p_data, unsigned int bytes) in mul_force_wake_write()
318 void *p_data, unsigned int bytes) in gdrst_mmio_write()
367 void *p_data, unsigned int bytes) in gmbus_mmio_read()
373 void *p_data, unsigned int bytes) in gmbus_mmio_write()
[all …]
Dedid.c139 unsigned int offset, void *p_data, unsigned int bytes) in gmbus0_mmio_write()
179 void *p_data, unsigned int bytes) in gmbus1_mmio_write()
280 void *p_data, unsigned int bytes) in gmbus3_mmio_write()
289 void *p_data, unsigned int bytes) in gmbus3_mmio_read()
342 void *p_data, unsigned int bytes) in gmbus2_mmio_read()
353 void *p_data, unsigned int bytes) in gmbus2_mmio_write()
377 unsigned int offset, void *p_data, unsigned int bytes) in intel_gvt_i2c_handle_gmbus_read()
407 unsigned int offset, void *p_data, unsigned int bytes) in intel_gvt_i2c_handle_gmbus_write()
Dcfg_space.c70 u8 *src, unsigned int bytes) in vgpu_pci_cfg_mem_write()
118 void *p_data, unsigned int bytes) in intel_vgpu_emulate_cfg_read()
146 unsigned int offset, void *p_data, unsigned int bytes) in emulate_pci_command_write()
168 unsigned int offset, void *p_data, unsigned int bytes) in emulate_pci_rom_bar_write()
182 void *p_data, unsigned int bytes) in emulate_pci_bar_write()
257 void *p_data, unsigned int bytes) in intel_vgpu_emulate_cfg_write()
Dmmio.c67 void *p_data, unsigned int bytes, bool read) in failsafe_emulate_mmio_rw()
109 void *p_data, unsigned int bytes) in intel_vgpu_emulate_mmio_read()
184 void *p_data, unsigned int bytes) in intel_vgpu_emulate_mmio_write()
Dinterrupt.c195 unsigned int reg, void *p_data, unsigned int bytes) in intel_vgpu_reg_imr_handler()
225 unsigned int reg, void *p_data, unsigned int bytes) in intel_vgpu_reg_master_irq_handler()
264 unsigned int reg, void *p_data, unsigned int bytes) in intel_vgpu_reg_ier_handler()
303 void *p_data, unsigned int bytes) in intel_vgpu_reg_iir_handler()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgcov-io.h61 __store_gcov_type (value, dest, bytes) in __store_gcov_type() argument
96 __fetch_gcov_type (dest, source, bytes) in __fetch_gcov_type() argument
119 __fetch_long (dest, source, bytes) in __fetch_long() argument
151 __write_gcov_type (value, file, bytes) in __write_gcov_type() argument
165 __write_long (value, file, bytes) in __write_long() argument
188 __read_gcov_type (dest, file, bytes) in __read_gcov_type() argument
202 __read_long (dest, file, bytes) in __read_long() argument
/openbsd/src/lib/libcrypto/cms/
Dcms_att.c111 const void *bytes, int len) in CMS_signed_add1_attr_by_OBJ()
121 const void *bytes, int len) in CMS_signed_add1_attr_by_NID()
131 const void *bytes, int len) in CMS_signed_add1_attr_by_txt()
194 int type, const void *bytes, int len) in CMS_unsigned_add1_attr_by_OBJ()
204 const void *bytes, int len) in CMS_unsigned_add1_attr_by_NID()
214 int type, const void *bytes, int len) in CMS_unsigned_add1_attr_by_txt()
/openbsd/src/lib/libcrypto/x509/
Dx509name.c220 const unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_OBJ()
236 const unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_NID()
252 const unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_txt()
327 const char *field, int type, const unsigned char *bytes, int len) in X509_NAME_ENTRY_create_by_txt()
346 const unsigned char *bytes, int len) in X509_NAME_ENTRY_create_by_NID()
364 int type, const unsigned char *bytes, int len) in X509_NAME_ENTRY_create_by_OBJ()
405 const unsigned char *bytes, int len) in X509_NAME_ENTRY_set_data()
Dx509_req.c283 const unsigned char *bytes, int len) in X509_REQ_add1_attr_by_OBJ()
294 const unsigned char *bytes, int len) in X509_REQ_add1_attr_by_NID()
305 const unsigned char *bytes, int len) in X509_REQ_add1_attr_by_txt()
/openbsd/src/gnu/llvm/libcxx/src/
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()
278 int unsynchronized_pool_resource::__pool_index(size_t bytes, size_t align) const { in __pool_index()
341 void* unsynchronized_pool_resource::do_allocate(size_t bytes, size_t align) { in do_allocate()
395 void unsynchronized_pool_resource::do_deallocate(void* p, size_t bytes, size_t align) { in do_deallocate()
429 void* monotonic_buffer_resource::__initial_descriptor::__try_allocate_from_chunk(size_t bytes, size… in __try_allocate_from_chunk()
440 void* monotonic_buffer_resource::__chunk_footer::__try_allocate_from_chunk(size_t bytes, size_t ali… in __try_allocate_from_chunk()
449 void* monotonic_buffer_resource::do_allocate(size_t bytes, size_t align) { in do_allocate()
/openbsd/src/gnu/usr.bin/texinfo/lib/
Dxmalloc.c36 xmalloc (size_t bytes) in xmalloc()
46 xrealloc (void *pointer, size_t bytes) in xrealloc()
/openbsd/src/gnu/lib/libreadline/
Dxmalloc.c47 xmalloc (bytes) in xmalloc() argument
59 xrealloc (pointer, bytes) in xrealloc() argument
/openbsd/src/sys/scsi/
Dscsiconf.h68 _lto2b(u_int32_t val, u_int8_t *bytes) in _lto2b()
76 _lto3b(u_int32_t val, u_int8_t *bytes) in _lto3b()
85 _lto4b(u_int32_t val, u_int8_t *bytes) in _lto4b()
95 _lto8b(u_int64_t val, u_int8_t *bytes) in _lto8b()
109 _2btol(u_int8_t *bytes) in _2btol()
118 _3btol(u_int8_t *bytes) in _3btol()
127 _4btol(u_int8_t *bytes) in _4btol()
137 _5btol(u_int8_t *bytes) in _5btol()
150 _8btol(u_int8_t *bytes) in _8btol()
/openbsd/src/gnu/llvm/lldb/source/Utility/
DDataEncoder.cpp169 const char *bytes = data.data(); in AppendData() local
176 const uint8_t *bytes = data.data(); in AppendData() local
183 const char *bytes = data.data(); in AppendCString() local
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DOpcode.h63 Opcode(uint8_t *bytes, size_t length) in Opcode()
183 void SetOpcodeBytes(const void *bytes, size_t length) { in SetOpcodeBytes()
264 uint8_t bytes[16]; // This must be big enough to handle any opcode for any member
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
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()
/openbsd/src/sys/dev/usb/dwc2/
Ddwc2var.h141 #define HS_NSECS(bytes) (((55 * 8 * 2083) \ argument
144 #define HS_NSECS_ISO(bytes) (((38 * 8 * 2083) \ argument
147 #define HS_USECS(bytes) NS_TO_US(HS_NSECS(bytes)) argument
148 #define HS_USECS_ISO(bytes) NS_TO_US(HS_NSECS_ISO(bytes)) argument
/openbsd/src/gnu/llvm/lldb/source/Host/windows/
DLockFileWindows.cpp27 DWORD bytes; in fileLock() local
69 DWORD bytes; in DoUnlock() local
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dllvm-pdbutil.rst420 bytes section in Subcommands
430 Like the **dump** subcommand, the **bytes** subcommand displays low level argument
452 Dump binary data from specified range of bytes in the file. argument
/openbsd/src/usr.bin/lex/
Dtables.c283 size_t bytes, rv; in yytbl_write32() local
302 size_t bytes, rv; in yytbl_write16() local
320 size_t bytes, rv; in yytbl_write8() local
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_eeprom.c228 u32 bytes) in amdgpu_eeprom_read()
236 u32 bytes) in amdgpu_eeprom_write()
/openbsd/src/gnu/gcc/libdecnumber/
DdecUtility.c76 decDensePackCoeff (const decNumber * dn, uByte * bytes, Int len, Int shift) in decDensePackCoeff()
224 decDenseUnpackCoeff (const uByte * bytes, Int len, decNumber * dn, in decDenseUnpackCoeff()
/openbsd/src/gnu/gcc/gcc/
Dtree-object-size.c171 tree bytes; in addr_object_size() local
230 tree callee, arglist, a, bytes = NULL_TREE; in alloc_object_size() local
471 unsigned HOST_WIDE_INT bytes; in expr_object_size() local
566 unsigned HOST_WIDE_INT bytes; in plus_expr_object_size() local
/openbsd/src/sbin/fdisk/
Ddisk.c125 size_t bytes; in readsectors() local
166 size_t bytes; in writesectors() local
/openbsd/src/usr.bin/dig/lib/dns/
Dhmac_link.c126 unsigned int bytes; in hmacsha1_todns() local
270 unsigned int bytes; in hmacsha224_todns() local
414 unsigned int bytes; in hmacsha256_todns() local
558 unsigned int bytes; in hmacsha384_todns() local
702 unsigned int bytes; in hmacsha512_todns() local

12345678910>>...18