Home
last modified time | relevance | path

Searched refs:DEFNMEM_IDENT (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fm/fminject/common/
H A Dinj_defn.c214 if (dfm->dfm_type != DEFNMEM_IMM && dfm->dfm_type != DEFNMEM_IDENT) in inj_defn_memcmp_signed()
250 if (dfm->dfm_type != DEFNMEM_IMM && dfm->dfm_type != DEFNMEM_IDENT) in inj_defn_memcmp_unsigned()
336 elem->dfm_type != DEFNMEM_IDENT) { in inj_defn_memcmp_intr_array()
426 if (dfm->dfm_type != DEFNMEM_IDENT) in inj_defn_memcmp_bool()
458 if (elem->dfm_type != DEFNMEM_IDENT) { in inj_defn_memcmp_bool_array()
483 DEFNMEM_IDENT : DEFNMEM_QSTRING); in inj_defn_memcmp_strenum()
502 DEFNMEM_IDENT : DEFNMEM_QSTRING); in inj_defn_memcmp_strenum_array()
609 else if (dftype == DEFNMEM_IDENT && (dltype == MEMTYPE_EVENT || in inj_defn_memcmp_sub_makenvl()
H A Dinj.h159 DEFNMEM_IDENT, enumerator
H A Dinj_grammar.y289 $$ = inj_defn_mem_create($1, DEFNMEM_IDENT);