Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/fminject/common/
H A Dinj_defn.c211 if (dfm->dfm_type != DEFNMEM_IMM && dfm->dfm_type != DEFNMEM_IDENT) in inj_defn_memcmp_signed()
247 if (dfm->dfm_type != DEFNMEM_IMM && dfm->dfm_type != DEFNMEM_IDENT) in inj_defn_memcmp_unsigned()
333 elem->dfm_type != DEFNMEM_IDENT) { in inj_defn_memcmp_intr_array()
423 if (dfm->dfm_type != DEFNMEM_IDENT) in inj_defn_memcmp_bool()
455 if (elem->dfm_type != DEFNMEM_IDENT) { in inj_defn_memcmp_bool_array()
480 DEFNMEM_IDENT : DEFNMEM_QSTRING); in inj_defn_memcmp_strenum()
499 DEFNMEM_IDENT : DEFNMEM_QSTRING); in inj_defn_memcmp_strenum_array()
606 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);