Home
last modified time | relevance | path

Searched refs:ARGS (Results 1 – 25 of 31) sorted by relevance

12

/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 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 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 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/contrib/mDNSResponder/mDNSCore/
H A DmDNSDebug.h152 #define MDNS_LOG_DEFINITION(LEVEL, ARGS...) \
153 … do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_CATEGORY_DEFAULT, LEVEL, ARGS); } while (0)
155 #define debug_noop(ARGS...) do {} while (0)
156 … #define LogMsg(ARGS... ) LogMsgWithLevel(MDNS_LOG_CATEGORY_DEFAULT, MDNS_LOG_DEFAULT, ARGS)
157 #define LogOperation(ARGS...) MDNS_LOG_DEFINITION(MDNS_LOG_INFO, ARGS)
158 #define LogSPS(ARGS...) MDNS_LOG_DEFINITION(MDNS_LOG_INFO, ARGS)
159 #define LogInfo(ARGS...) MDNS_LOG_DEFINITION(MDNS_LOG_INFO, ARGS)
160 #define LogDebug(ARGS...) MDNS_LOG_DEFINITION(MDNS_LOG_DEBUG, ARGS)
289 #define LogRedact(CATEGORY, LEVEL, ARGS...) \ argument
290 do { if (mDNS_LoggingEnabled) LogMsgWithLevel(CATEGORY, LEVEL, ARGS); } while (0)
/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/libeti/form/common/
H A Dfieldtype.c103 if (Status(left, ARGS) || Status(right, ARGS)) in link_fieldtype()
104 Set(t, ARGS); in link_fieldtype()
139 Set(t, ARGS); in set_fieldtype_arg()
171 if (! t || ! Status(t, ARGS)) in _makearg()
199 if (!t || !Status(t, ARGS)) in _copyarg()
221 if (!t || !Status(t, ARGS)) in _freearg()
H A Dty_regexp.c54 ARGS, /* status */
H A Dty_alnum.c53 ARGS, /* status */
H A Dty_alpha.c53 ARGS, /* status */
H A Dty_int.c62 ARGS, /* status */
H A Dty_num.c62 ARGS, /* status */
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h129 #define execpoststack(ARGS, ARRAYADDR, BYTESIZE) \ argument
130 (copyout((caddr_t)(ARRAYADDR), (ARGS)->stackend, (BYTESIZE)) ? EFAULT \
131 : (((ARGS)->stackend += (BYTESIZE)), 0))
137 #define stackaddress(ARGS, BYTESIZE) ((ARGS)->stackend) 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/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'.
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dquoting.sh366 set -- "${ARGS[@]}"
367 (( $# )) && err_exit 'set -- "${ARGS[@]}" for empty array should not produce arguments'
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dregress.sh535 ARGS=(${ARGS_ORIG[@]})
611 unset ARGS
638 ARGS=("$@")
724 ARGS_ORIG=(${ARGS[@]})
725 ARGS=("$@")
1330 typeset ARGS COMMAND COPY DIAGNOSTICS ERROR EXEC FLUSHED=0 GROUP=INIT
/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
56 if (hsvc_debug & flag) prom_printf ARGS
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c44 #define ARGS 0x900 macro
248 dsk.drive = *(uint8_t *)PTOV(ARGS); in main()

12