| /illumos-gate/usr/src/lib/lvm/libsvm/common/ |
| H A D | debug.c | 35 #define LOG 0x1 /* write message to log file */ macro 37 #define LOGSCR LOG|SCR /* write message to the log and screen */
|
| /illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
| H A D | api_interface.c | 296 #define LOG(x) logit(LOG_DEBUG, x) macro 385 LOG("C_CancelFunction"); 402 LOG("CloseAllSessions"); 445 LOG("CloseAllSessions OK"); 454 LOG("C_CloseSession"); 487 LOG("C_CopyObject");
|
| H A D | tpmtok_defs.h | 55 #define LOG(priority, fmt, ...) \ macro
|
| /illumos-gate/usr/src/lib/libcmd/common/ |
| H A D | tail.c | 113 #define LOG (1<<5) macro 329 if (flags & LOG) 503 flags |= LOG; 604 if ((flags & (LOG|TIMEOUT)) == LOG) 606 flags &= ~LOG; 681 if (flags & LOG)
|
| /illumos-gate/usr/src/cmd/sendmail/db/include/ |
| H A D | log.h | 15 struct __log; typedef struct __log LOG; typedef in typeref:struct:__log 87 LOG *lp; /* Address of the shared LOG. */ 139 * LOG --
|
| /illumos-gate/usr/src/cmd/sendmail/include/sm/ |
| H A D | conf.h | 75 #define LOG 1 /* enable logging -- don't turn off */ macro 1975 # undef LOG /* syslog not available */ macro 2999 # if !LOG 3008 # endif /* !LOG */
|
| /illumos-gate/usr/src/cmd/bnu/ |
| H A D | ct.c | 73 #define LOG "/var/adm/ctlog" macro 725 if (exists (LOG) && (fp = fopen (LOG, "a")) != NULL) {
|
| /illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/ |
| H A D | volcopy.h | 28 #define LOG macro
|
| /illumos-gate/usr/src/cmd/sgs/librtld_db/common/ |
| H A D | _rtld_db.h | 120 #define LOG(func) { \ macro
|
| /illumos-gate/usr/src/cmd/tip/ |
| H A D | tip.h | 207 #define LOG 11 macro
|
| /illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
| H A D | emlxs_fc.h | 2167 #define LOG hba->log macro
|
| /illumos-gate/usr/src/test/os-tests/tests/file-locking/ |
| H A D | util.c | 31 boolean_t LOG = B_FALSE; variable 38 if (!LOG) {
|
| /openjdk7/jdk/src/share/classes/sun/font/ |
| H A D | LayoutPathImpl.java | 92 private static final Formatter LOG = new Formatter(System.out); field in class:LayoutPathImpl 774 if (LOGMAP) LOG.format("s(%d) init\n", ix); 781 if (LOGMAP) LOG.format("s(%d) move\n", ix); 787 if (LOGMAP) LOG.format("s(%d) close\n[cp]\n", ix); 793 if (LOGMAP) LOG.format("s(%d) line %g, %g to %g, %g\n", ix, li.sx, li.sy, li.lx, li.ly); 796 if (LOGMAP) LOG.format("pin: %g, %g to %g, %g\n", temp.sx, temp.sy, temp.lx, temp.ly); 805 if (LOGMAP) LOG.format("points: %g, %g to %g, %g\n", sx, sy, lx, ly); 809 if (LOGMAP) LOG.format("[mt %g, %g]\n", sx, sy); 812 if (LOGMAP) LOG.format("[lt %g, %g]\n", sx, sy); 816 if (LOGMAP) LOG [all...] |
| /openjdk7/jdk/src/share/demo/jvmti/hprof/ |
| H A D | hprof_error.h | 77 #define LOG_FORMAT(format) "HPROF LOG: " format " [%s:%d]\n" 86 #define LOG(str) LOG1(str) macro
|
| /openjdk7/jdk/test/javax/management/Introspector/ |
| H A D | NotCompliantCauseTest.java | 59 private static final Logger LOG = field in class:NotCompliantCauseTest
|
| /openjdk7/jdk/test/javax/management/MBeanInfo/ |
| H A D | TooManyFooTest.java | 60 private static final Logger LOG = field in class:TooManyFooTest
|
| /openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ |
| H A D | DirectoryScanner.java | 121 private static final Logger LOG = field in class:DirectoryScanner 320 LOG.fine("Failed to execute action: " +action + 333 LOG.finest("File processed: "+taken+" - "+file.getAbsolutePath()); 347 LOG.fine("Failed to delete: "+file.getAbsolutePath()); 369 LOG.fine("Failed to notify: "+file.getAbsolutePath()); 380 LOG.fine("Failed to log: "+file.getAbsolutePath()); 491 if (LOG.isLoggable(Level.FINEST)) 492 LOG.log(Level.FINEST,"scan task failed: "+x,x); 493 else if (LOG.isLoggable(Level.FINE)) 494 LOG [all...] |
| H A D | ResultLogManager.java | 93 private static final Logger LOG = field in class:ResultLogManager 248 LOG.finest("Failed to close log properly: "+x); 431 LOG.finest("Failed to log record: "+x);
|
| H A D | ScanDirAgent.java | 81 private static final Logger LOG = field in class:ScanDirAgent 114 LOG.finer("Queuing received notification "+notification);
|
| H A D | ScanDirConfig.java | 109 private static final Logger LOG = field in class:ScanDirConfig 381 LOG.fine("config: "+config);
|
| H A D | ScanManager.java | 109 private static final Logger LOG = field in class:ScanManager 413 LOG.fine("server: "+mbeanServer); 414 LOG.fine("scanner: "+scanner); 415 LOG.fine("scanName: "+scanName); 426 if (LOG.isLoggable(Level.FINEST)) 427 LOG.log(Level.FINEST,msg,x); 428 else LOG.fine(msg); 432 if (LOG.isLoggable(Level.FINEST)) 433 LOG.log(Level.FINEST,msg,x); 434 else LOG [all...] |
| /openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ |
| H A D | XmlConfigUtils.java | 74 private static final Logger LOG = field in class:XmlConfigUtils
|
| /openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ |
| H A D | TestUtils.java | 62 private static final Logger LOG = field in class:TestUtils
|