Searched defs:fm_dc_handle_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.h42 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);

Completed in 20 milliseconds