Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/fminject/common/
H A Dinj_defn.c217 switch (dlm->dlm_type) { in inj_defn_memcmp_signed()
253 switch (dlm->dlm_type) { in inj_defn_memcmp_unsigned()
479 inj_defnmemtype_t defnmemtype = (dlm->dlm_type == MEMTYPE_ENUM ? in inj_defn_memcmp_strenum()
481 const char *strenum = (dlm->dlm_type == MEMTYPE_ENUM ? "enum" : in inj_defn_memcmp_strenum()
498 inj_defnmemtype_t defnmemtype = (dlm->dlm_type == MEMTYPE_ENUM ? in inj_defn_memcmp_strenum_array()
500 const char *strenum = (dlm->dlm_type == MEMTYPE_ENUM ? "enum" : in inj_defn_memcmp_strenum_array()
525 if (dlm->dlm_type == MEMTYPE_ENUM && in inj_defn_memcmp_strenum_array()
572 if ((subdefn = inj_defn_lookup(dfm->dfm_str, dlm->dlm_type)) == NULL) { in inj_defn_memcmp_sub_defined()
574 inj_mem2str(dlm->dlm_type), dfm->dfm_str); in inj_defn_memcmp_sub_defined()
581 inj_mem2str(dlm->dlm_type), dfm->dfm_str, in inj_defn_memcmp_sub_defined()
[all …]
H A Dinj_decl.c80 if (dlm->dlm_type == MEMTYPE_ENUM) in inj_decl_mem_destroy()
90 dlm->dlm_type = type; in inj_decl_mem_create()
103 dlm->dlm_type = inj_item2mem(type); in inj_decl_mem_create_defined()
119 dlm->dlm_type = MEMTYPE_ENUM; in inj_decl_mem_create_enum()
219 if (dlm->dlm_type != MEMTYPE_STRING) { in inj_decl_validate_fmri()
H A Dinj.h116 inj_memtype_t dlm_type; /* Type of this member */ member