Searched refs:sSCSIPeripheral (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_disk/
H A Dscsi_disk.cpp70 static scsi_periph_interface* sSCSIPeripheral; variable
83 status_t status = sSCSIPeripheral->check_capacity(
135 err_res result = sSCSIPeripheral->send_start_stop(
153 err_res result = sSCSIPeripheral->synchronize_cache(
211 status_t status = sSCSIPeripheral->trim_device(device->scsi_periph_device,
230 status_t status = sSCSIPeripheral->io(info->scsi_periph_device, operation,
251 sSCSIPeripheral->check_capacity(info->scsi_periph_device, request);
279 status_t status = sSCSIPeripheral->handle_open(info->scsi_periph_device,
297 sSCSIPeripheral->handle_close(handle->scsi_periph_handle);
308 sSCSIPeripheral
[all...]
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/
H A Dscsi_cd.cpp65 static scsi_periph_interface *sSCSIPeripheral; variable
81 status_t status = sSCSIPeripheral->check_capacity(
146 status_t status = sSCSIPeripheral->read_write(info->scsi_periph_device,
268 res = sSCSIPeripheral->safe_exec(info->scsi_periph_device, ccb);
286 res = sSCSIPeripheral->safe_exec(info->scsi_periph_device, ccb);
304 err_res result = sSCSIPeripheral->send_start_stop(
328 return sSCSIPeripheral->simple_exec(info->scsi_periph_device,
354 res = sSCSIPeripheral->simple_exec(info->scsi_periph_device, &cmd,
377 res = sSCSIPeripheral->simple_exec(info->scsi_periph_device, &cmd,
437 res = sSCSIPeripheral
[all...]

Completed in 32 milliseconds