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

/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c127 dirlist_t *activeList; /* directory list */ member in struct:plg_ctrl
348 n2 = ctrl->activeList;
361 } while ((n1 != listhead) && (n2 != ctrl->activeList));
378 freedirlist(ctrl->activeList); /* old list */
379 ctrl->activeList = listhead; /* new list */

Completed in 35 milliseconds