Searched refs:fm_dc_handle_t (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/fm/libdiagcode/common/ |
H A D | diagcode.h | 46 typedef struct fm_dc_handle fm_dc_handle_t; typedef 49 fm_dc_handle_t *fm_dc_opendict(int version, const char *dirpath, 53 void fm_dc_closedict(fm_dc_handle_t *dhp); 56 size_t fm_dc_codelen(fm_dc_handle_t *dhp); 59 int fm_dc_maxkey(fm_dc_handle_t *dhp); 62 int fm_dc_key2code(fm_dc_handle_t *dhp, 66 int fm_dc_code2key(fm_dc_handle_t *dhp, const char *code, 70 const char *fm_dc_getprop(fm_dc_handle_t *dhp, const char *name);
|
H A D | diagcode.c | 99 static int buildcode(fm_dc_handle_t *dhp, const char *rhsp, 101 static bitv *code2dictval(fm_dc_handle_t *dhp, const char *code); 143 fm_dc_handle_t * 148 fm_dc_handle_t *dhp = NULL; in fm_dc_opendict() 321 fm_dc_closedict(fm_dc_handle_t *dhp) in fm_dc_closedict() 350 fm_dc_codelen(fm_dc_handle_t *dhp) in fm_dc_codelen() 364 fm_dc_maxkey(fm_dc_handle_t *dhp) in fm_dc_maxkey() 377 fm_dc_key2code(fm_dc_handle_t *dhp, in fm_dc_key2code() 437 fm_dc_code2key(fm_dc_handle_t *dhp, const char *code, in fm_dc_code2key() 566 fm_dc_getprop(fm_dc_handle_t *dhp, const char *name) in fm_dc_getprop() [all …]
|
H A D | diagcode_test.c | 63 static fm_dc_handle_t *Dhp;
|
/titanic_50/usr/src/lib/fm/libfmnotify/common/ |
H A D | libfmnotify.c | 475 fm_dc_handle_t *dhp; in nd_get_diagcode()
|