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); in scWrite() 458 writeLog(Record,&LogFile,LogName,&Collecting); in scWlog()
|
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); in reportJob() 260 Collecting = TRUE; 275 Collecting = FALSE;
|
H A D | perfstat.c | 145 (Collecting == FALSE)) return; } 208 static int Collecting = FALSE; /* True if we are collecting variable 346 writeLog(Record,&LogFile,LogName,&Collecting); in reportConn() 452 writeLog(Record,&LogFile,LogName,&Collecting); 902 Collecting = TRUE; in pfInit() 904 Collecting = FALSE; in pfInit()
|