Searched refs:NTWDT_DBG (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/lw8/io/ |
H A D | ntwdt.c | 500 * Use either the NTWDT_DBG or NTWDT_NDBG macros 525 #define NTWDT_DBG(flag, msg) { if ((ntwdt_debug & (flag)) != 0) \ macro 528 #define NTWDT_DBG(flag, msg) macro 537 NTWDT_DBG(WDT_DBG_ENTRY, ("_init")); 555 NTWDT_DBG(WDT_DBG_ENTRY, ("_info")); 565 NTWDT_DBG(WDT_DBG_ENTRY, ("_fini")); 583 NTWDT_DBG(WDT_DBG_ENTRY, ("attach: dip/cmd: 0x%p/%d", 761 NTWDT_DBG(WDT_DBG_PROT, ("app-wdog is %savailable", 795 NTWDT_DBG(WDT_DBG_ENTRY, ("detach: dip/cmd: 0x%p/%d", 978 NTWDT_DBG(WDT_DBG_ENTR [all...] |
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | ntwdt.c | 68 #define NTWDT_DBG(flag, msg) \ macro 71 #define NTWDT_DBG(flag, msg) macro 199 NTWDT_DBG(NTWDT_DBG_ENTRY, ("_init")); 217 NTWDT_DBG(NTWDT_DBG_ENTRY, ("_info")); 227 NTWDT_DBG(NTWDT_DBG_ENTRY, ("_fini")); 506 NTWDT_DBG(NTWDT_DBG_IOCTL, ("reset_enable: %d, and dog_enable: " 514 NTWDT_DBG(NTWDT_DBG_IOCTL, ("invalid combination of " 529 NTWDT_DBG(NTWDT_DBG_IOCTL, ("timeout has not been set" 553 NTWDT_DBG(NTWDT_DBG_IOCTL, ("AWDT is enabled")); 561 NTWDT_DBG(NTWDT_DBG_IOCT [all...] |
Completed in 45 milliseconds