/freebsd/contrib/ldns/ |
H A D | tsig.c | 182 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() 208 (void) ldns_rdf2buffer_wire(data_buffer, orig_mac_rdf); in ldns_tsig_mac_new() 210 ldns_buffer_write(data_buffer, pkt_wire, pkt_wire_size); in ldns_tsig_mac_new() 213 (void)ldns_rdf2buffer_wire(data_buffer, in ldns_tsig_mac_new() 215 ldns_buffer_write_u16(data_buffer, LDNS_RR_CLASS_ANY); 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() 221 (void)ldns_rdf2buffer_wire(data_buffer, time_signed_rdf); in ldns_tsig_mac_new() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | DataBuffer.h | 67 static bool classof(const DataBuffer *data_buffer) { in isA() 68 return data_buffer->isA(&ID); in classof() argument 120 static bool classof(const DataBuffer *data_buffer) { in isA() 121 return data_buffer->isA(&ID); in classof() argument 140 static bool classof(const DataBuffer *data_buffer) { in isA() 141 return data_buffer->isA(&ID); in classof() argument
|
H A D | DataBufferLLVM.h | 40 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 D | DataBufferHeap.h | 61 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 D | ips_ioctl.c | 81 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 D | ips_commands.c | 200 memcpy(&(sc->adapter_info), command->data_buffer, IPS_ADAPTER_INFO_LEN); in ips_adapter_info_callback() 228 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() [all …]
|
H A D | ips_ioctl.h | 49 void * data_buffer; member 57 void * data_buffer; member
|
H A D | ips.h | 110 void * data_buffer; member
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | DataBufferHeap.cpp | 29 DataBufferHeap::DataBufferHeap(const DataBuffer &data_buffer) : m_data() { in DataBufferHeap() argument 30 CopyData(data_buffer.GetBytes(), data_buffer.GetByteSize()); in DataBufferHeap()
|
/freebsd/sys/dev/vmware/vmci/ |
H A D | vmci.c | 92 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/usr.sbin/bhyve/ |
H A D | tpm_intf_crb.c | 39 (TPM_CRB_ADDRESS + offsetof(struct tpm_crb_regs, data_buffer)) 140 uint8_t data_buffer[TPM_CRB_DATA_BUFFER_SIZE]; /* 80h */ member 248 memcpy(cmd, crb->regs.data_buffer, TPM_CRB_DATA_BUFFER_SIZE); in tpm_crb_thread() 285 memset(crb->regs.data_buffer, 0, TPM_CRB_DATA_BUFFER_SIZE); in tpm_crb_thread() 286 memcpy(&crb->regs.data_buffer[rsp_off], &rsp[rsp_off], rsp_size); in tpm_crb_thread() 416 data_buffer) ... offsetof(struct tpm_crb_regs, data_buffer) + in tpm_crb_mem_handler()
|
/freebsd/sys/dev/isci/scil/ |
H A D | scic_sds_stp_request.c | 1166 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 D | GDBRemoteRegisterContext.cpp | 538 if (DataBufferSP data_buffer = in ReadAllRegisterValues() 540 data_sp = std::make_shared<DataBufferHeap>(*data_buffer); in ReadAllRegisterValues() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 2715 WritableDataBuffer *data_buffer = in ApplyELF64ABS64Relocation() local 2718 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS64Relocation() 2742 WritableDataBuffer *data_buffer = in ApplyELF64ABS32Relocation() local 2745 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS32Relocation() 2766 WritableDataBuffer *data_buffer = in ApplyELF32ABS32RelRelocation() local 2768 uint8_t *dst = data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF32ABS32RelRelocation() 2843 WritableDataBuffer *data_buffer = in ApplyRelocations() local 2846 data_buffer->GetBytes() + f_offset); in ApplyRelocations()
|
/freebsd/sys/dev/oce/ |
H A D | oce_sysctl.c | 460 memcpy(req->data_buffer, p, num_bytes); in oce_sh_be3_flashdata()
|
H A D | oce_mbox.c | 1533 bcopy(fwcmd->data_buffer, flash_crc, 4); in oce_mbox_get_flashrom_crc()
|
H A D | oce_hw.h | 1607 uint8_t data_buffer[32768]; /* + IMAGE_TRANSFER_SIZE */ member
|
/freebsd/sys/dev/ocs_fc/ |
H A D | sli4.h | 2227 uint8_t data_buffer[4]; member 2273 uint32_t data_buffer; /* response only */ member
|