Home
last modified time | relevance | path

Searched refs:fm_dc_handle_t (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.h46 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 Ddiagcode.c99 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 Ddiagcode_test.c63 static fm_dc_handle_t *Dhp;
/titanic_50/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c475 fm_dc_handle_t *dhp; in nd_get_diagcode()