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

/osnet-11/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)
137 if (Dhp) {
138 fm_dc_closedict(Dhp);
139 Dhp = NULL;
156 if (Dhp == NULL) {
161 retcodelen = fm_dc_codelen(Dhp);
180 if (Dhp == NULL) {
185 retmaxkey = fm_dc_maxkey(Dhp);
226 if (Dhp
[all...]

Completed in 14 milliseconds