Searched refs:scsi_mode_select_big (Results 1 – 7 of 7) sorted by relevance
/openbsd/usr.bin/cdio/ |
H A D | mmc.c | 549 struct scsi_mode_select_big *scb; in mode_select_write() 554 scb = (struct scsi_mode_select_big *)scr.cmd; in mode_select_write()
|
/openbsd/sys/scsi/ |
H A D | scsiconf.h | 488 int scsi_mode_select_big(struct scsi_link *, int,
|
H A D | scsi_all.h | 129 struct scsi_mode_select_big { struct
|
H A D | scsi_base.c | 1375 scsi_mode_select_big(struct scsi_link *link, int byte2, in scsi_mode_select_big() function 1378 struct scsi_mode_select_big *cmd; in scsi_mode_select_big() 1393 cmd = (struct scsi_mode_select_big *)&xs->cmd; in scsi_mode_select_big()
|
H A D | cd.c | 1184 error = scsi_mode_select_big(sc->sc_link, SMS_PF, in cd_setchan() 1264 error = scsi_mode_select_big(sc->sc_link, SMS_PF, in cd_setvol() 1324 error = scsi_mode_select_big(sc->sc_link, in cd_set_pa_immed()
|
H A D | sd.c | 1076 rv = scsi_mode_select_big(link, SMS_PF, in sd_ioctl_cache()
|
H A D | st.c | 1513 error = scsi_mode_select_big(st->sc_link, 0, &outbuf->hdr_big, in st_mode_select()
|