Home
last modified time | relevance | path

Searched refs:MT_ST_DEBUGGING (Results 1 – 3 of 3) sorted by path

/linux/Documentation/scsi/
H A Dst.rst539 MT_ST_DEBUGGING
/linux/drivers/scsi/
H A Dst.c2316 DEB( debugging = (options & MT_ST_DEBUGGING) != 0;
2352 if ((options & MT_ST_DEBUGGING) != 0)
4627 DEB( options |= debugging ? MT_ST_DEBUGGING : 0 ); in options_show()
/linux/include/uapi/linux/
H A Dmtio.h186 #define MT_ST_DEBUGGING 0x8 macro