Lines Matching defs:plg_ctrl
112 struct plg_ctrl {
154 typedef struct plg_ctrl plg_ctrl_t;
157 init_ctrls(plg_ctrl_t **plg_ctrl)
159 if ((*plg_ctrl = calloc(1, sizeof (plg_ctrl_t))) == NULL) {
163 (*plg_ctrl)->minfree = -1;
164 (*plg_ctrl)->fullness_state = PLENTY_SPACE;
165 (*plg_ctrl)->am_open = B_FALSE;
786 void *plg_ctrl, char **error)
792 plg_ctrl_t *ctrl = plg_ctrl;
972 auditd_plugin_open(const kva_t *kvlist, char **ret_list, void **plg_ctrl,
988 if (*plg_ctrl == NULL && !init_ctrls((plg_ctrl_t **)plg_ctrl)) {
992 ctrl = *plg_ctrl;
1064 auditd_plugin_close(void **plg_ctrl, char **error)
1066 plg_ctrl_t *ctrl = *plg_ctrl;
1092 *plg_ctrl = NULL;