Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_defn.c88 switch (m->dfm_type) { in inj_defn_destroy_memlist()
115 dfm->dfm_type = type; in inj_defn_mem_create_common()
211 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()
311 if (dfm->dfm_type != DEFNMEM_ARRAY) in inj_defn_memcmp_intr_array()
332 if (elem->dfm_type != DEFNMEM_IMM && in inj_defn_memcmp_intr_array()
423 if (dfm->dfm_type != DEFNMEM_IDENT) in inj_defn_memcmp_bool()
446 if (dfm->dfm_type != DEFNMEM_ARRAY) in inj_defn_memcmp_bool_array()
484 if (dfm->dfm_type != defnmemtype) in inj_defn_memcmp_strenum()
509 if (dfm->dfm_type != DEFNMEM_ARRAY) in inj_defn_memcmp_strenum_array()
[all …]
H A Dinj.h169 inj_defnmemtype_t dfm_type; /* Type of this member, from parser */ member