Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode_test.c61 static fm_dc_handle_t *Dhp; variable
122 if ((Dhp = fm_dc_opendict(FM_DC_VERSION, dirpath, dictname)) == NULL) in do_open()
135 if (Dhp) { in do_close()
136 fm_dc_closedict(Dhp); in do_close()
137 Dhp = NULL; in do_close()
154 if (Dhp == NULL) { in do_codelen()
159 retcodelen = fm_dc_codelen(Dhp); in do_codelen()
178 if (Dhp == NULL) { in do_maxkey()
183 retmaxkey = fm_dc_maxkey(Dhp); in do_maxkey()
224 if (Dhp == NULL) { in do_key2code()
[all …]