Home
last modified time | relevance | path

Searched refs:dl_fd (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c99 int dl_fd; /* file handle, -1 unless open */ member
179 node_new->dl_fd = node_orig->dl_fd; in dupdirnode()
218 node->dl_fd = -1; in growauditlist()
449 if ((currentdir == NULL) || (currentdir->dl_fd == -1)) in close_log()
477 (void) write_file_token(currentdir->dl_fd, newname); in close_log()
478 if (currentdir->dl_fd >= 0) { in close_log()
479 (void) fsync(currentdir->dl_fd); in close_log()
480 (void) close(currentdir->dl_fd); in close_log()
482 currentdir->dl_fd = -1; in close_log()
589 current_dir->dl_fd = -1; in open_log()
[all …]