/titanic_50/usr/src/lib/libresolv2/include/isc/ |
H A D | assertions.h | 68 #define REQUIRE(cond) \ argument 72 #define REQUIRE_ERR(cond) \ argument 77 #define REQUIRE(cond) ((void) (cond)) argument 78 #define REQUIRE_ERR(cond) ((void) (cond)) argument 82 #define ENSURE(cond) \ argument 86 #define ENSURE_ERR(cond) \ argument 91 #define ENSURE(cond) ((void) (cond)) argument 92 #define ENSURE_ERR(cond) ((void) (cond)) argument 96 #define INSIST(cond) \ argument 100 #define INSIST_ERR(cond) \ argument [all …]
|
/titanic_50/usr/src/cmd/sendmail/include/sm/ |
H A D | assert.h | 68 # define SM_REQUIRE(cond) \ argument 72 # define SM_REQUIRE(cond) \ argument 77 # define SM_REQUIRE(cond) ((void) 0) argument 85 # define SM_ENSURE(cond) \ argument 89 # define SM_ENSURE(cond) \ argument 94 # define SM_ENSURE(cond) ((void) 0) argument 99 # define SM_ASSERT(cond) \ argument 103 # define SM_ASSERT(cond) \ argument 108 # define SM_ASSERT(cond) ((void) 0) argument
|
H A D | test.h | 24 # define SM_TEST(cond) sm_test(cond, #cond, __FILE__, __LINE__) argument 26 # define SM_TEST(cond) sm_test(cond, "cond", __FILE__, __LINE__) argument
|
/titanic_50/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_debug.h | 22 # define Dprint(cond, args) /*empty*/ argument 23 # define DprintQ(cond, args, query, size) /*empty*/ argument 27 # define Dprint(cond, args) if (cond) {fprintf args;} else {} argument 28 # define DprintQ(cond, args, query, size) if (cond) {\ argument
|
/titanic_50/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.y | 350 itm_cond_t *cond; variable 374 itm_cond_t *cond; variable 394 itm_cond_t *cond; variable
|
/titanic_50/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema_test.c | 141 cfga_cond_t cond; in memory_test_normal() local 296 cfga_cond_t cond; in memory_test_quick() local 425 cfga_cond_t cond; in memory_test_extended() local
|
/titanic_50/usr/src/uts/common/io/igb/ |
H A D | igb_debug.h | 59 #define IGB_DEBUG_STAT_COND(val, cond) if (cond) (val)++ argument 63 #define IGB_DEBUG_STAT_COND(val, cond) argument
|
/titanic_50/usr/src/lib/libbsm/common/ |
H A D | audit_reboot.c | 75 int cond = AUC_NOAUDIT; in audit_reboot_success() local
|
H A D | audit_halt.c | 90 int cond = AUC_NOAUDIT; in audit_halt_success() local
|
/titanic_50/usr/src/lib/libresolv2/common/isc/ |
H A D | assertions.c | 84 const char *cond, int print_errno) in default_assertion_failed()
|
/titanic_50/usr/src/cmd/abi/spectrans/parser/ |
H A D | errlog.h | 78 #define assert(cond, string) \ argument
|
/titanic_50/usr/src/cmd/sgs/gprof/common/ |
H A D | sparc.h | 88 cond:4, member 95 cond:4, member 105 cond:4, member
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | utils.h | 109 #define ASSERT_STATIC(cond) \ argument 116 #define ASSERT_STATIC(cond) argument
|
/titanic_50/usr/src/uts/sparc/v9/fpu/ |
H A D | v9instr.c | 161 } cond; in fmovcc_fcc() local 274 } cond; in fmovcc_icc() local 488 } cond; in movcc() local
|
/titanic_50/usr/src/lib/libdisasm/common/ |
H A D | dis_sparc_fmt.c | 118 uint32_t cond:4; member 126 uint32_t cond:4; member 138 uint32_t cond:4; member 150 uint32_t cond:4; member 162 uint32_t cond:4; member 176 uint32_t cond:4; member 262 uint32_t cond:4; member 272 uint32_t cond:4; member 332 uint32_t cond:4; member 348 uint32_t cond:4; member [all …]
|
/titanic_50/usr/src/cmd/nscd/ |
H A D | nscd_access.c | 431 nscd_acc_data_t *data, cond_t *cond) in _nscd_cond_wait() 501 cond_t *cond = NULL; in _nscd_alloc() local
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | pthr_cond.c | 138 pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) in pthread_cond_init()
|
/titanic_50/usr/src/cmd/smserverd/ |
H A D | myaudit.c | 66 int cond = 0; in can_audit() local
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/ |
H A D | piclplatmod.c | 356 char cond[BUF_SIZE]; in env_handle_watchdog_expiry() local 408 char cond[BUF_SIZE]; in env_platmod_handle_event() local
|
/titanic_50/usr/src/uts/sun4u/starfire/sys/ |
H A D | drmach.h | 71 sbd_cond_t cond; member
|
/titanic_50/usr/src/uts/sun4u/starcat/sys/ |
H A D | drmach.h | 80 sbd_cond_t cond; member
|
/titanic_50/usr/src/uts/common/zmod/ |
H A D | zutil.h | 250 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument 257 # define Assert(cond,msg) argument
|
/titanic_50/usr/src/cmd/hal/hald/solaris/ |
H A D | osspec.c | 204 mnttab_event (GIOChannel *channel, GIOCondition cond, gpointer user_data) in mnttab_event()
|
/titanic_50/usr/src/common/bzip2/ |
H A D | bzlib_private.h | 63 #define AssertH(cond,errcode) \ argument 67 #define AssertD(cond,msg) \ argument 74 #define AssertD(cond,msg) /* */ argument 94 #define AssertH(cond,errcode) \ argument 96 #define AssertD(cond,msg) do { } while (0) argument
|
/titanic_50/usr/src/uts/i86pc/sys/ |
H A D | drmach.h | 82 sbd_cond_t cond; member
|