Home
last modified time | relevance | path

Searched refs:plugin_mutex (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c857 (void) pthread_mutex_lock(&plugin_mutex); in policy_is_block()
862 (void) pthread_mutex_unlock(&plugin_mutex); in policy_is_block()
869 (void) pthread_mutex_unlock(&plugin_mutex); in policy_is_block()
884 (void) pthread_mutex_lock(&plugin_mutex); in policy_update()
893 (void) pthread_mutex_unlock(&plugin_mutex); in policy_update()
1008 (void) pthread_mutex_lock(&plugin_mutex); in queue_buffer()
1044 (void) pthread_mutex_unlock(&plugin_mutex); in queue_buffer()
1080 (void) pthread_mutex_lock(&plugin_mutex); in adjust_priority()
1099 (void) pthread_mutex_unlock(&plugin_mutex); in adjust_priority()
1323 (void) pthread_mutex_lock(&plugin_mutex); in process()
[all …]
H A Dauditd.c105 pthread_mutex_t plugin_mutex; /* for plugin_t list */ variable
261 (void) pthread_mutex_init(&plugin_mutex, NULL); in main()
299 (void) pthread_mutex_lock(&plugin_mutex); in main()
302 (void) pthread_mutex_lock(&plugin_mutex); in main()
309 (void) pthread_mutex_unlock(&plugin_mutex); in main()
H A Dplugin.h91 extern pthread_mutex_t plugin_mutex;
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c78 pthread_mutex_t plugin_mutex = PTHREAD_MUTEX_INITIALIZER; variable
358 (void) pthread_mutex_lock(&plugin_mutex); in parsehosts()
364 (void) pthread_mutex_unlock(&plugin_mutex); in parsehosts()
593 (void) pthread_mutex_lock(&plugin_mutex); in auditd_plugin()
685 (void) pthread_mutex_unlock(&plugin_mutex); in auditd_plugin()
822 (void) pthread_mutex_lock(&plugin_mutex); in auditd_plugin_close()
825 (void) pthread_mutex_unlock(&plugin_mutex); in auditd_plugin_close()
H A Dtransport.c71 extern pthread_mutex_t plugin_mutex;