/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | ctable.c | 271 VSTRING *data_buf = (VSTRING *) context; in ask() local 275 if (vstring_get_nonl(data_buf, VSTREAM_IN) == VSTREAM_EOF) in ask() 278 vstream_printf("%s\n", STR(data_buf)); in ask() 281 return (mystrdup(STR(data_buf))); in ask() 292 VSTRING *data_buf; in main() local 298 data_buf = vstring_alloc(100); in main() 299 cache = ctable_create(1, ask, drop, (void *) data_buf); in main() 319 vstring_free(data_buf); in main()
|
/netbsd-src/sys/dev/pci/ |
H A D | twaio.h | 108 int8_t data_buf[1]; member 119 int8_t data_buf[1]; member
|
H A D | if_bnx.c | 1937 bnx_nvram_write(struct bnx_softc *sc, uint32_t offset, uint8_t *data_buf, in bnx_nvram_write() argument 1945 buf = data_buf; in bnx_nvram_write() 1978 memcpy(buf + align_start, data_buf, buf_size); in bnx_nvram_write()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
H A D | cipher_aes_ocb.h | 35 unsigned char data_buf[OCB_MAX_DATA_LEN]; /* Store partial data blocks */ member
|
H A D | cipher_aes_ocb.c | 254 buf = ctx->data_buf; in aes_ocb_block_update() 280 if (!aes_generic_ocb_cipher(ctx, ctx->data_buf, out, ctx->data_buf_len)) in aes_ocb_block_final()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/virtio/ |
H A D | virtgpu_vq.c | 174 kvfree(vbuf->data_buf); in free_vbuf() 373 if (is_vmalloc_addr(vbuf->data_buf)) { in virtio_gpu_queue_fenced_ctrl_buffer() 374 sgt = vmalloc_to_sgt(vbuf->data_buf, vbuf->data_size, in virtio_gpu_queue_fenced_ctrl_buffer() 380 sg_init_one(&sg, vbuf->data_buf, vbuf->data_size); in virtio_gpu_queue_fenced_ctrl_buffer() 634 vbuf->data_buf = ents; in virtio_gpu_cmd_resource_attach_backing() 1070 vbuf->data_buf = data; in virtio_gpu_cmd_submit()
|
H A D | virtgpu_drv.h | 113 void *data_buf; member
|
/netbsd-src/sys/external/bsd/dwc2/dist/ |
H A D | dwc2_core.c | 1771 u32 *data_buf = (u32 *)chan->xfer_buf; in dwc2_hc_write_packet() local 1787 if (((unsigned long)data_buf & 0x3) == 0) { in dwc2_hc_write_packet() 1789 for (i = 0; i < dword_count; i++, data_buf++) in dwc2_hc_write_packet() 1790 DWC2_WRITE_4(hsotg, data_fifo, *data_buf); in dwc2_hc_write_packet() 1793 for (i = 0; i < dword_count; i++, data_buf++) { in dwc2_hc_write_packet() 1794 u32 data = data_buf[0] | data_buf[1] << 8 | in dwc2_hc_write_packet() 1795 data_buf[2] << 16 | data_buf[3] << 24; in dwc2_hc_write_packet() 2303 u32 *data_buf = (u32 *)dest; in dwc2_read_packet() local 2315 for (i = 0; i < word_count; i++, data_buf++) in dwc2_read_packet() 2316 *data_buf = DWC2_READ_4(hsotg, fifo); in dwc2_read_packet()
|
/netbsd-src/sys/kern/ |
H A D | vfs_syscalls.c | 569 void *data_buf = data; in do_sys_mount() 615 data_buf = kmem_alloc(alloc_sz, KM_SLEEP); in do_sys_mount() 618 error = copyin(data, data_buf, data_len); in do_sys_mount() 628 error = mount_getargs(l, vp, path, flags, data_buf, &data_len); in do_sys_mount() 632 error = copyout(data_buf, data, data_len); in do_sys_mount() 635 error = mount_update(l, vp, path, flags, data_buf, &data_len); in do_sys_mount() 639 error = mount_domount(l, &vp, vfsops, path, flags, data_buf, in do_sys_mount() 655 if (data_buf != data) 656 kmem_free(data_buf, alloc_sz); 560 void *data_buf = data; do_sys_mount() local
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | metag-dis.c | 1770 char data_buf[REG_WIDTH]; in print_fmmov() local 1785 lookup_reg_list (data_buf, REG_WIDTH, data_unit, data_no, rmask, false); in print_fmmov() 1790 snprintf (buf, sizeof buf, "%s,%s", fpu_buf, data_buf); in print_fmmov() 1792 snprintf (buf, sizeof buf, "%s,%s", data_buf, fpu_buf); in print_fmmov()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | metag-dis.c | 1770 char data_buf[REG_WIDTH]; in print_fmmov() local 1785 lookup_reg_list (data_buf, REG_WIDTH, data_unit, data_no, rmask, false); in print_fmmov() 1790 snprintf (buf, sizeof buf, "%s,%s", fpu_buf, data_buf); in print_fmmov() 1792 snprintf (buf, sizeof buf, "%s,%s", data_buf, fpu_buf); in print_fmmov()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | e_aes.c | 110 unsigned char data_buf[16]; /* Store partial data blocks */ member 3910 buf = octx->data_buf; in aes_ocb_cipher() 3994 if (!CRYPTO_ocb128_encrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher() 3998 if (!CRYPTO_ocb128_decrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
H A D | e_aes.c | 92 unsigned char data_buf[16]; /* Store partial data blocks */ member 4152 buf = octx->data_buf; in aes_ocb_cipher() 4236 if (!CRYPTO_ocb128_encrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher() 4240 if (!CRYPTO_ocb128_decrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2017 | 522 (data_buf::append_unsigned_leb128, data_buf::empty): New. 523 (data_buf::file_write): Use ::file_write. 524 (data_buf::c_str, dwarf5_djb_hash, debug_names) 11949 (data_buf::m_vec): Now a gdb::byte_vector. 12157 * dwarf2read.c (data_buf::append_space): Rename to... 12158 (data_buf::grow): ... this, and make private. Adjust all callers. 12159 (data_buf::append_uint): New method. 12167 (data_buf::file_write): Call ::fwrite directly. 12181 (file_write, data_buf): New. 12197 (struct addrmap_index_data): Change addr_obstack pointer to data_buf [all …]
|
H A D | ChangeLog-2021 | 2213 * dwarf2/index-write.c (class data_buf) <append_data>: Remove.
|
H A D | ChangeLog-2018 | 12999 * dwarf-index-write.c (data_buf::grow) (write_one_signatured_type) 13907 (class data_buf): Likewise.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2017 | 522 (data_buf::append_unsigned_leb128, data_buf::empty): New. 523 (data_buf::file_write): Use ::file_write. 524 (data_buf::c_str, dwarf5_djb_hash, debug_names) 11949 (data_buf::m_vec): Now a gdb::byte_vector. 12157 * dwarf2read.c (data_buf::append_space): Rename to... 12158 (data_buf::grow): ... this, and make private. Adjust all callers. 12159 (data_buf::append_uint): New method. 12167 (data_buf::file_write): Call ::fwrite directly. 12181 (file_write, data_buf): New. 12197 (struct addrmap_index_data): Change addr_obstack pointer to data_buf [all …]
|
H A D | ChangeLog-2018 | 12999 * dwarf-index-write.c (data_buf::grow) (write_one_signatured_type) 13907 (class data_buf): Likewise.
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 24915 data_buf &cu_list = (per_cu->is_debug_types
|