sysmon_wdog.c | 161 struct sysmon_wdog *smw; local in function:sysmonclose_wdog 172 if ((smw = sysmon_armed_wdog) != NULL) { 173 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_UTICKLE) { 174 error = sysmon_wdog_setmode(smw, 175 WDOG_MODE_DISARMED, smw->smw_period); 179 smw->smw_name); 199 struct sysmon_wdog *smw; local in function:sysmonioctl_wdog 208 smw = sysmon_wdog_find(wm->wm_name); 209 if (smw == NULL) { 214 wm->wm_mode = smw->smw_mode 382 struct sysmon_wdog *smw = sysmon_armed_wdog; local in function:sysmon_wdog_critpoll 404 struct sysmon_wdog *smw; local in function:sysmon_wdog_find 515 struct sysmon_wdog *smw; local in function:sysmon_wdog_ktickle 541 struct sysmon_wdog *smw; local in function:sysmon_wdog_shutdown [all...] |