Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/auditd/
H A Ddoorway.c383 assert(pthread_mutex_trylock(&plugin_mutex) != 0); in unload_plugin()
848 (void) pthread_mutex_lock(&plugin_mutex); in policy_is_block()
853 (void) pthread_mutex_unlock(&plugin_mutex); in policy_is_block()
860 (void) pthread_mutex_unlock(&plugin_mutex); in policy_is_block()
875 (void) pthread_mutex_lock(&plugin_mutex); in policy_update()
884 (void) pthread_mutex_unlock(&plugin_mutex); in policy_update()
999 (void) pthread_mutex_lock(&plugin_mutex); in queue_buffer()
1035 (void) pthread_mutex_unlock(&plugin_mutex); in queue_buffer()
1071 (void) pthread_mutex_lock(&plugin_mutex); in adjust_priority()
1090 (void) pthread_mutex_unlock(&plugin_mutex); in adjust_priority()
[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()
300 (void) pthread_mutex_lock(&plugin_mutex); in main()
303 (void) pthread_mutex_lock(&plugin_mutex); in main()
310 (void) pthread_mutex_unlock(&plugin_mutex); in main()
H A Dplugin.h91 extern pthread_mutex_t plugin_mutex;
/titanic_41/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;