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

/haiku-fatelf/headers/os/device/
H A DCAM.h614 #define TYPE_ID 16 /* ASCII string len for TYPE ID */ macro
623 char cam_controller_type[TYPE_ID]; /* Controller type */
/haiku-fatelf/src/add-ons/kernel/busses/scsi/buslogic/
H A Dbuslogic.c664 strncpy(ccb->cam_controller_type, bl->productname, TYPE_ID);
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.c862 strncpy(ccbep->cam_controller_type, "USB-SCSI", TYPE_ID);
/haiku-fatelf/src/add-ons/kernel/busses/scsi/53c8xx/
H A D53c8xx.c977 strncpy(ccb->cam_controller_type, s->name, TYPE_ID);

Completed in 57 milliseconds