Home
last modified time | relevance | path

Searched refs:data_buffer (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/ldns/
H A Dtsig.c182 ldns_buffer *data_buffer = NULL; in ldns_tsig_mac_new() local
201 data_buffer = ldns_buffer_new(LDNS_MAX_PACKETLEN); in ldns_tsig_mac_new()
202 if (!data_buffer) { in ldns_tsig_mac_new()
213 (void)ldns_rdf2buffer_wire(data_buffer, in ldns_tsig_mac_new()
216 ldns_buffer_write_u32(data_buffer, 0); in ldns_tsig_mac_new()
218 (void)ldns_rdf2buffer_wire(data_buffer, in ldns_tsig_mac_new()
222 (void)ldns_rdf2buffer_wire(data_buffer, fudge_rdf); in ldns_tsig_mac_new()
224 (void)ldns_rdf2buffer_wire(data_buffer, error_rdf); in ldns_tsig_mac_new()
228 wireformat = (char *) data_buffer->_data; in ldns_tsig_mac_new()
229 wiresize = (int) ldns_buffer_position(data_buffer); in ldns_tsig_mac_new()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataBuffer.h67 static bool classof(const DataBuffer *data_buffer) { in classof() argument
68 return data_buffer->isA(&ID); in classof()
120 static bool classof(const DataBuffer *data_buffer) { in classof() argument
121 return data_buffer->isA(&ID); in classof()
140 static bool classof(const DataBuffer *data_buffer) { in classof() argument
141 return data_buffer->isA(&ID); in classof()
H A DDataBufferLLVM.h40 static bool classof(const DataBuffer *data_buffer) { in classof() argument
41 return data_buffer->isA(&ID); in classof()
66 static bool classof(const DataBuffer *data_buffer) { in classof() argument
67 return data_buffer->isA(&ID); in classof()
H A DDataBufferHeap.h61 DataBufferHeap(const DataBuffer &data_buffer);
112 static bool classof(const DataBuffer *data_buffer) { in classof() argument
113 return data_buffer->isA(&ID); in classof()
/freebsd/sys/dev/ips/
H A Dips_ioctl.c81 ioctl_cmd->data_buffer,ioctl_cmd->datasize, in ips_ioctl_start()
107 if(bus_dmamem_alloc(ioctl_cmd->dmatag, &ioctl_cmd->data_buffer, in ips_ioctl_cmd()
112 if(copyin(user_request->data_buffer,ioctl_cmd->data_buffer, in ips_ioctl_cmd()
131 if(copyout(ioctl_cmd->data_buffer, user_request->data_buffer, in ips_ioctl_cmd()
138 exit: bus_dmamem_free(ioctl_cmd->dmatag, ioctl_cmd->data_buffer, in ips_ioctl_cmd()
H A Dips_commands.c228 if(bus_dmamem_alloc(command->data_dmatag, &command->data_buffer, in ips_send_adapter_info_cmd()
235 command->data_buffer,IPS_ADAPTER_INFO_LEN, in ips_send_adapter_info_cmd()
244 bus_dmamem_free(command->data_dmatag, command->data_buffer, in ips_send_adapter_info_cmd()
301 driveinfo = command->data_buffer; in ips_drive_info_callback()
330 if(bus_dmamem_alloc(command->data_dmatag, &command->data_buffer, in ips_send_drive_info_cmd()
337 command->data_buffer,IPS_DRIVE_INFO_LEN, in ips_send_drive_info_cmd()
345 bus_dmamem_free(command->data_dmatag, command->data_buffer, in ips_send_drive_info_cmd()
498 nvram = command->data_buffer; in ips_write_nvram()
564 if(bus_dmamem_alloc(command->data_dmatag, &command->data_buffer, in ips_read_nvram()
571 command->data_buffer,IPS_NVRAM_PAGE_SIZE, in ips_read_nvram()
[all …]
H A Dips_ioctl.h49 void * data_buffer; member
57 void * data_buffer; member
H A Dips.h110 void * data_buffer; member
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataBufferHeap.cpp29 DataBufferHeap::DataBufferHeap(const DataBuffer &data_buffer) : m_data() { in DataBufferHeap() argument
30 CopyData(data_buffer.GetBytes(), data_buffer.GetByteSize()); in DataBufferHeap()
/freebsd/usr.sbin/bhyve/
H A Dtpm_intf_crb.c39 (TPM_CRB_ADDRESS + offsetof(struct tpm_crb_regs, data_buffer))
140 uint8_t data_buffer[TPM_CRB_DATA_BUFFER_SIZE]; /* 80h */ member
218 memcpy(cmd, crb->regs.data_buffer, TPM_CRB_DATA_BUFFER_SIZE); in tpm_crb_thread()
244 memset(crb->regs.data_buffer, 0, TPM_CRB_DATA_BUFFER_SIZE); in tpm_crb_thread()
245 memcpy(&crb->regs.data_buffer[rsp_off], &rsp[rsp_off], rsp_size); in tpm_crb_thread()
369 data_buffer) ... offsetof(struct tpm_crb_regs, data_buffer) + in tpm_crb_mem_handler()
/freebsd/sys/dev/vmware/vmci/
H A Dvmci.c92 static uint8_t *data_buffer = NULL; variable
158 data_buffer = NULL; in vmci_attach()
650 data_buffer = malloc(data_buffer_size, M_DEVBUF, M_ZERO | M_NOWAIT); in vmci_config_interrupts()
651 if (data_buffer == NULL) in vmci_config_interrupts()
955 if (data_buffer == NULL) in dispatch_datagrams()
961 data_buffer, data_buffer_size); in dispatch_datagrams()
1037 if (data_buffer != NULL) in vmci_dismantle_interrupts()
1038 free(data_buffer, M_DEVBUF); in vmci_dismantle_interrupts()
/freebsd/sys/dev/isci/scil/
H A Dscic_sds_stp_request.c1166 U8 * data_buffer, in scic_sds_stp_request_pio_data_in_copy_data_buffer() argument
1184 source_address = data_buffer; in scic_sds_stp_request_pio_data_in_copy_data_buffer()
1207 scic_cb_io_request_copy_buffer(this_request, data_buffer, data_offset, length); in scic_sds_stp_request_pio_data_in_copy_data_buffer()
1247 U8 * data_buffer in scic_sds_stp_request_pio_data_in_copy_data() argument
1257 this_request,data_buffer,this_request->type.pio.pio_transfer_bytes); in scic_sds_stp_request_pio_data_in_copy_data()
1272 this_request, data_buffer, SCU_MAX_FRAME_BUFFER_SIZE); in scic_sds_stp_request_pio_data_in_copy_data()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp538 if (DataBufferSP data_buffer = in ReadAllRegisterValues() local
540 data_sp = std::make_shared<DataBufferHeap>(*data_buffer); in ReadAllRegisterValues()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2633 WritableDataBuffer *data_buffer = in ApplyELF64ABS64Relocation() local
2636 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS64Relocation()
2660 WritableDataBuffer *data_buffer = in ApplyELF64ABS32Relocation() local
2663 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS32Relocation()
2684 WritableDataBuffer *data_buffer = in ApplyELF32ABS32RelRelocation() local
2686 uint8_t *dst = data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF32ABS32RelRelocation()
2761 WritableDataBuffer *data_buffer = in ApplyRelocations() local
2764 data_buffer->GetBytes() + f_offset); in ApplyRelocations()
/freebsd/sys/dev/oce/
H A Doce_sysctl.c460 memcpy(req->data_buffer, p, num_bytes); in oce_sh_be3_flashdata()
H A Doce_mbox.c1533 bcopy(fwcmd->data_buffer, flash_crc, 4); in oce_mbox_get_flashrom_crc()
H A Doce_hw.h1607 uint8_t data_buffer[32768]; /* + IMAGE_TRANSFER_SIZE */ member
/freebsd/sys/dev/ocs_fc/
H A Dsli4.h2227 uint8_t data_buffer[4]; member
2273 uint32_t data_buffer; /* response only */ member