Searched defs:turnoff (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dimsg.c116 * null turnoff routine to be used for errors
120 turnoff(void) function
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c247 static int turnoff = 0; variable
366 turnoff++;
370 turnoff = 0;
2957 nthread = (turnoff == 0) ? 4 : 2;
3029 if (turnoff == 0) {
3624 if (turnoff) {
4859 turnoff = 1; /* log_from_remote = false */
4861 turnoff = 0; /* log_from_remote = true */
4864 DPRINT1(1, "properties: setting turnoff to %s\n",
4865 turnoff
[all...]

Completed in 52 milliseconds