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

/illumos-gate/usr/src/cmd/bnu/
H A Dsecurity.c40 #define LOGCHECK { if (Collecting == FALSE) return; }
41 #define LOGCHECKC { if (Collecting == FALSE) return(NOTAVAIL); }
79 static int Collecting = TRUE; /* ok to collect security inf.*/ variable
157 Collecting = FALSE;
200 writeLog(Record,&LogFile,LogName,&Collecting);
458 writeLog(Record,&LogFile,LogName,&Collecting);
H A Daccount.c40 #define LOGCHECK { if (Collecting == FALSE) return; }
73 static int Collecting = FALSE; /* True if we are collecting variable
129 writeLog(Record,&LogFile,LogName,&Collecting);
260 Collecting = TRUE;
275 Collecting = FALSE;
H A Dperfstat.c147 (Collecting == FALSE)) return; }
210 static int Collecting = FALSE; /* True if we are collecting variable
348 writeLog(Record,&LogFile,LogName,&Collecting);
454 writeLog(Record,&LogFile,LogName,&Collecting);
904 Collecting = TRUE;
906 Collecting = FALSE;

Completed in 60 milliseconds