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

/freebsd-current/usr.sbin/watchdogd/
H A Dwatchdogd.c507 struct act_tbl { struct
512 static const struct act_tbl act_tbl[] = { variable in typeref: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)) {
559 rv |= act_tbl[i].at_value;
563 if (act_tbl[i].at_act == NULL)

Completed in 60 milliseconds