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

/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c104 int dl_fd; /* file handle, -1 unless open */ member in struct:dirlist_s
211 node_new->dl_fd = node_orig->dl_fd;
251 node->dl_fd = -1;
488 if ((currentdir == NULL) || (currentdir->dl_fd == -1))
516 (void) write_file_token(currentdir->dl_fd, newname, ctrl);
517 if (currentdir->dl_fd >= 0) {
518 (void) fsync(currentdir->dl_fd);
519 (void) close(currentdir->dl_fd);
521 currentdir->dl_fd
[all...]

Completed in 17 milliseconds