Searched refs:activeDir (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c91 * activeDir. Each element contains the pointer to the next
95 * current list is in use, activeDir is protected by log_mutex.
121 pthread_mutex_t log_mutex; /* protects activeDir */
128 dirlist_t *lastOpenDir; /* last activeDir */
129 dirlist_t *activeDir; /* to be current directory */ member in struct:plg_ctrl
381 ctrl->activeDir = thisdir;
473 * close_log since any change to activeDir is a complete redo
815 * lock is for activeDir, referenced by open_log() and close_log()
834 open_status = open_log(ctrl->activeDir, ctrl);
844 (spacecheck(ctrl->activeDir, ctr
[all...]

Completed in 15 milliseconds