Home
last modified time | relevance | path

Searched refs:plg_to_be_removed (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/auditd/
H A Dauditd.c526 p->plg_to_be_removed = 0; in init_plugin()
560 p->plg_to_be_removed = 0; in init_plugin()
639 p->plg_to_be_removed = 1; /* tentative removal */ in loadauditlist()
696 p->plg_path, p->plg_to_be_removed, p->plg_cnt)); in loadauditlist()
697 p->plg_removed = p->plg_to_be_removed; in loadauditlist()
H A Dplugin.h50 boolean_t plg_to_be_removed; /* tentative removal state */ member