HomeSort by: relevance | last modified time | path
    Searched defs:swdog (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
ipmi.c 2263 struct ipmi_set_watchdog swdog; local in function:ipmi_watchdog_setmode
2294 memset(&swdog, 0, sizeof(swdog));
2296 swdog.wdog_timeout = htole16(sc->sc_wdog.smw_period * 10);
2298 swdog.wdog_action = IPMI_WDOG_ACT_DISABLED;
2300 swdog.wdog_action = IPMI_WDOG_ACT_RESET;
2301 swdog.wdog_use = IPMI_WDOG_USE_USE_OS;
2305 APP_SET_WATCHDOG_TIMER, sizeof(swdog), &swdog)) == 0)
ipmi.c 2263 struct ipmi_set_watchdog swdog; local in function:ipmi_watchdog_setmode
2294 memset(&swdog, 0, sizeof(swdog));
2296 swdog.wdog_timeout = htole16(sc->sc_wdog.smw_period * 10);
2298 swdog.wdog_action = IPMI_WDOG_ACT_DISABLED;
2300 swdog.wdog_action = IPMI_WDOG_ACT_RESET;
2301 swdog.wdog_use = IPMI_WDOG_USE_USE_OS;
2305 APP_SET_WATCHDOG_TIMER, sizeof(swdog), &swdog)) == 0)

Completed in 26 milliseconds