Searched defs:cnt_flag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/auditd/
H A Dauditd.c502 init_plugin(char *name, kva_t *list, int cnt_flag) argument
528 p->plg_cnt = cnt_flag;
569 p->plg_cnt = cnt_flag;
595 int cnt_flag; local
606 cnt_flag = ((policy & AUDIT_CNT) != 0) ? 1 : 0;
607 DPRINT((dbfp, "loadauditlist: policy is to %s\n", (cnt_flag == 1) ?
668 p = init_plugin(value, plugin_kva_ll->plugin_kva, cnt_flag);

Completed in 70 milliseconds