Searched defs:LOG (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpmtok_defs.h59 #define LOG(priority, fmt, ...) \ macro
H A Dapi_interface.c295 #define LOG(x) logit(LOG_DEBUG, x) macro
384 LOG("C_CancelFunction");
401 LOG("CloseAllSessions");
444 LOG("CloseAllSessions OK");
453 LOG("C_CloseSession");
486 LOG("C_CopyObject");
/osnet-11/usr/src/lib/libcmd/common/
H A Dtail.c113 #define LOG (1<<5) macro
327 if (flags & LOG)
501 flags |= LOG;
602 if ((flags & (LOG|TIMEOUT)) == LOG)
604 flags &= ~LOG;
679 if (flags & LOG)
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/runtime/
H A Defiemu.c121 #define LOG(x) { if (logn<900) loge[logn++]=x; } macro
212 LOG ('a');
255 LOG ('b');
276 LOG ('c');
284 LOG ('d');
351 LOG ('e');
413 LOG ('f');
450 LOG ('g');
473 LOG ('l');
489 LOG ('
[all...]
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dlog.h15 struct __log; typedef struct __log LOG; typedef in typeref:struct:__log
87 LOG *lp; /* Address of the shared LOG. */
139 * LOG --
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h70 #define LOG 1 /* enable logging -- don't turn off */ macro
1984 # undef LOG /* syslog not available */ macro
3008 # if !LOG
3017 # endif /* !LOG */

Completed in 138 milliseconds