HomeSort by relevance Sort by last modified time
    Searched refs:espdebug (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/sun/sys/scsi/adapters/
espvar.h 60 #define ESPDEBUG /* turn on debugging code */
498 #ifdef ESPDEBUG
510 #endif /* ESPDEBUG */
563 #ifdef ESPDEBUG
575 #else /* ESPDEBUG */
577 #endif /* ESPDEBUG */
811 #ifdef ESPDEBUG
813 #define INFORMATIVE (espdebug)
814 #define DEBUGGING (espdebug > 1)
816 #define EPRINTF(str) if (espdebug > 1) eprintf(esp, str
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun/io/scsi/adapters/
esp.c 77 #ifdef ESPDEBUG
78 static int espdebug = 0; variable
82 #endif /* ESPDEBUG */
175 _NOTE(DATA_READABLE_WITHOUT_LOCK(espdebug))
750 #ifdef ESPDEBUG
762 #endif /* ESPDEBUG */
864 #ifdef ESPDEBUG
865 if ((esp->e_scsi_options & SCSI_DEBUG_HA) && (espdebug == 0)) {
866 espdebug = 1;
    [all...]

Completed in 120 milliseconds