Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_util.c71 uint_t nlogs = 0; in num_logs() local
85 nlogs++; in num_logs()
87 return (nlogs); in num_logs()
H A Dzpool_vdev.c1298 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; in construct_spec() local
1308 nlogs = 0; in construct_spec()
1394 nlogs++; in construct_spec()
1480 nlogs++; in construct_spec()
1509 if (seen_logs && nlogs == 0) { in construct_spec()
/illumos-gate/usr/src/cmd/listen/
H A Dlslog.c231 static int nlogs; /* maintains size of logfile */ variable
253 if (!NLPS_proc && Logmax && ( nlogs >= Logmax ) && !Splflag) { in logmessage()
254 nlogs = 0; in logmessage()
281 ++nlogs; in logmessage()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c224 static int nlogs; variable
1296 for (f = Files; f < &Files[nlogs]; f++) { in logmsg()
1382 for (f = Files; f < &Files[nlogs]; f++) { in logmsg()
3080 (void) fprintf(out, "# Outputs: %d\n\n", nlogs); in dumpstats()
3098 for (f = Files; f < &Files[nlogs]; f++) { in dumpstats()
3152 for (f = Files; f < &Files[nlogs]; f++) { in dumpstats()
3237 nlogs = 2; in conf_init()
3248 nlogs = 2; in conf_init()
3253 nlogs = 0; in conf_init()
3256 nlogs++; in conf_init()
[all …]