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

/freebsd-13-stable/sys/dev/ips/
H A Dips_ioctl.h51 void * data_buffer; member in struct:ips_user_request
59 void * data_buffer; member in struct:ips_ioctl
H A Dips_ioctl.c83 ioctl_cmd->data_buffer,ioctl_cmd->datasize,
109 if(bus_dmamem_alloc(ioctl_cmd->dmatag, &ioctl_cmd->data_buffer,
114 if(copyin(user_request->data_buffer,ioctl_cmd->data_buffer,
133 if(copyout(ioctl_cmd->data_buffer, user_request->data_buffer,
140 exit: bus_dmamem_free(ioctl_cmd->dmatag, ioctl_cmd->data_buffer,
H A Dips_commands.c202 memcpy(&(sc->adapter_info), command->data_buffer, IPS_ADAPTER_INFO_LEN);
230 if(bus_dmamem_alloc(command->data_dmatag, &command->data_buffer,
237 command->data_buffer,IPS_ADAPTER_INFO_LEN,
246 bus_dmamem_free(command->data_dmatag, command->data_buffer,
303 driveinfo = command->data_buffer;
332 if(bus_dmamem_alloc(command->data_dmatag, &command->data_buffer,
339 command->data_buffer,IPS_DRIVE_INFO_LEN,
347 bus_dmamem_free(command->data_dmatag, command->data_buffer,
500 nvram = command->data_buffer;
566 if(bus_dmamem_alloc(command->data_dmatag, &command->data_buffer,
[all...]
H A Dips.h112 void * data_buffer; member in struct:ips_command
/freebsd-13-stable/contrib/ldns/
H A Dtsig.c182 ldns_buffer *data_buffer = NULL; local
201 data_buffer = ldns_buffer_new(LDNS_MAX_PACKETLEN);
202 if (!data_buffer) {
208 (void) ldns_rdf2buffer_wire(data_buffer, orig_mac_rdf);
210 ldns_buffer_write(data_buffer, pkt_wire, pkt_wire_size);
213 (void)ldns_rdf2buffer_wire(data_buffer,
215 ldns_buffer_write_u16(data_buffer, LDNS_RR_CLASS_ANY);
216 ldns_buffer_write_u32(data_buffer, 0);
218 (void)ldns_rdf2buffer_wire(data_buffer,
221 (void)ldns_rdf2buffer_wire(data_buffer, time_signed_rd
[all...]
/freebsd-13-stable/sys/dev/vmware/vmci/
H A Dvmci.c96 static uint8_t *data_buffer = NULL; variable
162 data_buffer = NULL;
651 data_buffer = malloc(data_buffer_size, M_DEVBUF, M_ZERO | M_NOWAIT);
652 if (data_buffer == NULL)
956 if (data_buffer == NULL)
962 data_buffer, data_buffer_size);
1038 if (data_buffer != NULL)
1039 free(data_buffer, M_DEVBUF);
/freebsd-13-stable/sys/dev/isci/scil/
H A Dscic_sds_stp_request.c1160 * @param[in] data_buffer The buffer of data to be copied.
1168 U8 * data_buffer,
1186 source_address = data_buffer;
1209 scic_cb_io_request_copy_buffer(this_request, data_buffer, data_offset, length);
1242 * @param[in] data_buffer The buffer to copy from.
1249 U8 * data_buffer
1259 this_request,data_buffer,this_request->type.pio.pio_transfer_bytes);
1274 this_request, data_buffer, SCU_MAX_FRAME_BUFFER_SIZE);
1166 scic_sds_stp_request_pio_data_in_copy_data_buffer( SCIC_SDS_STP_REQUEST_T * this_request, U8 * data_buffer, U32 length ) argument
/freebsd-13-stable/sys/dev/oce/
H A Doce_sysctl.c461 memcpy(req->data_buffer, p, num_bytes);
H A Doce_hw.h1608 uint8_t data_buffer[32768]; /* + IMAGE_TRANSFER_SIZE */ member in struct:mbx_common_read_write_flashrom
H A Doce_mbox.c1536 bcopy(fwcmd->data_buffer, flash_crc, 4);
/freebsd-13-stable/sys/dev/ocs_fc/
H A Dsli4.h2173 uint8_t data_buffer[4]; member in struct:sli4_req_common_write_flashrom_s
2219 uint32_t data_buffer; /* response only */ member in struct:sli4_req_common_manage_fat_s

Completed in 246 milliseconds