/titanic_41/usr/src/uts/common/gssapi/ |
H A D | kgssapi_defs.h | 56 #define GSSLOG(A, B, C) \ argument 58 #define GSSLOG0(A, B) \ argument 61 #define GSSLOG(A, B, C) argument 62 #define GSSLOG0(A, B) argument
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | types.h | 109 #define RPCLOG(A, B, C) \ argument 111 #define RPCLOG0(A, B) \ argument 114 #define RPCLOG(A, B, C) argument 115 #define RPCLOG0(A, B) argument
|
H A D | rpcsec_defs.h | 58 #define RPCGSS_LOG1(A, B, C, D) \ argument 61 #define RPCGSS_LOG(A, B, C) \ argument 63 #define RPCGSS_LOG0(A, B) \ argument
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.h | 86 #define DEBUGOUT2(S, A, B) \ argument 88 #define DEBUGOUT3(S, A, B, C) \ argument 90 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument 109 #define DEBUGOUT2(S, A, B) argument 110 #define DEBUGOUT3(S, A, B, C) argument 111 #define DEBUGOUT6(S, A, B, C, D, E, F) argument
|
/titanic_41/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
|
/titanic_41/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
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | debug.h | 82 #define IMPLY(A, B) \ argument 85 #define EQUIV(A, B) \ argument 89 #define IMPLY(A, B) ((void)0) argument 90 #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
|
H A D | int_const.h | 76 #define __CONCAT__(A,B) A ## B argument
|
/titanic_41/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 | 38 #define TIMES(B) (B.tms_utime+B.tms_stime+B.tms_cutime+B.tms_cstime) argument
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | hsearch.c | 86 # define COMPARE(A, B) (* hcompar)((A), (B)) argument 89 # define COMPARE(A, B) strcmp((A), (B)) argument 355 # define STRCMP(A, B) (COMPARE((A), (B)) > 0) argument 358 # define STRCMP(A, B) (COMPARE((A), (B)) < 0) argument 360 # define STRCMP(A, B) (COMPARE((A), (B)) != 0) argument
|
H A D | clock.c | 37 #define TIMES(B) (B.tms_utime+B.tms_stime+B.tms_cutime+B.tms_cstime) argument
|
/titanic_41/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
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSDebug.c | 63 #define openlog(A,B,C) (void)(A); (void)(B) argument 64 #define syslog(A,B,C) argument
|
/titanic_41/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
|
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_kmod.h | 105 #define kmod_format_fid(A, B) 0 argument
|
/titanic_41/usr/src/lib/libbc/libc/stdio/common/ |
H A D | tempnam.c | 36 #define max(A,B) (((A)<(B))?(B):(A)) argument
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | tempnam.c | 45 #define max(A, B) (((A) < (B))?(B):(A)) argument
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/crypto/des/ |
H A D | string2key.c | 67 #define min(A, B) ((A) < (B) ? (A): (B)) in mit_des_string_to_key_int() argument
|
/titanic_41/usr/src/cmd/lp/include/ |
H A D | lp.h | 285 #define STREQU(A,B) ( (!(A) || !(B)) ? 0: (strcmp((A), (B)) == 0) ) argument 286 #define STRNEQU(A,B,N) ( (!(A) || !(B)) ? 0: (strncmp((A), (B), (N)) == 0) ) argument 287 #define CS_STREQU(A,B) (cs_strcmp((A), (B)) == 0) argument 288 #define CS_STRNEQU(A,B,N) (cs_strncmp((A), (B), (N)) == 0) argument 294 #define SAME(A,B) ((A) == (B) || (A) && (B) && STREQU((A), (B))) argument
|
H A D | oam.h | 162 #define fmt2(X,A,B) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A,B), _m_) argument 163 #define fmt3(X,A,B,C) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A,B,C), _m_) argument
|
/titanic_41/usr/src/cmd/spell/ |
H A D | hashlook.c | 40 #define B (BYTE * sizeof (unsigned)) macro
|
H A D | spellin.c | 43 #define B (BYTE * sizeof (unsigned)) macro
|
/titanic_41/usr/src/cmd/sendmail/db/lock/ |
H A D | lock_deadlock.c | 35 #define SET_MAP(M, B) (M[(B) / 32] |= (1 << ((B) % 32))) argument 36 #define CLR_MAP(M, B) (M[(B) / 32] &= ~(1 << ((B) % 32))) argument
|