Home
last modified time | relevance | path

Searched defs:B (Results 1 – 25 of 83) sorted by relevance

1234

/titanic_41/usr/src/uts/common/gssapi/
H A Dkgssapi_defs.h56 #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 Dtypes.h109 #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 Drpcsec_defs.h58 #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 Dixgbe_debug.h86 #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 DgssapiP_dummy.h89 #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 Dgen.h67 #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 Ddebug.h82 #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 Dt_kuser.h84 #define KTLILOG(A, B, C) ((void)((ktlilog) && ktli_log((A), (B), (C)))) argument
86 #define KTLILOG(A, B, C) argument
H A Dint_const.h76 #define __CONCAT__(A,B) A ## B argument
/titanic_41/usr/src/lib/libc/port/gen/
H A Dhsearch.c95 #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 Dclock.c38 #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 Dhsearch.c86 # 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 Dclock.c37 #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 Di40e_osdep.h32 #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 DmDNSDebug.c63 #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 Dbase.h172 #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 Dcfsd_kmod.h105 #define kmod_format_fid(A, B) 0 argument
/titanic_41/usr/src/lib/libbc/libc/stdio/common/
H A Dtempnam.c36 #define max(A,B) (((A)<(B))?(B):(A)) argument
/titanic_41/usr/src/lib/libc/port/stdio/
H A Dtempnam.c45 #define max(A, B) (((A) < (B))?(B):(A)) argument
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dstring2key.c67 #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 Dlp.h285 #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 Doam.h162 #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 Dhashlook.c40 #define B (BYTE * sizeof (unsigned)) macro
H A Dspellin.c43 #define B (BYTE * sizeof (unsigned)) macro
/titanic_41/usr/src/cmd/sendmail/db/lock/
H A Dlock_deadlock.c35 #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

1234