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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_debug.c280 static unsigned char iec_m_pg[] = {0x1c, 0xa, 0x08, 0, 0, 0, 0, 0, variable
927 if ((iec_m_pg[2] & 0x4) && (6 == (iec_m_pg[3] & 0xf))) {
1222 memcpy(p, iec_m_pg, sizeof(iec_m_pg));
1227 return sizeof(iec_m_pg);
1515 if (iec_m_pg[1] == arr[off + 1]) {
1516 memcpy(iec_m_pg + 2, arr + off + 2,
1517 sizeof(iec_m_pg) - 2);
1545 if (iec_m_pg[
[all...]

Completed in 123 milliseconds