Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c111 static audit_q_t *qpool_withdraw(plugin_t *);
112 static void qpool_init(plugin_t *, int);
113 static void qpool_return(plugin_t *, audit_q_t *);
114 static void qpool_close(plugin_t *);
269 load_function(plugin_t *p, char *name, auditd_rc_t (**func)()) in load_function()
290 load_plugin(plugin_t *p) in load_plugin()
387 static plugin_t *
388 unload_plugin(plugin_t *p) in unload_plugin()
390 plugin_t *q, **r; in unload_plugin()
429 open_return(plugin_t *p, char *attrval) in open_return()
[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()
500 static plugin_t *
503 plugin_t *p, *q; in init_plugin()
544 p = malloc(sizeof (plugin_t)); in init_plugin()
592 plugin_t *p; in loadauditlist()