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

/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c97 typedef struct dirlist_s dirlist_t; typedef in typeref:struct:dirlist_s
99 dirlist_t *dl_next;
127 dirlist_t *activeList; /* directory list */
128 dirlist_t *lastOpenDir; /* last activeDir */
129 dirlist_t *activeDir; /* to be current directory */
130 dirlist_t *startdir; /* first dir in the ring */
170 static int open_log(dirlist_t *, plg_ctrl_t *);
173 freedirlist(dirlist_t *head)
175 dirlist_t *n1, *n2;
191 dirlist_t *
[all...]

Completed in 15 milliseconds