Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zpool/
H A Dzpool_util.c69 uint_t nlogs = 0; in num_logs() local
83 nlogs++; in num_logs()
85 return (nlogs); in num_logs()
H A Dzpool_vdev.c1167 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; in construct_spec() local
1177 nlogs = 0; in construct_spec()
1242 nlogs++; in construct_spec()
1312 nlogs++; in construct_spec()
1331 if (seen_logs && nlogs == 0) { in construct_spec()
/titanic_50/usr/src/cmd/listen/
H A Dlslog.c233 static int nlogs; /* maintains size of logfile */ variable
255 if (!NLPS_proc && Logmax && ( nlogs >= Logmax ) && !Splflag) { in logmessage()
256 nlogs = 0; in logmessage()
283 ++nlogs; in logmessage()
/titanic_50/usr/src/cmd/syslogd/
H A Dsyslogd.c226 static int nlogs; variable
1306 for (f = Files; f < &Files[nlogs]; f++) { in logmsg()
1394 for (f = Files; f < &Files[nlogs]; f++) { in logmsg()
3093 (void) fprintf(out, "# Outputs: %d\n\n", nlogs); in dumpstats()
3111 for (f = Files; f < &Files[nlogs]; f++) { in dumpstats()
3165 for (f = Files; f < &Files[nlogs]; f++) { in dumpstats()
3250 nlogs = 2; in conf_init()
3261 nlogs = 2; in conf_init()
3266 nlogs = 0; in conf_init()
3269 nlogs++; in conf_init()
[all …]