/netbsd-src/sys/external/bsd/drm2/include/linux/ |
H A D | device.h | 42 #define dev_crit(DEV, FMT, ...) do { \ argument 49 #define dev_err(DEV, FMT, ...) do { \ argument 58 #define dev_warn(DEV, FMT, ...) do { \ argument 66 #define dev_notice(DEV, FMT, ...) do { \ argument 73 #define dev_info(DEV, FMT, ...) do { \ argument 80 #define dev_dbg(DEV, FMT, ...) do { \ argument
|
/netbsd-src/sys/dev/usb/ |
H A D | usbhist.h | 53 #define USBHIST_LOGN(NAME,N,FMT,A,B,C,D) do { \ argument 58 #define USBHIST_LOGM(NAME,N,FMT,A,B,C,D) do { \ argument 63 #define USBHIST_LOG(NAME,FMT,A,B,C,D) USBHIST_LOGN(NAME,1,FMT,A,B,C,D) argument 69 #define USBHIST_CALLARGS(NAME,FMT,A,B,C,D) do { \ argument 74 #define USBHIST_CALLARGSN(NAME,N,FMT,A,B,C,D) do { \ argument 89 #define USBHIST_LOGN(N,NAME,FMT,A,B,C,D) do { } while(0) argument 90 #define USBHIST_LOGM(N,NAME,FMT,A,B,C,D) do { } while(0) argument 91 #define USBHIST_LOG(NAME,FMT,A,B,C,D) do { } while(0) argument 92 #define USBHIST_CALLARGS(NAME,FMT,A,B,C,D) argument 93 #define USBHIST_CALLARGSN(NAME,N,FMT,A,B,C,D) argument
|
H A D | ums.c | 109 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(umsdebug,1,FMT,A,B,C,D) argument 110 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(umsdebug,N,FMT,A,B,C,D) argument 113 #define UMSHIST_CALLARGS(FMT,A,B,C,D) \ argument 115 #define UMSHIST_CALLARGSN(N,FMT,A,B,C,D) \ argument
|
/netbsd-src/tests/lib/libc/atomic/ |
H A D | t_atomic_inc.c | 45 #define atf_inc(NAME, TYPE, FMT) \ argument 73 #define atf_inc_nv(NAME, TYPE, FMT) \ argument
|
H A D | t_atomic_dec.c | 45 #define atf_dec(NAME, TYPE, FMT) \ argument 73 #define atf_dec_nv(NAME, TYPE, FMT) \ argument
|
H A D | t___sync_compare_and_swap.c | 50 #define atf_sync_bool(NAME, TYPE, FMT) \ argument 95 #define atf_sync_val(NAME, TYPE, FMT) \ argument
|
H A D | t___sync_or.c | 51 #define atf_sync_prefetch(NAME, TYPE, FMT) \ argument 82 #define atf_sync_postfetch(NAME, TYPE, FMT) \ argument
|
H A D | t___sync_and.c | 51 #define atf_sync_prefetch(NAME, TYPE, FMT) \ argument 82 #define atf_sync_postfetch(NAME, TYPE, FMT) \ argument
|
H A D | t___sync_nand.c | 51 #define atf_sync_prefetch(NAME, TYPE, FMT) \ argument 82 #define atf_sync_postfetch(NAME, TYPE, FMT) \ argument
|
H A D | t___sync_add.c | 51 #define atf_sync_prefetch(NAME, TYPE, FMT) \ argument 82 #define atf_sync_postfetch(NAME, TYPE, FMT) \ argument
|
H A D | t___sync_xor.c | 51 #define atf_sync_prefetch(NAME, TYPE, FMT) \ argument 82 #define atf_sync_postfetch(NAME, TYPE, FMT) \ argument
|
H A D | t_atomic_or.c | 46 #define atf_or(NAME, TYPE, FMT) \ argument 75 #define atf_or_nv(NAME, TYPE, FMT) \ argument
|
H A D | t___sync_sub.c | 51 #define atf_sync_prefetch(NAME, TYPE, FMT) \ argument 82 #define atf_sync_postfetch(NAME, TYPE, FMT) \ argument
|
H A D | t_atomic_and.c | 46 #define atf_and(NAME, TYPE, FMT) \ argument 75 #define atf_and_nv(NAME, TYPE, FMT) \ argument
|
H A D | t_atomic_add.c | 46 #define atf_add(NAME, DTYPE, STYPE, FMT) \ argument 76 #define atf_add_nv(NAME, DTYPE, STYPE, FMT) \ argument
|
H A D | t___sync_lock.c | 50 #define atf_sync_tas(NAME, TYPE, FMT) \ argument 81 #define atf_sync_rel(NAME, TYPE, FMT) \ argument
|
H A D | t_atomic_swap.c | 45 #define atf_swap(NAME, TYPE, FMT) \ argument
|
H A D | t_atomic_cas.c | 45 #define atf_cas(NAME, TYPE, FMT) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | analyzer-logging.h | 250 #define LOG_FUNC_1(LOGGER, FMT, A0) \ argument 253 #define LOG_FUNC_2(LOGGER, FMT, A0, A1) \ argument 256 #define LOG_FUNC_3(LOGGER, FMT, A0, A1, A2) \ argument 259 #define LOG_FUNC_4(LOGGER, FMT, A0, A1, A2, A3) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | analyzer-logging.h | 252 #define LOG_FUNC_1(LOGGER, FMT, A0) \ argument 255 #define LOG_FUNC_2(LOGGER, FMT, A0, A1) \ argument 258 #define LOG_FUNC_3(LOGGER, FMT, A0, A1, A2) \ argument 261 #define LOG_FUNC_4(LOGGER, FMT, A0, A1, A2, A3) \ argument
|
/netbsd-src/sys/uvm/ |
H A D | uvm_stat.h | 57 #define UVMHIST_LOG(NAME,FMT,A,B,C,D) KERNHIST_LOG(NAME,FMT,A,B,C,D) argument 59 #define UVMHIST_CALLARGS(NAME,FMT,A,B,C,D) KERNHIST_CALLARGS(NAME,FMT,A,B,C,D) argument 69 #define UVMHIST_LOG(NAME,FMT,A,B,C,D) argument 71 #define UVMHIST_CALLARGS(NAME,FMT,A,B,C,D) argument
|
/netbsd-src/sys/sys/ |
H A D | biohist.h | 55 #define BIOHIST_LOG(NAME,FMT,A,B,C,D) KERNHIST_LOG(NAME,FMT,A,B,C,D) argument 57 #define BIOHIST_CALLARGS(NAME,FMT,A,B,C,D) \ argument 72 #define BIOHIST_LOG(NAME,FMT,A,B,C,D) argument 74 #define BIOHIST_CALLARGS(NAME,FMT,A,B,C,D) argument
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/ |
H A D | rlfe.c | 142 #define DPRINT0(FMT) (fprintf(logfile, FMT), fflush(logfile)) argument 143 #define DPRINT1(FMT, V1) (fprintf(logfile, FMT, V1), fflush(logfile)) argument 144 #define DPRINT2(FMT, V1, V2) (fprintf(logfile, FMT, V1, V2), fflush(logfile)) argument 146 #define DPRINT0(FMT) ((void) 0) /* Do nothing */ argument 147 #define DPRINT1(FMT, V1) ((void) 0) /* Do nothing */ argument 148 #define DPRINT2(FMT, V1, V2) ((void) 0) /* Do nothing */ argument
|
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/ |
H A D | rlfe.c | 142 #define DPRINT0(FMT) (fprintf(logfile, FMT), fflush(logfile)) argument 143 #define DPRINT1(FMT, V1) (fprintf(logfile, FMT, V1), fflush(logfile)) argument 144 #define DPRINT2(FMT, V1, V2) (fprintf(logfile, FMT, V1, V2), fflush(logfile)) argument 146 #define DPRINT0(FMT) ((void) 0) /* Do nothing */ argument 147 #define DPRINT1(FMT, V1) ((void) 0) /* Do nothing */ argument 148 #define DPRINT2(FMT, V1, V2) ((void) 0) /* Do nothing */ argument
|
/netbsd-src/sys/external/bsd/common/include/asm/ |
H A D | bug.h | 44 #define WARN(CONDITION, FMT, ...) \ argument 50 #define WARN_ONCE(CONDITION, FMT, ...) \ argument
|