Home
last modified time | relevance | path

Searched refs:logged (Results 1 – 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c1358 char *logged = temp; local
1389 if (s == logged)
1392 logf("%0.*v", s - logged, logged);
1393 logged = s + 1;
1398 if (verbose && s >= logged + 80) {
1399 logf("%0.*v", s - logged, logged);
1400 logged = s;
1443 if (s > logged)
1444 logf("%0.*v", s - logged, logged);
1457 if (s > logged)
[all …]
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dpwrnow.c177 static int logged = 0; in pwrnow_init() local
185 if (!logged) { in pwrnow_init()
189 logged = 1; in pwrnow_init()
H A Dspeedstep.c192 static int logged = 0; in speedstep_init() local
200 if (!logged) { in speedstep_init()
204 logged = 1; in speedstep_init()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dutmpx.c131 int logged = 0; in utmpx_mark_dead() local
178 if (!logged) { in utmpx_mark_dead()
181 logged++; in utmpx_mark_dead()
/illumos-gate/usr/src/cmd/initpkg/init.d/
H A DREADME.rc239 scripts in /etc/rc2.d/ are logged to the file:
46 from these scripts are logged to the file:
H A DREADME.rcS37 errors, or output from these scripts are logged to the file:
44 from these scripts are logged to the file:
H A DREADME.rc340 or output from the scripts in /etc/rc3.d/ are logged to the file:
/illumos-gate/usr/src/cmd/fm/dicts/
H A DSUNOS.po53 msgstr "Error reports from the component will be logged for examination by your illumos distributio…
245 msgstr "Error reports have been logged for examination by your illumos distribution team."
261 msgstr "Error reports have been logged for examination by your illumos distribution team."
277 msgstr "Error reports have been logged for examination by your illumos distribution team."
293 msgstr "Error reports have been logged for examination by your illumos distribution team."
309 msgstr "Error reports have been logged for examination by your illumos distribution team.\n"
H A DFMD.po46 msgstr "Error reports from the component will be logged for examination by your illumos distributio…
/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c746 uint64_t logged = 0; in errorq_panic_drain() local
835 logged += eqp->eq_kstat.eqk_logged.value.ui64 - loggedtmp; in errorq_panic_drain()
837 return (logged); in errorq_panic_drain()
/illumos-gate/usr/src/cmd/su/
H A Dsu.dfl31 # CONSOLE determines whether attempts to su to root should be logged
/illumos-gate/usr/src/cmd/cmd-inet/etc/default/
H A Dipsec.dfl35 # no debug messages are logged.
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.sr16 # to be logged twice).
/illumos-gate/usr/src/lib/libsasl/
H A DREADME48 On the other hand, the logged messages should not be i18n'ed.
/illumos-gate/usr/src/cmd/login/
H A Dlogin.dfl98 # message is logged, using the syslog(3) LOG_NOTICE facility. For example,
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties30 #Messages logged through SLPConfig.writeLog().
53 #Messages logged within SLPConfig itself, through writeLog().
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c967 bool logged = false; local
984 if (!logged)
993 logged = true;
1006 if (!logged)
1011 logged = true;
H A Dusersmtp.c407 static bool logged = false; local
416 logged = false;
423 if (LogLevel > 8 && !logged)
429 logged = true;
H A Dparseaddr.c3182 static bool logged = false; local
3197 if (!logged)
3201 logged = true;
/illumos-gate/usr/src/cmd/sendmail/lib/
H A Dhelpfile80 soml Send or mail. If the user is logged in, send directly,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c2196 goto logged; in launch_service()
2203 goto logged; in launch_service()
2224 logged: in launch_service()
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Ddisk.esc82 * with unknown topology to be silently discarded. The ereport data is logged
/illumos-gate/usr/src/lib/libcryptoutil/
H A DREADME82 priority. All messages include the PID and are logged at LOG_USER.
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dwinreg.ndl38 * HKEY_CURRENT_USER (HKCU) Settings for the current logged in user.
/illumos-gate/usr/src/boot/common/
H A Dhelp.common257 Without this setting, the messages are only logged in the system log.

12