Home
last modified time | relevance | path

Searched refs:scsi_mode_select_big (Results 1 – 7 of 7) sorted by relevance

/openbsd/usr.bin/cdio/
H A Dmmc.c549 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 Dscsiconf.h488 int scsi_mode_select_big(struct scsi_link *, int,
H A Dscsi_all.h129 struct scsi_mode_select_big { struct
H A Dscsi_base.c1375 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 Dcd.c1184 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 Dst.c1513 error = scsi_mode_select_big(st->sc_link, 0, &outbuf->hdr_big, in st_mode_select()
H A Dsd.c1076 rv = scsi_mode_select_big(link, SMS_PF, in sd_ioctl_cache()