DEBLOCK
#define ST_ENTR(d, fn) if (st_debug & 0x10) { DEBLOCK(d) \
#define ST_FUNC(d, fn) if (st_debug & 0x20) { DEBLOCK(d) \
#define ST_CDB(d, cmnt, cdb) if (st_debug & 0x180) { DEBLOCK(d) \
#define ST_SENSE(d, cmnt, sense, size) if (st_debug & 0x200) { DEBLOCK(d) \
#define ST_POS(d, cmnt, pdata) if (st_debug & 0x400) { DEBLOCK(d) \