Home | Sort by: relevance | last modified time | path |
/src/sys/dev/sysmon/ | |
sysmon_wdog.c | 325 struct sysmon_wdog *lsmw; local in function:sysmon_wdog_register 332 LIST_FOREACH(lsmw, &sysmon_wdog_list, smw_list) { 333 if (strcmp(lsmw->smw_name, smw->smw_name) == 0) { |
sysmon_wdog.c | 325 struct sysmon_wdog *lsmw; local in function:sysmon_wdog_register 332 LIST_FOREACH(lsmw, &sysmon_wdog_list, smw_list) { 333 if (strcmp(lsmw->smw_name, smw->smw_name) == 0) { |
sysmon_wdog.c | 325 struct sysmon_wdog *lsmw; local in function:sysmon_wdog_register 332 LIST_FOREACH(lsmw, &sysmon_wdog_list, smw_list) { 333 if (strcmp(lsmw->smw_name, smw->smw_name) == 0) { |