Searched refs:fm_dc_handle_t (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/fm/libdiagcode/common/ |
H A D | diagcode.h | 42 typedef struct fm_dc_handle fm_dc_handle_t; typedef in typeref:struct:fm_dc_handle 45 fm_dc_handle_t *fm_dc_opendict(int version, const char *dirpath, 49 void fm_dc_closedict(fm_dc_handle_t *dhp); 52 size_t fm_dc_codelen(fm_dc_handle_t *dhp); 55 int fm_dc_maxkey(fm_dc_handle_t *dhp); 58 int fm_dc_key2code(fm_dc_handle_t *dhp, 62 int fm_dc_code2key(fm_dc_handle_t *dhp, const char *code, 66 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; 321 fm_dc_closedict(fm_dc_handle_t *dhp) 350 fm_dc_codelen(fm_dc_handle_t *dhp) 364 fm_dc_maxkey(fm_dc_handle_t *dhp) 377 fm_dc_key2code(fm_dc_handle_t *dhp, 437 fm_dc_code2key(fm_dc_handle_t *dhp, const char *code, 566 fm_dc_getprop(fm_dc_handle_t *dh [all...] |
H A D | diagcode_test.c | 63 static fm_dc_handle_t *Dhp;
|
/osnet-11/usr/src/lib/fm/libfmnotify/common/ |
H A D | libfmnotify.c | 475 fm_dc_handle_t *dhp;
|
Completed in 701 milliseconds