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

/illumos-gate/usr/src/cmd/auditreduce/
H A Dmain.c74 static int write_file_token(time_t);
695 return (write_file_token(f_start));
700 write_file_token(time_t when) function
758 return (write_file_token(f_end));
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c397 * write_file_token - put the file token into the audit log
400 write_file_token(int fd, char *name) function
477 (void) write_file_token(currentdir->dl_fd, newname);
583 error = write_file_token(newfd, oldname);

Completed in 54 milliseconds