Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode_test.c63 static fm_dc_handle_t *Dhp; variable
124 if ((Dhp = fm_dc_opendict(FM_DC_VERSION, dirpath, dictname)) == NULL) in do_open()
137 if (Dhp) { in do_close()
138 fm_dc_closedict(Dhp); in do_close()
139 Dhp = NULL; in do_close()
156 if (Dhp == NULL) { in do_codelen()
161 retcodelen = fm_dc_codelen(Dhp); in do_codelen()
180 if (Dhp == NULL) { in do_maxkey()
185 retmaxkey = fm_dc_maxkey(Dhp); in do_maxkey()
226 if (Dhp == NULL) { in do_key2code()
[all …]