Searched refs:scsi (Results 26 - 37 of 37) sorted by relevance

12

/haiku-fatelf/headers/private/drivers/
H A Dscsi_periph.h29 // "standardized" error code to simplify handling of scsi errors
39 // packed scsi command result
83 scsi_device_interface *scsi, device_node *node, bool removable,
/haiku-fatelf/src/add-ons/kernel/bus_managers/ide/
H A Ddevices.c61 scsi->free_dpc(device->reconnect_timeout_dpc);
135 if (scsi->alloc_dpc(&device->reconnect_timeout_dpc) != B_OK)
H A Data.c355 // command as not queuable and resubmit it, so the scsi bus manager
411 scsi->cont_send_bus(bus->scsi_cookie);
428 scsi->schedule_dpc(bus->scsi_cookie, bus->irq_dpc, ide_dpc, bus);
/haiku-fatelf/src/apps/cdplayer/
H A DCDDBSupport.h11 #include <scsi.h>
/haiku-fatelf/src/bin/debug/strace/
H A Dioctl.cpp15 #include <scsi.h>
135 // scsi ioctls
/haiku-fatelf/src/bin/
H A Deject.cpp18 #include <device/scsi.h>
65 // printf("usage: eject [-q|-l|-s|-b|-u] [scsi|ide|/dev/disk/.../raw]\n");
72 // printf(" scsi: act on all scsi devices\n");
74 // printf(" acts on all scsi and ide devices and floppy by default\n");
H A Dplay.cpp16 #include <scsi.h>
397 printf("CD player is empty or invalid scsi-id\n");
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp81 } scsi; member in union:drive_parameters::__anon304
276 disk.device.scsi.logical_unit = parameters.device.scsi.logical_unit;
1086 if (fMajor >= 8 && fMajor <= 15) { // scsi
1088 fIdentifier.device.scsi.logical_unit = fMinor;
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp97 } scsi; member in union:drive_parameters::__anon314
327 disk.device.scsi.logical_unit = parameters.device.scsi.logical_unit;
/haiku-fatelf/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.cpp10 #include <device/scsi.h>
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/dos/r5/
H A Ddosfs.c15 #include <scsi.h>
/haiku-fatelf/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.c19 #include <scsi.h>

Completed in 148 milliseconds

12