Home
last modified time | relevance | path

Searched refs:plugin_t (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/auditd/
H A Ddoorway.c105 static void process(plugin_t *);
107 static audit_q_t *qpool_withdraw(plugin_t *);
108 static void qpool_init(plugin_t *, int);
109 static void qpool_return(plugin_t *, audit_q_t *);
110 static void qpool_close(plugin_t *);
260 load_function(plugin_t *p, char *name, auditd_rc_t (**func)()) in load_function()
281 load_plugin(plugin_t *p) in load_plugin()
378 static plugin_t *
379 unload_plugin(plugin_t *p) in unload_plugin()
381 plugin_t *q, **r; in unload_plugin()
[all …]
H A Dplugin.h41 typedef struct plg plugin_t; typedef
83 plugin_t *plg_next; /* null is end of list */
90 extern plugin_t *plugin_head;
H A Dauditd.c93 static plugin_t *binfile = NULL;
103 plugin_t *plugin_head = NULL;
178 plugin_t *p; in main()
501 static plugin_t *
504 plugin_t *p, *q; in init_plugin()
545 p = malloc(sizeof (plugin_t)); in init_plugin()
593 plugin_t *p; in loadauditlist()