Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c525 #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")); in _init()
555 NTWDT_DBG(WDT_DBG_ENTRY, ("_info")); in _info()
565 NTWDT_DBG(WDT_DBG_ENTRY, ("_fini")); in _fini()
583 NTWDT_DBG(WDT_DBG_ENTRY, ("attach: dip/cmd: 0x%p/%d", in ntwdt_attach()
761 NTWDT_DBG(WDT_DBG_PROT, ("app-wdog is %savailable", in ntwdt_chk_wdog_support()
795 NTWDT_DBG(WDT_DBG_ENTRY, ("detach: dip/cmd: 0x%p/%d", in ntwdt_detach()
978 NTWDT_DBG(WDT_DBG_ENTRY, ("open: inst/soft: %d/0x%p", in ntwdt_open()
1024 NTWDT_DBG(WDT_DBG_ENTRY, ("close: inst/soft: %d/0x%p", in ntwdt_close()
[all …]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dntwdt.c68 #define NTWDT_DBG(flag, msg) \ macro
71 #define NTWDT_DBG(flag, msg) macro
199 NTWDT_DBG(NTWDT_DBG_ENTRY, ("_init")); in _init()
217 NTWDT_DBG(NTWDT_DBG_ENTRY, ("_info")); in _info()
227 NTWDT_DBG(NTWDT_DBG_ENTRY, ("_fini")); in _fini()
506 NTWDT_DBG(NTWDT_DBG_IOCTL, ("reset_enable: %d, and dog_enable: " in ntwdt_ioctl()
514 NTWDT_DBG(NTWDT_DBG_IOCTL, ("invalid combination of " in ntwdt_ioctl()
529 NTWDT_DBG(NTWDT_DBG_IOCTL, ("timeout has not been set" in ntwdt_ioctl()
553 NTWDT_DBG(NTWDT_DBG_IOCTL, ("AWDT is enabled")); in ntwdt_ioctl()
561 NTWDT_DBG(NTWDT_DBG_IOCTL, ("AWDT is disabled")); in ntwdt_ioctl()
[all …]