Home
last modified time | relevance | path

Searched refs:LOG_PRINT (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dclogd.c60 LOG_PRINT("Starting cmirrord:"); in main()
61 LOG_PRINT(" Built: "__DATE__" "__TIME__"\n"); in main()
149 LOG_PRINT("Unknown signal received... ignoring"); in process_signal()
H A Dlogging.h71 #define LOG_PRINT(f, arg...) LOG_OUTPUT(LOG_NOTICE, f, ## arg) macro
H A Dfunctions.c1661 LOG_PRINT("%s", outbuf); in print_bits()
1672 LOG_PRINT("%s", outbuf); in print_bits()
H A Dcluster.c182 LOG_PRINT("[%s] Retry #%d of cpg_mcast_joined: %s", in cluster_send()
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr-impl.h2111 LOG_PRINT (MPFR_LOG_BADCASE_F, "%s:ZIV 1st prec=%Pd\n", \
2124 LOG_PRINT (MPFR_LOG_BADCASE_F, "%s:ZIV new prec=%Pd\n", \
2132 LOG_PRINT (MPFR_LOG_BADCASE_F, "%s:ZIV %d loops\n", \
2179 #define LOG_PRINT(type, format, ...) \ macro
2197 LOG_PRINT (MPFR_LOG_INTERNAL_F, "%s.%d:%s[%#Pd]=%.*Rg\n", __func__, \
2201 LOG_PRINT (MPFR_LOG_MSG_F, "%s.%d: "format, __func__, (int) __LINE__, \
2207 LOG_PRINT (MPFR_LOG_INPUT_F, "%s:IN flags=%x "format"\n", __func__, \
2217 LOG_PRINT (MPFR_LOG_TIME_F, "%s:TIM %dms\n", __mpfr_log_fname, \
2219 LOG_PRINT (MPFR_LOG_OUTPUT_F, "%s:OUT flags=%x "format"\n", \
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog18501 Factorized the logging macros by moving tests inside LOG_PRINT.
23117 in LOG_PRINT).