Searched defs:logit (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapiutil.c303 void logit(int, char *, ...);
312 logit(LOG_DEBUG, "Logging enabled %d enabled", enabled);
325 logit(int type, char *fmt, ...) function
464 logit(LOG_DEBUG, "Terminate_All_Process_Sessions");
473 logit(LOG_DEBUG,
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c157 logit(char *mesg, ...)
177 } /* End of logit */
347 logit("printer startup\n");
410 logit("sending file\n");
582 logit("%s", mesg);
619 logit("waiting for end of job\n");
634 logit("job complete\n");
156 logit(char *mesg, ...) function
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c613 uint32_t logit; local
622 logit = 0;
634 logit = 1;
642 if (logit) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dutils.c78 static void logit __P((int, const char *, va_list));
635 * logit - does the hard work for fatal et al.
638 logit(level, fmt, args) function
673 logit(LOG_ERR, fmt, pvar);
695 logit(LOG_ERR, fmt, pvar);
715 logit(LOG_WARNING, fmt, pvar);
735 logit(LOG_NOTICE, fmt, pvar);
755 logit(LOG_INFO, fmt, pvar);
775 logit(LOG_DEBUG, fmt, pvar);
/illumos-gate/usr/src/cmd/bnu/
H A Duucleanup.c97 extern void logit();
368 logit(text, errno);
415 logit(text, errno);
466 logit(text, errno);
652 logit(text, errno);
677 logit(text, errno);
697 logit(text, errno);
717 logit(text, errno);
758 logit(text, errno);
792 logit(tex
1071 logit(text, status) function
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c200 void logit(char *, ...);
501 logit("printer startup\n");
673 logit("sending file %s\n", name);
749 logit("waiting for end of job\n");
785 logit("job complete\n");
888 logit("%%%%[ status: busy; block: %d ]%%%%\n", blocknum++);
938 logit("%s", mesg);
1107 logit(char *mesg, ...) function
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c113 logit("sig_ok_to_exit(): parent exiting...\n");
116 logit("sig_ok_to_exit(): invalid signal(%d) received.\n",
171 logit("Internal Error: get_clearance\n");
181 logit("get_clearance: throttling load for %s table\n", tab);
204 logit("Internal Error: release_clearance\n");
495 logit("thr_keycreate() call failed\n");
508 logit("door_create() call failed\n");
523 logit("Cannot create %s:%s\n",
535 logit("fattach() call failed\n");
551 logit("sigactio
1037 logit(char *format, ...) function
[all...]
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c307 static void logit(int, struct runinfo *, int);
2327 logit(BCHAR, rp, 0);
2657 logit(ECHAR, pr, rc);
3029 logit(int cc, struct runinfo *rp, int rc) function
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c1246 * releases the logger fds, filed and logit threads. That, in
1258 * SHUTDOWN message, and dispatch it to the various logit
1409 * Otherwise logit() may set F_UNUSED after the test
1454 logit(void *ap) function
1459 const char *errmsg = "logit(%u): %s to %s forwarding loop detected\n";
1465 DPRINT4(5, "logit(%u): logger started for \"%s\" (queue %p, filed "
1472 DPRINT3(5, "logit(%u): logger dequeued msg %p from queue "
1517 DPRINT2(5, "logit(%u): got FLUSH|SYNC "
1554 DPRINT1(1, "logit(%u): cannot forward "
1603 DPRINT2(2, "logit(
[all...]

Completed in 98 milliseconds