Home
last modified time | relevance | path

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.c40 inj_memtype_t
43 static const inj_memtype_t mems[] = { in inj_item2mem()
47 assert(item >= 0 && item < sizeof (mems) / sizeof (inj_memtype_t)); in inj_item2mem()
55 inj_mem2item(inj_memtype_t mem) in inj_mem2item()
72 inj_mem2str(inj_memtype_t mem) in inj_mem2str()
H A Dinj_event.h43 extern inj_declmem_t *inj_decl_mem_create(const char *, inj_memtype_t);
54 extern inj_defn_t *inj_defn_lookup(const char *, inj_memtype_t);
61 extern inj_memtype_t inj_item2mem(inj_itemtype_t);
62 extern const char *inj_mem2str(inj_memtype_t);
63 extern inj_itemtype_t inj_mem2item(inj_memtype_t);
H A Dinj.h85 } inj_memtype_t; typedef
114 inj_memtype_t dlm_type; /* Type of this member */
H A Dinj_decl.c83 inj_decl_mem_create(const char *name, inj_memtype_t type) in inj_decl_mem_create()
H A Dinj_defn.c69 inj_defn_lookup(const char *name, inj_memtype_t type) in inj_defn_lookup()
601 inj_memtype_t dltype = dlm->dlm_type; in inj_defn_memcmp_sub_makenvl()