Searched refs:binfile_maxsize (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c142 * file. binfile_maxsize is set via the 'p_fsize' parameter to the
146 uint64_t binfile_maxsize; member in struct:plg_ctrl
741 ctrl->binfile_maxsize = 0;
748 ctrl->binfile_maxsize = proposed_maxsize;
751 ctrl->binfile_maxsize = 0;
754 DPRINT((ctrl->dbfp, "binfile: set maxsize to %llu\n", binfile_maxsize));
824 if ((ctrl->binfile_maxsize != 0) &&
825 ((ctrl->binfile_cursize + in_len) > ctrl->binfile_maxsize)) {

Completed in 24 milliseconds