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

/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c86 * activeDir. Each element contains the pointer to the next
90 * current list is in use, activeDir is protected by log_mutex.
117 static dirlist_t *lastOpenDir = NULL; /* last activeDir */
118 static dirlist_t *activeDir = NULL; /* to be current directory */ variable
344 activeDir = startdir = thisdir;
435 * close_log since any change to activeDir is a complete redo
794 * lock is for activeDir, referenced by open_log() and close_log()
813 open_status = open_log(activeDir);
823 (spacecheck(activeDir, fullness_state, in_len) != 0)) {
826 (statrc = spacecheck(activeDir, fullness_stat
[all...]

Completed in 44 milliseconds