Searched refs:MSG_IDENTIFY (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_message.h47 #define MSG_IDENTIFY(lun, disc) (((disc) ? 0xc0 : MSG_IDENTIFYFLAG) | (lun)) macro
H A Dscsi_low.h62 #undef MSG_IDENTIFY macro
789 #define MSG_IDENTIFY 0x80 macro
H A Dscsi_low.c2542 /* 4 */ {SCSI_LOW_MSG_IDENTIFY, MSG_IDENTIFY, scsi_low_msgfunc_identify, scsi_low_errfunc_identify, 0},
2668 msg = MSG_IDENTIFY;
3472 if ((msg & MSG_IDENTIFY) == 0)
/freebsd-11-stable/sys/dev/esp/
H A Dncr53c9x.c876 cmd[0] = MSG_IDENTIFY(lun, 1); /* msg[0] */
883 cmd[0] = MSG_IDENTIFY(lun, (ti->flags & T_RSELECTOFF) == 0);
2205 MSG_IDENTIFY(ecb->ccb->ccb_h.target_lun, 0);
/freebsd-11-stable/sys/dev/aic/
H A Daic.c807 aic->msg_buf[0] = MSG_IDENTIFY(scb->lun,

Completed in 187 milliseconds