Searched refs:inj_memtype_t (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_util.c42 inj_memtype_t
45 static const inj_memtype_t mems[] = {
49 assert(item >= 0 && item < sizeof (mems) / sizeof (inj_memtype_t));
54 * Convert a *subset* of inj_memtype_t's to inj_itemtype_t's.
57 inj_mem2item(inj_memtype_t mem)
74 inj_mem2str(inj_memtype_t mem)
H A Dinj_event.h45 extern inj_declmem_t *inj_decl_mem_create(const char *, inj_memtype_t);
56 extern inj_defn_t *inj_defn_lookup(const char *, inj_memtype_t);
63 extern inj_memtype_t inj_item2mem(inj_itemtype_t);
64 extern const char *inj_mem2str(inj_memtype_t);
65 extern inj_itemtype_t inj_mem2item(inj_memtype_t);
H A Dinj.h87 } inj_memtype_t; typedef in typeref:enum:inj_memtype
116 inj_memtype_t dlm_type; /* Type of this member */
H A Dinj_decl.c85 inj_decl_mem_create(const char *name, inj_memtype_t type)
H A Dinj_defn.c69 inj_defn_lookup(const char *name, inj_memtype_t type)
601 inj_memtype_t dltype = dlm->dlm_type;

Completed in 61 milliseconds