Home
last modified time | relevance | path

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); in scWrite()
458 writeLog(Record,&LogFile,LogName,&Collecting); in scWlog()
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); in reportJob()
260 Collecting = TRUE;
275 Collecting = FALSE;
H A Dperfstat.c145 (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()