Home
last modified time | relevance | path

Searched refs: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 */ in loadauditlist() local
313 n2 = activeList; in loadauditlist()
326 } while ((n1 != listhead) && (n2 != activeList)); in loadauditlist()
342 freedirlist(activeList); /* old list */ in loadauditlist()
343 activeList = listhead; /* new list */ in loadauditlist()