Home
last modified time | relevance | path

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

1234

/titanic_51/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.h79 #define external_start_browsing_for_service(A,B,C,D) (void)(A) argument
80 #define external_stop_browsing_for_service(A,B,C,D) (void)(A) argument
81 #define external_start_advertising_service(A,B) (void)(A) argument
82 #define external_stop_advertising_service(A,B) (void)(A) argument
83 #define external_start_resolving_service(A,B,C) (void)(A) argument
84 #define external_stop_resolving_service(A,B,C) (void)(A) argument
/titanic_51/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_51/usr/src/uts/common/rpc/
H A Dtypes.h104 #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 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_51/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.h78 #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, argument
[all...]
/titanic_51/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_51/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_51/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)) ! argument
[all...]
H A Dclock.c38 #define TIMES(B) (B.tms_utime+B.tms_stime+B.tms_cutime+B.tms_cstime) argument
/titanic_51/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)) ! argument
[all...]
H A Dclock.c37 #define TIMES(B) (B.tms_utime+B.tms_stime+B.tms_cutime+B.tms_cstime) argument
/titanic_51/usr/src/uts/common/sys/
H A Ddebug.h81 #define IMPLY(A, B) \ argument
84 #define EQUIV(A, B) \ argument
88 #define IMPLY(A, B) ((void)0) argument
89 #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_51/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 DEBUGOUT7(S,A,B,C,D,E,F,G) global() argument
[all...]
/titanic_51/usr/src/boot/sys/boot/efi/include/amd64/
H A Defibind.h149 #define EFI_SIGNATURE_16(A,B) ((A) | (B<<8)) argument
150 #define EFI_SIGNATURE_32(A,B,C,D) (EFI_SIGNATURE_16(A,B) | (EFI_SIGNATURE_16(C,D) << 16)) argument
151 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32)) argument
/titanic_51/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_51/usr/src/boot/sys/boot/efi/include/arm64/
H A Defibind.h148 #define EFI_SIGNATURE_16(A,B) ((A) | (B<<8)) argument
149 #define EFI_SIGNATURE_32(A,B,C,D) (EFI_SIGNATURE_16(A,B) | (EFI_SIGNATURE_16(C,D) << 16)) argument
150 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32)) argument
/titanic_51/usr/src/boot/sys/boot/efi/include/i386/
H A Defibind.h150 #define EFI_SIGNATURE_16(A,B) ((A) | (B<<8)) argument
151 #define EFI_SIGNATURE_32(A,B,C,D) (EFI_SIGNATURE_16(A,B) | (EFI_SIGNATURE_16(C,D) << 16)) argument
152 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32)) argument
/titanic_51/usr/src/lib/libbc/libc/stdio/common/
H A Dtempnam.c36 #define max(A,B) (((A)<(B))?(B):(A)) argument
/titanic_51/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), ( argument
294 SAME(A,B) global() argument
[all...]
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_51/usr/src/lib/libc/port/stdio/
H A Dtempnam.c45 #define max(A, B) (((A) < (B))?(B):(A)) argument
/titanic_51/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_51/usr/src/cmd/spell/
H A Dhashlook.c40 #define B (BYTE * sizeof (unsigned)) macro

1234