Searched refs:emulation_map (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Ddevices.cpp334 memset(device->emulation_map, 0, sizeof(device->emulation_map));
337 SET_BIT(device->emulation_map, SCSI_OP_READ_6);
338 SET_BIT(device->emulation_map, SCSI_OP_WRITE_6);
339 SET_BIT(device->emulation_map, SCSI_OP_MODE_SENSE_6);
340 SET_BIT(device->emulation_map, SCSI_OP_MODE_SELECT_6);
341 SET_BIT(device->emulation_map, SCSI_OP_INQUIRY);
H A Dscsi_internal.h173 uint8 emulation_map[256/8]; // bit field with index being command code: member in struct:scsi_device_info
H A Dscsi_io.cpp444 if ((request->device->emulation_map[request->cdb[0] >> 3]

Completed in 63 milliseconds