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

/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp617 uint8 commandBlock[12]; local
618 memset(commandBlock, 0, sizeof(commandBlock));
620 commandBlock[0] = SCSI_SEND_DIAGNOSTIC;
621 commandBlock[1] = (lun->logical_unit_number << 5) | 4;
623 status_t result = usb_disk_operation(lun, commandBlock, 6, NULL, NULL, false);
643 uint8 commandBlock[12]; local
644 memset(commandBlock, 0, sizeof(commandBlock));
646 commandBlock[
711 uint8 commandBlock[12]; local
744 uint8 commandBlock[12]; local
780 uint8 commandBlock[12]; local
853 uint8 commandBlock[16]; local
904 uint8 commandBlock[12]; local
1277 uint8 commandBlock[16]; local
1339 uint8 commandBlock[16]; local
[all...]

Completed in 224 milliseconds