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

/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c92 typedef struct dirlist_s dirlist_t; typedef in typeref:struct:dirlist_s
94 dirlist_t *dl_next;
117 static dirlist_t *lastOpenDir = NULL; /* last activeDir */
118 static dirlist_t *activeDir = NULL; /* to be current directory */
119 static dirlist_t *startdir; /* first dir in the ring */
138 static int open_log(dirlist_t *);
141 freedirlist(dirlist_t *head)
143 dirlist_t *n1, *n2;
159 dirlist_t *
160 dupdirnode(dirlist_t *node_ori
[all...]

Completed in 58 milliseconds