Home
last modified time | relevance | path

Searched refs:tmp_data (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/sound/oss/
Dmidibuf.c263 unsigned char tmp_data; in MIDIbuf_write() local
301 if (copy_from_user((char *) &tmp_data, &(buf)[c], 1)) { in MIDIbuf_write()
305 QUEUE_BYTE(midi_out_buf[dev], tmp_data); in MIDIbuf_write()
317 unsigned char tmp_data; in MIDIbuf_read() local
346 REMOVE_BYTE(midi_in_buf[dev], tmp_data); in MIDIbuf_read()
347 fixit = (char *) &tmp_data; in MIDIbuf_read()
/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_attr.c418 uint8_t *tmp_data; in qla2x00_sysfs_write_vpd() local
441 tmp_data = vmalloc(256); in qla2x00_sysfs_write_vpd()
442 if (!tmp_data) { in qla2x00_sysfs_write_vpd()
447 ha->isp_ops->get_flash_version(vha, tmp_data); in qla2x00_sysfs_write_vpd()
448 vfree(tmp_data); in qla2x00_sysfs_write_vpd()