Searched defs:iec_m_pg (Results 1 - 1 of 1) sorted by last modified time

/drivers/scsi/
H A Dscsi_debug.c358 static unsigned char iec_m_pg[] = {0x1c, 0xa, 0x08, 0, 0, 0, 0, 0, variable
1086 if ((iec_m_pg[2] & 0x4) && (6 == (iec_m_pg[3] & 0xf))) {
1393 memcpy(p, iec_m_pg, sizeof(iec_m_pg));
1398 return sizeof(iec_m_pg);
1695 if (iec_m_pg[1] == arr[off + 1]) {
1696 memcpy(iec_m_pg + 2, arr + off + 2,
1697 sizeof(iec_m_pg) - 2);
1728 if (iec_m_pg[
[all...]

Completed in 37 milliseconds