HomeSort by relevance Sort by last modified time
    Searched refs:nlogs (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/zpool/
zpool_util.c 69 uint_t nlogs = 0; local
83 nlogs++;
85 return (nlogs);
zpool_vdev.c 1163 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; local
1173 nlogs = 0;
1238 nlogs++;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/listen/
lslog.c 233 static int nlogs; /* maintains size of logfile */ variable
255 if (!NLPS_proc && Logmax && ( nlogs >= Logmax ) && !Splflag) {
256 nlogs = 0;
283 ++nlogs;
  /onnv/onnv-gate/usr/src/cmd/syslogd/
syslogd.c 219 static int nlogs; variable
1302 for (f = Files; f < &Files[nlogs]; f++) {
    [all...]

Completed in 60 milliseconds