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

/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c301 int temp_minfree; local
390 temp_minfree = atoi(minfreestr);
392 if ((temp_minfree < 0) || (temp_minfree > 100))
393 temp_minfree = 0;
395 if (ctrl->minfree != temp_minfree) {
397 ctrl->minfree, temp_minfree));
399 ctrl->minfree = temp_minfree;

Completed in 21 milliseconds