/illumos-gate/usr/src/uts/common/gssapi/ |
H A D | kgssapi_defs.h | 54 #define GSSLOG(A, B, C) \ argument 56 #define GSSLOG0(A, B) \ argument 59 #define GSSLOG(A, B, C) argument 60 #define GSSLOG0(A, B) argument
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | constexpr-addr-of-static-member.c | 6 struct B { struct 11 static struct B a= {1, {1, {1, 1}}}; argument
|
H A D | constexpr-init.c | 10 struct B { struct 15 static struct B d= {1, {1, {1, 1}}}; // OK argument
|
H A D | struct-size1.c | 2 struct B { struct 10 static void f(struct E *pE, struct B *pB) in f() argument
|
H A D | enum-mismatch.c | 2 enum eb { B = 1, }; enumerator
|
H A D | enum-bitwise-bad.c | 9 B = (__force orange_t) 1, enumerator
|
H A D | enum_scope.c | 5 enum {A = A + 1, B}; in f() enumerator
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | types.h | 104 #define RPCLOG(A, B, C) \ argument 106 #define RPCLOG0(A, B) \ argument 109 #define RPCLOG(A, B, C) argument 110 #define RPCLOG0(A, B) argument
|
H A D | rpcsec_defs.h | 56 #define RPCGSS_LOG1(A, B, C, D) \ argument 59 #define RPCGSS_LOG(A, B, C) \ argument 61 #define RPCGSS_LOG0(A, B) \ argument
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.h | 78 #define DEBUGOUT2(S, A, B) \ argument 80 #define DEBUGOUT3(S, A, B, C) \ argument 82 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument 93 #define ERROR_REPORT2(S, A, B) DEBUGOUT1(S ":" A, B) argument 94 #define ERROR_REPORT3(S, A, B, C) DEBUGOUT2(S ":" A, B, C) argument
|
/illumos-gate/usr/src/uts/common/gssapi/include/ |
H A D | gssapiP_dummy.h | 89 #define DUMMY_MECH_LOG(A, B, C) \ argument 91 #define DUMMY_MECH_LOG0(A, B) \ argument 94 #define DUMMY_MECH_LOG(A, B, C) argument 95 #define DUMMY_MECH_LOG0(A, B) argument
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/ |
H A D | gen.h | 67 #define MIN(A, B) ((A) < (B) ? (A) : (B)) argument 68 #define MAX(A, B) ((A) > (B) ? (A) : (B)) argument
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | hsearch.c | 95 #define COMPARE(A, B) (* hcompar)((A), (B)) argument 98 #define COMPARE(A, B) strcmp((A), (B)) argument 401 #define STRCMP(A, B) (COMPARE((A), (B)) > 0) argument 404 #define STRCMP(A, B) (COMPARE((A), (B)) < 0) argument 406 #define STRCMP(A, B) (COMPARE((A), (B)) != 0) argument
|
H A D | clock.c | 36 #define TIMES(B) (B.tms_utime+B.tms_stime+B.tms_cutime+B.tms_cstime) argument
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | debug.h | 83 #define IMPLY(A, B) \ argument 86 #define EQUIV(A, B) \ argument 91 #define IMPLY(A, B) ((void)0) argument 92 #define EQUIV(A, B) ((void)0) argument
|
H A D | t_kuser.h | 84 #define KTLILOG(A, B, C) ((void)((ktlilog) && ktli_log((A), (B), (C)))) argument 86 #define KTLILOG(A, B, C) argument
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lauxlib.c | 392 #define buffonstack(B) ((B)->b != (B)->initb) argument 398 LUALIB_API char *luaL_prepbuffsize (luaL_Buffer *B, size_t sz) { in luaL_prepbuffsize() 420 LUALIB_API void luaL_addlstring (luaL_Buffer *B, const char *s, size_t l) { in luaL_addlstring() 427 LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) { in luaL_addstring() 432 LUALIB_API void luaL_pushresult (luaL_Buffer *B) { in luaL_pushresult() 440 LUALIB_API void luaL_pushresultsize (luaL_Buffer *B, size_t sz) { in luaL_pushresultsize() 446 LUALIB_API void luaL_addvalue (luaL_Buffer *B) { in luaL_addvalue() 457 LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) { in luaL_buffinit() 465 LUALIB_API char *luaL_buffinitsize (lua_State *L, luaL_Buffer *B, size_t sz) { in luaL_buffinitsize()
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.h | 32 #define DEBUGOUT2(S, A, B) i40e_debug(NULL, 0, S, A, B) argument 33 #define DEBUGOUT3(S, A, B, C) i40e_debug(NULL, 0, S, A, B, C) argument 34 #define DEBUGOUT4(S, A, B, C, D) \ argument 36 #define DEBUGOUT5(S, A, B, C, D, E) \ argument 38 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument 40 #define DEBUGOUT7(S, A, B, C, D, E, F, G) \ argument
|
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/ |
H A D | preprocessor10.c | 5 #define B defi ## ned macro
|
H A D | preprocessor3.c | 12 #define B() A LP ) macro
|
H A D | phase2-backslash.c | 38 #define B(x) A(x) macro
|
H A D | preprocessor14.c | 6 #define B(x,y,...) x##,##__VA_ARGS__ macro
|
H A D | preprocessor15.c | 2 #define B ned macro
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | base.h | 172 #define stp_trace(F, B...) printf("%s:" F "\n", sprint_time_stump(), ##B) argument 179 #define stp_trace(F, B...) ((void)0) argument
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | lp.h | 287 #define STREQU(A, B) ((!(A) || !(B)) ? 0 : (strcmp((A), (B)) == 0)) argument 288 #define STRNEQU(A, B, N) ((!(A) || !(B)) ? 0 : (strncmp((A), (B), (N)) == 0)) argument 289 #define CS_STREQU(A, B) (cs_strcmp((A), (B)) == 0) argument 290 #define CS_STRNEQU(A, B, N) (cs_strncmp((A), (B), (N)) == 0) argument 296 #define SAME(A, B) ((A) == (B) || (A) && (B) && STREQU((A), (B))) argument
|