Lines Matching defs:data

41  * The internal buffer is meant to store obaque blobs of data, so it does
43 * It consists of a number of pages that are used as a ringbuffer. Each data
45 * contains the size of the following data, and the data bytes themselfes.
54 * buffer and reserve the space for the data)
55 * - dasd_eer_write_buffer (one or more times per record to write the data)
56 * The data can be written in several steps but you will have to compute
62 * specifies the size of the following data, then read the data.
71 * the private_data field of that file. To be able to write data to all
124 * The dasd_eer_write_buffer function just copies count bytes of data
130 char *data, int count)
137 nextdata = data;
156 static int dasd_eer_read_buffer(struct eerbuffer *eerb, char *data, int count)
164 nextdata = data;
182 * Whenever you want to write a blob of data to the internal buffer you
259 * status ccw need to be executed to gather the necessary sense data first.
288 * all necessary data available when the function is called.
290 * for valid sense data, and all valid sense data sets will be added to
291 * the triggers data.
305 /* go through cqr chain and count the valid sense data sets */
367 dasd_eer_write_buffer(eerb, cqr->data, SNSS_DATA_SIZE);
395 default: /* unknown trigger, so we write it without any sense data */
428 static void dasd_eer_snss_cb(struct dasd_ccw_req *cqr, void *data)
494 ccw->cda = (__u32)(addr_t) cqr->data;
541 * other side a copy_to_user can sleep. So we need to copy the data we have
631 /* no data available */