OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wm_mode
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/sys/
wdog.h
50
int
wm_mode
; /* timer mode */
member in struct:wdog_mode
58
*
wm_mode
is not DISARMED, the watchdog is armed,
/src/tests/dev/sysmon/
t_swwdog.c
104
wm.
wm_mode
= WDOG_MODE_ETICKLE;
113
wm.
wm_mode
= WDOG_MODE_DISARMED;
/src/sbin/wdogctl/
wdogctl.c
181
wp->
wm_mode
= mode;
184
wp->
wm_mode
|= WDOG_FEATURE_ALARM;
341
mode = wm.
wm_mode
& WDOG_MODE_MASK;
354
wm.
wm_mode
= WDOG_MODE_DISARMED;
411
mode = wm.
wm_mode
& WDOG_MODE_MASK;
/src/sys/dev/sysmon/
sysmon_wdog.c
214
wm->
wm_mode
= smw->smw_mode;
236
if (wm->
wm_mode
& ~(WDOG_MODE_MASK|WDOG_FEATURE_MASK))
240
error = sysmon_wdog_setmode(smw, wm->
wm_mode
,
256
wm->
wm_mode
= smw->smw_mode;
Completed in 25 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025