Lines Matching defs:action
67 #define DPRINTF0(class, action, fmt) \ argument
69 #define DPRINTF1(class, action, fmt, arg1) \ argument
72 #define DPRINTF2(class, action, fmt, arg1, arg2) \ argument
75 #define DPRINTF3(class, action, fmt, arg1, arg2, arg3) \ argument
78 #define DPRINTF4(class, action, fmt, arg1, arg2, arg3, arg4) \ argument
81 #define DPRINTF5(class, action, fmt, arg1, arg2, arg3, arg4, arg5) \ argument
85 #define DPRINTF0(class, action, fmt) argument
86 #define DPRINTF1(class, action, fmt, arg1) argument
87 #define DPRINTF2(class, action, fmt, arg1, arg2) argument
88 #define DPRINTF3(class, action, fmt, arg1, arg2, arg3) argument
89 #define DPRINTF4(class, action, fmt, arg1, arg2, arg3, arg4) argument
90 #define DPRINTF5(class, action, fmt, arg1, arg2, arg3, arg4, arg5) argument
2332 uint32_t action, in mboxsc_dprintf()