Searched refs:ARGS (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dhpc3130_impl.h49 #define D1CMN_ERR(ARGS) if (hpc3130debug & 0x1) cmn_err ARGS;
50 #define D2CMN_ERR(ARGS) if (hpc3130debug & 0x2) cmn_err ARGS;
54 #define D1CMN_ERR(ARGS)
55 #define D2CMN_ERR(ARGS)
H A Dltc1427_impl.h50 #define D1CMN_ERR(ARGS) if (ltc1427debug & 0x1) cmn_err ARGS;
51 #define D2CMN_ERR(ARGS) if (ltc1427debug & 0x2) cmn_err ARGS;
55 #define D1CMN_ERR(ARGS)
56 #define D2CMN_ERR(ARGS)
H A Dpcf8591_impl.h53 #define D1CMN_ERR(ARGS) if (pcf8591debug & 0x1) cmn_err ARGS;
54 #define D2CMN_ERR(ARGS) if (pcf8591debug & 0x2) cmn_err ARGS;
58 #define D1CMN_ERR(ARGS)
59 #define D2CMN_ERR(ARGS)
H A Dpic16f819_impl.h48 #define D1CMN_ERR(ARGS) if (pic16f819debug & 0x1) cmn_err ARGS;
49 #define D2CMN_ERR(ARGS) if (pic16f819debug & 0x2) cmn_err ARGS;
53 #define D1CMN_ERR(ARGS)
54 #define D2CMN_ERR(ARGS)
H A Dadm1026_impl.h120 #define D1CMN_ERR(ARGS) { if (adm1026_dbg & 0x1) cmn_err ARGS; }
121 #define D2CMN_ERR(ARGS) { if (adm1026_dbg & 0x2) cmn_err ARGS; }
125 #define D1CMN_ERR(ARGS)
126 #define D2CMN_ERR(ARGS)
H A Dlm75_impl.h57 #define D1CMN_ERR(ARGS) if (lm75debug & 0x1) cmn_err ARGS;
58 #define D2CMN_ERR(ARGS) if (lm75debug & 0x2) cmn_err ARGS;
62 #define D1CMN_ERR(ARGS)
63 #define D2CMN_ERR(ARGS)
H A Dpcf8574_impl.h66 #define D1CMN_ERR(ARGS) if (pcf8574debug & 0x1) cmn_err ARGS;
67 #define D2CMN_ERR(ARGS) if (pcf8574debug & 0x2) cmn_err ARGS;
71 #define D1CMN_ERR(ARGS)
72 #define D2CMN_ERR(ARGS)
H A Dssc100_impl.h71 #define D1CMN_ERR(ARGS) if (ssc100debug & 0x1) cmn_err ARGS;
72 #define D2CMN_ERR(ARGS) if (ssc100debug & 0x2) cmn_err ARGS;
76 #define D1CMN_ERR(ARGS)
77 #define D2CMN_ERR(ARGS)
/illumos-gate/usr/src/cmd/listen/
H A Dlsparam.h40 #define DEBUG(ARGS) debug ARGS
42 #define DEBUG(ARGS)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSDebug.h103 #define debug_noop( ARGS... ) ((void)0)
104 #define LogMsg( ARGS... ) LogMsgWithLevel(MDNS_LOG_MSG, ARGS)
105 #define LogOperation( ARGS... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_OPERATION, ARGS);} while (0)
106 #define LogSPS( ARGS... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_SPS, ARGS);} while (0)
107 #define LogInfo( ARGS... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, ARGS);} while (0)
/illumos-gate/usr/src/grub/grub-0.97/
H A Dcompile39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
H A Ddepcomp37 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
39 Run PROGRAMS ARGS to compile a file, generating dependencies
44 source Source file read by `PROGRAMS ARGS'.
45 object Object file output by `PROGRAMS ARGS'.
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfieldtype.c105 if (Status(left, ARGS) || Status(right, ARGS))
106 Set(t, ARGS);
141 Set(t, ARGS);
173 if (! t || ! Status(t, ARGS))
201 if (!t || !Status(t, ARGS))
223 if (!t || !Status(t, ARGS))
H A Dty_regexp.c56 ARGS, /* status */
H A Dty_alnum.c55 ARGS, /* status */
H A Dty_alpha.c55 ARGS, /* status */
H A Dty_int.c64 ARGS, /* status */
H A Dty_num.c64 ARGS, /* status */
H A Dty_enum.c67 ARGS | CHOICE, /* status */
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h123 #define execpoststack(ARGS, ARRAYADDR, BYTESIZE) \
124 (copyout((caddr_t)(ARRAYADDR), (ARGS)->stackend, (BYTESIZE)) ? EFAULT \
125 : (((ARGS)->stackend += (BYTESIZE)), 0))
131 #define stackaddress(ARGS, BYTESIZE) ((ARGS)->stackend)
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dssc050.c60 #define D1CMN_ERR(ARGS) if (ssc050debug & 0x01) cmn_err ARGS;
61 #define D2CMN_ERR(ARGS) if (ssc050debug & 0x02) cmn_err ARGS;
62 #define D3CMN_ERR(ARGS) if (ssc050debug & 0x04) cmn_err ARGS;
66 #define D1CMN_ERR(ARGS)
67 #define D2CMN_ERR(ARGS)
68 #define D3CMN_ERR(ARGS)
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dchk_trans.c40 # define Tprintf(ARGS) if (verbose) printf ARGS
42 # define Tprintf(ARGS) (void)(0)
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_descrip.c138 #define MDP(ARGS) if (mach_descrip_debug) prom_printf ARGS
175 #define MDP(ARGS)
H A Dhsvc.c55 #define HSVC_DEBUG(flag, ARGS) \
56 if (hsvc_debug & flag) prom_printf ARGS
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A Dpsvcpolicy.c70 #define D1SYS_ERR(ARGS) if (dak_policy_debug & 0x1) syslog ARGS;
71 #define D2SYS_ERR(ARGS) if (dak_policy_debug & 0x2) syslog ARGS;
75 #define D1SYS_ERR(ARGS)
76 #define D2SYS_ERR(ARGS)

Completed in 79 milliseconds

12