/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 90 #define IMPLY(A, B) ((void)0) argument 91 #define EQUIV(A, B) ((void)0) 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/libdtrace/common/ |
H A D | io.d.in | 64 translator bufinfo_t < struct buf *B > { struct 87 translator devinfo_t < struct buf *B > { struct 120 translator fileinfo_t < struct buf *B > { struct
|
/illumos-gate/usr/src/boot/efi/include/amd64/ |
H A D | efibind.h | 97 #define EFI_SIGNATURE_16(A,B) ((A) | (B<<8)) argument 98 #define EFI_SIGNATURE_32(A,B,C,D) (EFI_SIGNATURE_16(A,B) | (EFI_SIGNATURE_16(C,D) <… argument 99 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E… argument
|
/illumos-gate/usr/src/boot/efi/include/i386/ |
H A D | efibind.h | 98 #define EFI_SIGNATURE_16(A,B) ((A) | (B<<8)) argument 99 #define EFI_SIGNATURE_32(A,B,C,D) (EFI_SIGNATURE_16(A,B) | (EFI_SIGNATURE_16(C,D) <… argument 100 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E… argument
|