Home
last modified time | relevance | path

Searched defs:ARGS (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpic16f819_impl.h48 #define D1CMN_ERR(ARGS) if (pic16f819debug & 0x1) cmn_err ARGS; argument
49 #define D2CMN_ERR(ARGS) if (pic16f819debug & 0x2) cmn_err ARGS; argument
53 #define D1CMN_ERR(ARGS) argument
54 #define D2CMN_ERR(ARGS) argument
H A Dltc1427_impl.h50 #define D1CMN_ERR(ARGS) if (ltc1427debug & 0x1) cmn_err ARGS; argument
51 #define D2CMN_ERR(ARGS) if (ltc1427debug & 0x2) cmn_err ARGS; argument
55 #define D1CMN_ERR(ARGS) argument
56 #define D2CMN_ERR(ARGS) argument
H A Dpcf8591_impl.h53 #define D1CMN_ERR(ARGS) if (pcf8591debug & 0x1) cmn_err ARGS; argument
54 #define D2CMN_ERR(ARGS) if (pcf8591debug & 0x2) cmn_err ARGS; argument
58 #define D1CMN_ERR(ARGS) argument
59 #define D2CMN_ERR(ARGS) argument
H A Dlm75_impl.h57 #define D1CMN_ERR(ARGS) if (lm75debug & 0x1) cmn_err ARGS; argument
58 #define D2CMN_ERR(ARGS) if (lm75debug & 0x2) cmn_err ARGS; argument
62 #define D1CMN_ERR(ARGS) argument
63 #define D2CMN_ERR(ARGS) argument
H A Dpcf8574_impl.h66 #define D1CMN_ERR(ARGS) if (pcf8574debug & 0x1) cmn_err ARGS; argument
67 #define D2CMN_ERR(ARGS) if (pcf8574debug & 0x2) cmn_err ARGS; argument
71 #define D1CMN_ERR(ARGS) argument
72 #define D2CMN_ERR(ARGS) argument
H A Dadm1026_impl.h120 #define D1CMN_ERR(ARGS) { if (adm1026_dbg & 0x1) cmn_err ARGS; } argument
121 #define D2CMN_ERR(ARGS) { if (adm1026_dbg & 0x2) cmn_err ARGS; } argument
125 #define D1CMN_ERR(ARGS) argument
126 #define D2CMN_ERR(ARGS) argument
H A Dssc100_impl.h71 #define D1CMN_ERR(ARGS) if (ssc100debug & 0x1) cmn_err ARGS; argument
72 #define D2CMN_ERR(ARGS) if (ssc100debug & 0x2) cmn_err ARGS; argument
76 #define D1CMN_ERR(ARGS) argument
77 #define D2CMN_ERR(ARGS) argument
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dssc050.c60 #define D1CMN_ERR(ARGS) if (ssc050debug & 0x01) cmn_err ARGS; argument
61 #define D2CMN_ERR(ARGS) if (ssc050debug & 0x02) cmn_err ARGS; argument
62 #define D3CMN_ERR(ARGS) if (ssc050debug & 0x04) cmn_err ARGS; argument
66 #define D1CMN_ERR(ARGS) argument
67 #define D2CMN_ERR(ARGS) argument
68 #define D3CMN_ERR(ARGS) argument
/illumos-gate/usr/src/cmd/listen/
H A Dlsparam.h40 #define DEBUG(ARGS) debug ARGS argument
42 #define DEBUG(ARGS) argument
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dchk_trans.c40 # define Tprintf(ARGS) if (verbose) printf ARGS argument
42 # define Tprintf(ARGS) (void)(0) argument
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_descrip.c138 #define MDP(ARGS) if (mach_descrip_debug) prom_printf ARGS argument
175 #define MDP(ARGS) argument
H A Dhsvc.c55 #define HSVC_DEBUG(flag, ARGS) \ argument
/illumos-gate/usr/src/uts/sun4u/daktari/io/
H A Dhpc3130_dak.c59 #define D1CMN_ERR(ARGS) if (hpc3130debug & 0x1) cmn_err ARGS; argument
60 #define D2CMN_ERR(ARGS) if (hpc3130debug & 0x2) cmn_err ARGS; argument
64 #define D1CMN_ERR(ARGS) argument
65 #define D2CMN_ERR(ARGS) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h129 #define execpoststack(ARGS, ARRAYADDR, BYTESIZE) \ argument
137 #define stackaddress(ARGS, BYTESIZE) ((ARGS)->stackend) argument
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A Dpsvcpolicy.c68 #define D1SYS_ERR(ARGS) if (dak_policy_debug & 0x1) syslog ARGS; argument
69 #define D2SYS_ERR(ARGS) if (dak_policy_debug & 0x2) syslog ARGS; argument
73 #define D1SYS_ERR(ARGS) argument
74 #define D2SYS_ERR(ARGS) argument
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c44 #define ARGS 0x900 macro
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c52 #define ARGS 0x900 macro
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h63 #define ARGS 0x0002 /* has additional arguments */ macro
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSDebug.h289 #define LogRedact(CATEGORY, LEVEL, ARGS...) \ argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c814 #define ARGS rtm_type_name(action), rtname(dst, mask, gate), metric, flags in rtioctl() macro