Home
last modified time | relevance | path

Searched refs:MEMP (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_util.c806 MEMP("%s", cdb_to_str(cdb[0])); in build_cdb_str()
808 MEMP(".vpd=%x", cdb[2]); in build_cdb_str()
810 MEMP("Illegal CDB"); in build_cdb_str()
811 MEMP(".len=%x", cdb[3] << 8 | cdb[4]); in build_cdb_str()
815 MEMP("%s.lba=%x.len=%x", cdb_to_str(cdb[0]), in build_cdb_str()
821 MEMP("%s.dbd=%s.pc=%x.page_code=%x.subpage=%x." in build_cdb_str()
828 MEMP("%s.immed=%s.power=%x.start=%s", in build_cdb_str()
837 MEMP("%s (%x)", cdb_to_str(cdb[0]), cdb[0]); in build_cdb_str()
850 MEMP("{ "); in mem_to_arraystr()
852 MEMP("%02x ", *ptr++ & 0xff); in mem_to_arraystr()
[all …]
H A Dsmartpqi.h528 #define MEMP(args...) (void) snprintf(m.mem + strlen(m.mem), \ macro