Lines Matching refs:data
386 u_int8_t data[1];
400 u_int8_t data[1];
431 void *pdata; /* platform-specific data */
518 static PVOID aspi_buf = 0; /* Big data buffer locked by driver. */
683 PSRBlock->flags = SRB_Read | SRB_Post; /* data transfer, posting */
688 PSRBlock->u.cmd.data_ptr = NULL; /* pointer to data buffer */
706 PSRBlock->flags = SRB_Read | SRB_Post; /* data transfer, posting */
711 PSRBlock->u.cmd.data_ptr = NULL; /* pointer to data buffer */
724 /* write data */
1097 /* Now map the data area, and make it temporary */
1098 DBG (2, "Mapping server's data block, name is '%s'\n", com->open_path);
1105 DomainErrorCheck (status, "Can't make data block temporary");
1634 /* Unmap the data area */
1637 DomainErrorCheck (status, "Error unmapping device data area");
1756 ask for too much data. For now, the error is ignored :-( */
1796 /* If a read, copy the data into the destination buffer */
1909 /* don't try to send the data again, but
1933 /* don't try to send the data again, but
2101 size = (sizeof (*req) - sizeof (req->sgdata.cdb.data)
2106 - sizeof (req->sgdata.sg3.data);
2132 memcpy (&req->sgdata.cdb.data, cmd, cmd_size);
2133 memcpy (&req->sgdata.cdb.data[cmd_size], src, src_size);
2164 "sanei_scsi_req_enter2 warning: truncating write data "
2170 memcpy (&req->sgdata.sg3.data[MAX_CDB], src, src_size);
2171 req->sgdata.sg3.hdr.dxferp = &req->sgdata.sg3.data[MAX_CDB];
2179 DBG (1, "sanei_scsi_req_enter2 warning: truncating write data "
2184 memcpy (req->sgdata.sg3.data, cmd, cmd_size);
2185 req->sgdata.sg3.hdr.cmdp = req->sgdata.sg3.data;
2357 /* if we are ok so far, copy over the return data */
2361 memcpy (req->dst, req->sgdata.cdb.data, nread);
3277 * Set the data direction flags.
3560 hdr.data = dst;
3567 hdr.data = (char *) src;
4316 PSRBlock->u.cmd.data_ptr = NULL; /* pointer to data buffer already registered */
4332 /* Get sense data if available. */
4389 * Allocate the sense and command data buffers as necessary; we have
4414 * SCSI command returning/reading data...
4433 * SCSI command sending/writing data...
4445 * Copy command and data to local buffers to ensure 32-bit alignment...
4465 * Set the incoming data size and copy the destination data as needed...
4506 size_t inqsize; /* Size of returned inquiry data */
4509 u_char inqdata[128], /* Inquiry data buffer */
4557 * Open the SCSI device and get the inquiry data...
4583 "sanei_scsi_find_devices: unable to get inquiry data - %s.\n",
4919 us.uscsi_rqbuf = (caddr_t) sp; /* sense data address */
4920 us.uscsi_rqlen = sizeof (extended_sense_t); /* length of sense data */
5727 /* copy the command data */