WDT_FUNC_INIT
if (__diag288(WDT_FUNC_INIT, MIN_INTERVAL, action, len))
func = conceal_on ? (WDT_FUNC_INIT | WDT_FUNC_CONCEAL)
: WDT_FUNC_INIT;
func = conceal_on ? (WDT_FUNC_INIT | WDT_FUNC_CONCEAL)
: WDT_FUNC_INIT;
ret = diag288(WDT_FUNC_INIT, dev->timeout, LPARWDT_RESTART, 0);