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

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

Completed in 46 milliseconds