Searched refs:at_act (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/watchdogd/
H A Dwatchdogd.c508 const char *at_act; member in struct:act_tbl
527 for (i = 0; act_tbl[i].at_act != NULL; i++) {
532 act_tbl[i].at_act) == -1)
557 for (i = 0; act_tbl[i].at_act != NULL; i++) {
558 if (!strcmp(o, act_tbl[i].at_act)) {
563 if (act_tbl[i].at_act == NULL)

Completed in 66 milliseconds