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

/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c96 int dl_flags; member in struct:dirlist_s
102 * Defines for dl_flags
178 node_new->dl_flags = node_orig->dl_flags;
216 node->dl_flags = 0;
856 activeDir->dl_flags = 0;
860 } else if (!(activeDir->dl_flags & HARD_WARNED)) {
868 activeDir->dl_flags |= HARD_WARNED;
873 if (!(activeDir->dl_flags & SOFT_WARNED) &&
878 activeDir->dl_flags |
[all...]

Completed in 60 milliseconds