Home
last modified time | relevance | path

Searched refs:msen_10 (Results 1 – 4 of 4) sorted by relevance

/dports/audio/xmcd/xmcd-3.3.2/cdda_d/
H A Drd_scsi.c108 if (app_data.msen_10) { in scsicd_read_fillbuf()
615 if (app_data.msen_10) { in scsi_rdone()
/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dscsipt.c663 if (app_data.msen_10) in scsipt_modesense()
669 cdb[0] = app_data.msen_10 ? OP_M_MSENSE : OP_S_MSENSE; in scsipt_modesense()
672 if (app_data.msen_10) { in scsipt_modesense()
679 if ((ret = pthru_send(dp, role, cdb, app_data.msen_10 ? 10 : 6, buf, in scsipt_modesense()
725 cdb[0] = app_data.msen_10 ? OP_M_MSELECT : OP_S_MSELECT; in scsipt_modesel()
729 if (app_data.msen_10) { in scsipt_modesel()
749 pthru_send(dp, role, cdb, app_data.msen_10 ? 10 : 6, buf, in scsipt_modesel()
2455 if (app_data.msen_10) { in scsipt_cfg_vol()
4242 if (app_data.msen_10) { in scsipt_chg_start()
4306 if (app_data.msen_10) in scsipt_chg_start()
[all …]
H A Dlibdi.c353 di_boolstr(app_data.msen_10)); in di_prncfg()
2487 app_data.msen_10 = util_stob(parm); in di_devspec_parmload()
/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dappenv.h1166 bool_t msen_10; /* Use 10-byte mode sen/sel */ member