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

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

Completed in 69 milliseconds