Searched refs:logit (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_discovery.c259 (void) logit("aggregate_attrs: ",
270 (void) logit("aggregate_attrs: ",
278 (void) logit("discovery:\t\t%s=%s\n",
314 (void) logit("foreach_server: no memory");
321 (void) logit("foreach_server: ",
329 (void) logit("discovery:\tserver: %s\n", surl->s_pcHost);
336 (void) logit("foreach_server: FindAttrs failed: %s\n",
367 (void) logit("update_config: ",
379 (void) logit("update_config: SLPOpen failed: %s\n",
388 (void) logit("discover
[all...]
H A Dcachemgr_parse.c50 logit("attempted to set value of %s for %s to %d, "
60 logit("Setting %s for %s to %d\n",
H A Dcachemgr_getldap.c189 logit("Error: Unable to read '%s': %s\n",
277 logit("getldap_get_cacheData_stat()...\n");
310 logit("getldap_cache_op()...\n");
315 logit("operation is CACHE_OP_CREATE...\n");
329 logit("operation is CACHE_OP_DELETE...\n");
347 logit("operation is CACHE_OP_ADD...\n");
390 logit("operation is CACHE_OP_FIND...\n");
408 logit("operation is CACHE_OP_GETSTAT...\n");
418 logit("getldap_cache_op(): "
457 logit("sync_current_with_update_cop
[all...]
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...]
H A Dcachemgr_change.c126 logit("waiting_list_add: No memory. pid %ld tid %d\n",
473 logit("config changed.\n");
486 logit("chg_test_config_change: No Memory\n");
584 logit("thr_create failed for cleanup_thread_by_pid(%ld)\n",
653 logit("door_ucred() call failed %s\n", strerror(rc));
662 logit("ldap_cachemgr received %s call from pid %ld, "
668 logit("%s call failed(cred): caller pid %ld, uid %u, "
H A Dcachemgr.h97 extern void logit(char *format, ...);
/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,
H A Dapi_interface.c296 #define LOG(x) logit(LOG_DEBUG, x)
1419 logit(LOG_DEBUG, "Mechanism[%d] 0x%08X ",
H A Dtpmtok_int.h571 void logit(int, char *, ...);
/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/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
H A Dparallel.c125 logit("%s", BppState(state));
376 logit("Writing (%d) at 0x%x actual: %d, %s\n", count++, head,
/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/sendmail/src/
H A Dmci.c584 mci_dump(fp, mci, logit)
587 bool logit;
593 sep = logit ? " " : "\n\t";
650 if (logit)
660 ** logit -- if set, log the result instead of printing
668 mci_dump_all(fp, logit)
670 bool logit;
678 mci_dump(fp, MciCache[i], logit);
H A Dutil.c1747 ** logit -- if set, send output to syslog; otherwise
1759 printopenfds(logit)
1760 bool logit;
1766 dumpfd(fd, false, logit);
1776 ** logit -- if set, use sm_syslog instead of sm_dprintf()
1783 dumpfd(fd, printclosed, logit)
1786 bool logit;
1952 if (logit)
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h191 * values for logit routine
269 static void *logit(void *ap);
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...]
/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/lp/model/
H A Dlp.cat.c138 logit("%s", BppState(state));
/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/uts/common/inet/ipf/
H A Dfil.c2854 goto logit;
2860 goto logit;
2866 logit:

Completed in 149 milliseconds