Home
last modified time | relevance | path

Searched refs:dfm_type (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/fm/fminject/common/
H A Dinj_defn.c90 switch (m->dfm_type) { in inj_defn_destroy_memlist()
118 dfm->dfm_type = type; in inj_defn_mem_create_common()
214 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()
314 if (dfm->dfm_type != DEFNMEM_ARRAY) in inj_defn_memcmp_intr_array()
335 if (elem->dfm_type != DEFNMEM_IMM && in inj_defn_memcmp_intr_array()
336 elem->dfm_type != DEFNMEM_IDENT) { in inj_defn_memcmp_intr_array()
426 if (dfm->dfm_type != DEFNMEM_IDENT) in inj_defn_memcmp_bool()
449 if (dfm->dfm_type != DEFNMEM_ARRAY) in inj_defn_memcmp_bool_array()
458 if (elem->dfm_type != DEFNMEM_IDENT) { in inj_defn_memcmp_bool_array()
[all …]
H A Dinj.h171 inj_defnmemtype_t dfm_type; /* Type of this member, from parser */ member