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

/drivers/scsi/
H A Dscsi_debug.c1329 unsigned char format_pg[] = {0x3, 0x16, 0, 0, 0, 0, 0, 0, local
1333 memcpy(p, format_pg, sizeof(format_pg));
1341 memset(p + 2, 0, sizeof(format_pg) - 2);
1342 return sizeof(format_pg);

Completed in 44 milliseconds