Home
last modified time | relevance | path

Searched defs:scsi_mode_select_big (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/scsi/
H A Dscsi_all.h129 struct scsi_mode_select_big { struct
130 u_int8_t opcode;
131 u_int8_t byte2; /* same bits as small version */
132 u_int8_t unused[5];
133 u_int8_t length[2];
134 u_int8_t control;
H A Dscsi_base.c1375 scsi_mode_select_big(struct scsi_link *link, int byte2, in scsi_mode_select_big() function