Searched defs:activeList (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c268 static dirlist_t *activeList = NULL; /* directory list */ local
313 n2 = activeList;
326 } while ((n1 != listhead) && (n2 != activeList));
342 freedirlist(activeList); /* old list */
343 activeList = listhead; /* new list */

Completed in 45 milliseconds