Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/sys/dev/ips/
H A Dips_ioctl.c83 ioctl_cmd->data_buffer,ioctl_cmd->datasize, in ips_ioctl_start()
109 if(bus_dmamem_alloc(ioctl_cmd->dmatag, &ioctl_cmd->data_buffer, in ips_ioctl_cmd()
114 if(copyin(user_request->data_buffer,ioctl_cmd->data_buffer, in ips_ioctl_cmd()
133 if(copyout(ioctl_cmd->data_buffer, user_request->data_buffer, in ips_ioctl_cmd()
140 exit: bus_dmamem_free(ioctl_cmd->dmatag, ioctl_cmd->data_buffer, in ips_ioctl_cmd()
H A Dips_commands.c230 if(bus_dmamem_alloc(command->data_dmatag, &command->data_buffer, in ips_send_adapter_info_cmd()
237 command->data_buffer,IPS_ADAPTER_INFO_LEN, in ips_send_adapter_info_cmd()
246 bus_dmamem_free(command->data_dmatag, command->data_buffer, in ips_send_adapter_info_cmd()
303 driveinfo = command->data_buffer; in ips_drive_info_callback()
332 if(bus_dmamem_alloc(command->data_dmatag, &command->data_buffer, in ips_send_drive_info_cmd()
339 command->data_buffer,IPS_DRIVE_INFO_LEN, in ips_send_drive_info_cmd()
347 bus_dmamem_free(command->data_dmatag, command->data_buffer, in ips_send_drive_info_cmd()
500 nvram = command->data_buffer; in ips_write_nvram()
566 if(bus_dmamem_alloc(command->data_dmatag, &command->data_buffer, in ips_read_nvram()
573 command->data_buffer,IPS_NVRAM_PAGE_SIZE, in ips_read_nvram()
[all …]
H A Dips_ioctl.h51 void * data_buffer; member
59 void * data_buffer; member
H A Dips.h112 void * data_buffer; member
/freebsd-13.1/sys/dev/vmware/vmci/
H A Dvmci.c96 static uint8_t *data_buffer = NULL; variable
162 data_buffer = NULL; in vmci_attach()
654 data_buffer = malloc(data_buffer_size, M_DEVBUF, M_ZERO | M_NOWAIT); in vmci_config_interrupts()
655 if (data_buffer == NULL) in vmci_config_interrupts()
959 if (data_buffer == NULL) in dispatch_datagrams()
965 data_buffer, data_buffer_size); in dispatch_datagrams()
1041 if (data_buffer != NULL) in vmci_dismantle_interrupts()
1042 free(data_buffer, M_DEVBUF); in vmci_dismantle_interrupts()
/freebsd-13.1/sys/dev/isci/scil/
H A Dscic_sds_stp_request.c1168 U8 * data_buffer, in scic_sds_stp_request_pio_data_in_copy_data_buffer() argument
1186 source_address = data_buffer; in scic_sds_stp_request_pio_data_in_copy_data_buffer()
1209 scic_cb_io_request_copy_buffer(this_request, data_buffer, data_offset, length); in scic_sds_stp_request_pio_data_in_copy_data_buffer()
1249 U8 * data_buffer in scic_sds_stp_request_pio_data_in_copy_data() argument
1259 this_request,data_buffer,this_request->type.pio.pio_transfer_bytes); in scic_sds_stp_request_pio_data_in_copy_data()
1274 this_request, data_buffer, SCU_MAX_FRAME_BUFFER_SIZE); in scic_sds_stp_request_pio_data_in_copy_data()
/freebsd-13.1/sys/dev/oce/
H A Doce_sysctl.c461 memcpy(req->data_buffer, p, num_bytes); in oce_sh_be3_flashdata()
H A Doce_mbox.c1536 bcopy(fwcmd->data_buffer, flash_crc, 4); in oce_mbox_get_flashrom_crc()
H A Doce_hw.h1608 uint8_t data_buffer[32768]; /* + IMAGE_TRANSFER_SIZE */ member
/freebsd-13.1/sys/dev/ocs_fc/
H A Dsli4.h2229 uint8_t data_buffer[4]; member
2275 uint32_t data_buffer; /* response only */ member