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

/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c774 static int allhard_pause = 0; local
902 if ((hung_count > 0) && !allhard_pause) {
903 allhard_pause = 1;
909 if (allhard_pause) {
912 allhard_pause = 0;

Completed in 70 milliseconds