Searched refs:Collecting (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | security.c | 40 #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 D | account.c | 40 #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 D | perfstat.c | 147 (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