Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c1362 char *logged = temp; local
1393 if (s == logged)
1396 logf("%0.*v", s - logged, logged);
1397 logged = s + 1;
1402 if (verbose && s >= logged + 80) {
1403 logf("%0.*v", s - logged, logged);
1404 logged = s;
1447 if (s > logged)
1448 logf("%0.*v", s - logged, logged);
1461 if (s > logged)
[all …]
/titanic_50/usr/src/uts/i86pc/os/cpupm/
H A Dpwrnow.c173 static int logged = 0; in pwrnow_init() local
181 if (!logged) { in pwrnow_init()
185 logged = 1; in pwrnow_init()
H A Dspeedstep.c188 static int logged = 0; in speedstep_init() local
196 if (!logged) { in speedstep_init()
200 logged = 1; in speedstep_init()
/titanic_50/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()
/titanic_50/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:
/titanic_50/usr/src/cmd/fm/dicts/
H A DSUNOS.po53 msgstr "Error reports from the component will be logged for examination by Sun."
245 msgstr "Error reports have been logged for examination by Sun."
261 msgstr "Error reports have been logged for examination by Sun."
277 msgstr "Error reports have been logged for examination by Sun."
293 msgstr "Error reports have been logged for examination by Sun."
309 msgstr "Error reports have been logged for examination by Sun.\n"
H A DFMD.po46 msgstr "Error reports from the component will be logged for examination by Sun."
/titanic_50/usr/src/cmd/su/
H A Dsu.dfl31 # CONSOLE determines whether attempts to su to root should be logged
/titanic_50/usr/src/uts/common/os/
H A Derrorq.c745 uint64_t logged = 0; in errorq_panic_drain() local
833 logged += eqp->eq_kstat.eqk_logged.value.ui64 - loggedtmp; in errorq_panic_drain()
835 return (logged); in errorq_panic_drain()
/titanic_50/usr/src/cmd/cmd-inet/etc/default/
H A Dipsec.dfl35 # no debug messages are logged.
/titanic_50/usr/src/cmd/ipf/examples/
H A Dexample.sr16 # to be logged twice).
/titanic_50/usr/src/lib/libsasl/
H A DREADME48 On the other hand, the logged messages should not be i18n'ed.
/titanic_50/usr/src/cmd/login/
H A Dlogin.dfl95 # message is logged, using the syslog(3) LOG_NOTICE facility. For example,
/titanic_50/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().
/titanic_50/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.c3184 static bool logged = false; local
3199 if (!logged)
3203 logged = true;
/titanic_50/usr/src/cmd/sendmail/lib/
H A Dhelpfile80 soml Send or mail. If the user is logged in, send directly,
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c2195 goto logged; in launch_service()
2202 goto logged; in launch_service()
2223 logged: in launch_service()
/titanic_50/usr/src/cmd/fm/eversholt/files/common/
H A Ddisk.esc80 * with unknown topology to be silently discarded. The ereport data is logged
/titanic_50/usr/src/lib/libcryptoutil/
H A DREADME82 priority. All messages include the PID and are logged at LOG_USER.
/titanic_50/usr/src/cmd/ssh/
H A DREADME.altprivsep28 privilege throughout normal operation even while users are logged
407 the saved-set-user-id in the monitor to that of the logged in user
434 as the logged in user.
/titanic_50/usr/src/uts/common/smbsrv/ndl/
H A Dwinreg.ndl36 * HKEY_CURRENT_USER (HKCU) Settings for the current logged in user.

12