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

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.h46 typedef struct fm_dc_handle fm_dc_handle_t; typedef in typeref:struct:fm_dc_handle
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);

Completed in 64 milliseconds