Home
last modified time | relevance | path

Searched refs:raw_command (Results 1 – 8 of 8) sorted by relevance

/haiku/src/servers/bluetooth/
H A DHCIDelegate.h16 typedef void* raw_command; typedef
40 virtual status_t IssueCommand(raw_command rc, size_t size)=0;
51 status_t QueueCommand(raw_command rc, size_t size) in QueueCommand()
H A DHCIControllerAccessor.h16 status_t IssueCommand(raw_command rc, size_t size);
H A DHCITransportAccessor.h20 status_t IssueCommand(raw_command rc, size_t size);
H A DHCIControllerAccessor.cpp21 HCIControllerAccessor::IssueCommand(raw_command rc, size_t size) in IssueCommand()
H A DHCITransportAccessor.cpp43 HCITransportAccessor::IssueCommand(raw_command rc, size_t size) in IssueCommand()
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp240 raw_device_command raw_command; in read_table_of_contents() local
255 memset(raw_command.command, 0, 16); in read_table_of_contents()
265 memcpy(raw_command.command, &scsi_command, sizeof(scsi_command)); in read_table_of_contents()
268 raw_command.command_length = 10; in read_table_of_contents()
269 raw_command.flags = kScsiFlags; in read_table_of_contents()
270 raw_command.scsi_status = 0; in read_table_of_contents()
271 raw_command.cam_status = 0; in read_table_of_contents()
272 raw_command.data = buffer; in read_table_of_contents()
273 raw_command.data_length = buffer_length; in read_table_of_contents()
274 memset(raw_command.data, 0, raw_command.data_length); in read_table_of_contents()
[all …]
/haiku/src/add-ons/kernel/drivers/bus/scsi/
H A Dscsi_raw.c73 raw_command(raw_device_info *device, raw_device_command *cmd) in raw_command() function
134 res = raw_command(device, buffer); in raw_ioctl()
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dio.cpp133 raw_command(scsi_periph_device_info *device, raw_device_command *cmd) in raw_command() function
484 status_t status = raw_command(handle->device, commandBuffer); in periph_ioctl()