/titanic_41/usr/src/uts/sun4u/sys/i2c/clients/ |
H A D | pic16f819_impl.h | 48 #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 D | hpc3130_impl.h | 49 #define D1CMN_ERR(ARGS) if (hpc3130debug & 0x1) cmn_err ARGS; argument 50 #define D2CMN_ERR(ARGS) if (hpc3130debug & 0x2) cmn_err ARGS; argument 54 #define D1CMN_ERR(ARGS) argument 55 #define D2CMN_ERR(ARGS) argument
|
H A D | ltc1427_impl.h | 50 #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 D | pcf8591_impl.h | 53 #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 D | lm75_impl.h | 57 #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 D | pcf8574_impl.h | 66 #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 D | adm1026_impl.h | 120 #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 D | ssc100_impl.h | 71 #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
|
/titanic_41/usr/src/cmd/listen/ |
H A D | lsparam.h | 40 #define DEBUG(ARGS) debug ARGS argument 42 #define DEBUG(ARGS) argument
|
/titanic_41/usr/src/lib/libeti/form/common/ |
H A D | fieldtype.c | 105 if (Status(left, ARGS) || Status(right, ARGS)) in link_fieldtype() 106 Set(t, ARGS); in link_fieldtype() 141 Set(t, ARGS); in set_fieldtype_arg() 173 if (! t || ! Status(t, ARGS)) in _makearg() 201 if (!t || !Status(t, ARGS)) in _copyarg() 223 if (!t || !Status(t, ARGS)) in _freearg()
|
H A D | ty_regexp.c | 56 ARGS, /* status */
|
H A D | ty_alnum.c | 55 ARGS, /* status */
|
H A D | ty_alpha.c | 55 ARGS, /* status */
|
H A D | ty_int.c | 64 ARGS, /* status */
|
H A D | ty_num.c | 64 ARGS, /* status */
|
H A D | ty_enum.c | 67 ARGS | CHOICE, /* status */
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSDebug.h | 122 #define debugf( ARGS... ) ((void)0) 135 #define verbosedebugf( ARGS... ) ((void)0) argument 170 #define LogMalloc(ARGS...) ((void)0) argument
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | exec.h | 124 #define execpoststack(ARGS, ARRAYADDR, BYTESIZE) \ argument 125 (copyout((caddr_t)(ARRAYADDR), (ARGS)->stackend, (BYTESIZE)) ? EFAULT \ 126 : (((ARGS)->stackend += (BYTESIZE)), 0)) 132 #define stackaddress(ARGS, BYTESIZE) ((ARGS)->stackend) argument
|
/titanic_41/usr/src/uts/sun4u/io/i2c/clients/ |
H A D | ssc050.c | 60 #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
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | compile | 39 Usage: compile [--help] [--version] PROGRAM [ARGS] 42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
|
H A D | depcomp | 37 Usage: depcomp [--help] [--version] PROGRAM [ARGS] 39 Run PROGRAMS ARGS to compile a file, generating dependencies 44 source Source file read by `PROGRAMS ARGS'.
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | chk_trans.c | 40 # define Tprintf(ARGS) if (verbose) printf ARGS argument 42 # define Tprintf(ARGS) (void)(0) argument
|
/titanic_41/usr/src/uts/sun4v/os/ |
H A D | mach_descrip.c | 138 #define MDP(ARGS) if (mach_descrip_debug) prom_printf ARGS argument 175 #define MDP(ARGS) argument
|
H A D | hsvc.c | 55 #define HSVC_DEBUG(flag, ARGS) \ argument 56 if (hsvc_debug & flag) prom_printf ARGS
|
/titanic_41/usr/src/uts/sun4u/daktari/io/ |
H A D | hpc3130_dak.c | 59 #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
|