Home
last modified time | relevance | path

Searched refs:NLPS_proc (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/listen/
H A Dlslog.c62 extern int NLPS_proc;
150 extern int NLPS_proc, Nflag; in clean_up()
160 if (!(NLPS_proc)) { in clean_up()
191 if (!NLPS_proc)
253 if (!NLPS_proc && Logmax && ( nlogs >= Logmax ) && !Splflag) { in logmessage()
H A Dlsdbf.c216 extern int NLPS_proc;
256 if (!NLPS_proc && (strlen(private_p) == 0) && !(sflags & DFLAG))
263 if (!NLPS_proc) {
H A Dnlps_serv.c84 int NLPS_proc = 1; variable
H A Dlisten.c90 int NLPS_proc = 0; /* set if process is a listener child */ variable