Home
last modified time | relevance | path

Searched defs:expr (Results 1 – 25 of 57) sorted by relevance

123

/titanic_41/usr/src/cmd/hal/hald/
H A Dlogger.h67 #define HAL_TRACE(expr) do {logger_setup(HAL_LOGPRI_TRACE, __FILE__, __LINE__, __FUNCTION__); l… argument
70 #define HAL_DEBUG(expr) do {logger_setup(HAL_LOGPRI_DEBUG, __FILE__, __LINE__, __FUNCTION__); l… argument
73 #define HAL_INFO(expr) do {logger_setup(HAL_LOGPRI_INFO, __FILE__, __LINE__, __FUNCTION__); l… argument
76 #define HAL_WARNING(expr) do {logger_setup(HAL_LOGPRI_WARNING, __FILE__, __LINE__, __FUNCTION__); l… argument
79 #define HAL_ERROR(expr) do {logger_setup(HAL_LOGPRI_ERROR, __FILE__, __LINE__, __FUNCTION__); l… argument
82 #define DIE(expr) do {printf("*** [DIE] %s:%s():%d : ", __FILE__, __FUNCTION__, __LINE__); printf e… argument
/titanic_41/usr/src/cmd/tnf/prex/
H A Dexpr.h48 typedef struct expr { struct
60 expr_t * expr(spec_t * left_p, spec_t * right_p); argument
H A Dcmd.h69 } expr; member
H A Dexpr.c82 expr(spec_t * left_p, in expr() function
/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Dpro_expr.c76 dwarf_add_expr_gen(Dwarf_P_Expr expr, in dwarf_add_expr_gen()
491 dwarf_add_expr_addr_b(Dwarf_P_Expr expr, in dwarf_add_expr_addr_b()
539 dwarf_add_expr_addr(Dwarf_P_Expr expr, in dwarf_add_expr_addr()
550 dwarf_expr_current_offset(Dwarf_P_Expr expr, Dwarf_Error * error) in dwarf_expr_current_offset()
566 dwarf_expr_reset(Dwarf_P_Expr expr, Dwarf_Error * error) in dwarf_expr_reset()
577 dwarf_expr_into_block(Dwarf_P_Expr expr, in dwarf_expr_into_block()
/titanic_41/usr/src/lib/libc/port/i18n/
H A Dplural_parser.h75 struct expr { struct
79 struct expr *nodes[3]; /* operands */ argument
/titanic_41/usr/src/lib/libtnfprobe/
H A Dtnf_trace.c57 #define TNF_ASSERT(expr) ASSERT(expr) argument
59 #define TNF_ASSERT(expr) assert(expr) argument
/titanic_41/usr/src/cmd/isns/isnsd/
H A Ddoor.c112 xmlChar expr[ISNS_MAX_LABEL_LEN + 13]; in get_op_id_from_doc() local
152 xmlChar expr[ISNS_MAX_LABEL_LEN + 13]; in process_get_request_from_doc() local
279 xmlChar expr[ISNS_MAX_LABEL_LEN + 13]; in process_enumerate_request_from_doc() local
340 xmlChar expr[ISNS_MAX_LABEL_LEN + 13]; in process_getAssociated_request_from_doc() local
478 xmlChar expr[ISNS_MAX_LABEL_LEN + 13]; in process_delete_request_from_doc() local
668 xmlChar expr[ISNS_MAX_LABEL_LEN + 13]; in process_createModify_request_from_doc() local
992 xmlChar expr[ISNS_MAX_LABEL_LEN + 13]; in build_mgmt_response() local
/titanic_41/usr/src/cmd/lp/model/netpr/
H A Dnetdebug.h37 #define ASSERT(expr, str) \ argument
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c106 #define expect(expr, value) (__builtin_expect((expr), (value))) argument
108 #define expect(expr, value) (expr) argument
111 #define likely(expr) expect((expr) != 0, 1) argument
112 #define unlikely(expr) expect((expr) != 0, 0) argument
/titanic_41/usr/src/lib/fm/libfmd_snmp/common/
H A Ddebug_subr.c53 sunFm_assert(const char *expr, const char *file, int line) in sunFm_assert()
/titanic_41/usr/src/lib/libast/common/string/
H A Dstrperm.c45 register char* expr = (char*)aexpr; in strperm() local
H A Dstrexpr.c76 expr(register Expr_t* ex, register int precedence) in expr() function
/titanic_41/usr/src/uts/common/sys/
H A Dva_list.h81 #define __va_void(expr) ((void)expr) argument
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dtest.c111 sm_test(success, expr, filename, lineno) in sm_test() argument
/titanic_41/usr/src/cmd/geniconvtbl/
H A Ditm_util.c2117 itm_expr_t *expr; in expr_self_num() local
2132 itm_expr_t *expr; in expr_self() local
2182 itm_expr_t *expr; in expr_unary() local
2199 itm_expr_t *expr; in expr_binary() local
2240 itm_expr_t *expr; in expr_binary2() local
2308 itm_expr_t *expr; in expr_assign() local
2333 expr_seq_to_int(itm_expr_t *expr) in expr_seq_to_int()
H A Ditm_comp.y53 itm_expr_t *expr; member
/titanic_41/usr/src/uts/common/fs/dev/
H A Dsdev_profile.c124 char *expr = nvpair_name(nvp); in apply_glob_pattern() local
366 char *expr; member
422 char *expr; in prof_name_matched() local
745 apply_dir_pattern(struct sdev_node *dir, char *expr, char *pathleft, int type) in apply_dir_pattern()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dstreval.c68 const char *expr; /* current expression */ member
127 static void arith_error(const char *message,const char *expr, int mode) in arith_error()
495 static int expr(register struct vars *vp,register int precedence) in expr() function
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_debug.c162 mdb_dassert(const char *expr, const char *file, int line) in mdb_dassert()
/titanic_41/usr/src/cmd/filesync/
H A Dignore.c173 ignore_expr(const char *expr) in ignore_expr()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dlz4.c279 #define expect(expr, value) (__builtin_expect((expr), (value))) argument
281 #define expect(expr, value) (expr) argument
284 #define likely(expr) expect((expr) != 0, 1) argument
285 #define unlikely(expr) expect((expr) != 0, 0) argument
/titanic_41/usr/src/lib/libshell/common/include/
H A Dstreval.h74 const char *expr; member
93 const char *expr; member
/titanic_41/usr/src/lib/scsi/libsmp/common/
H A Dsmp_subr.c48 smp_assert(const char *expr, const char *file, int line) in smp_assert()
/titanic_41/usr/src/uts/common/tnf/
H A Dtnf_writer.c55 #define TNF_ASSERT(expr) ASSERT(expr) argument
57 #define TNF_ASSERT(expr) assert(expr) argument

123