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

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.h62 int fm_dc_key2code(fm_dc_handle_t *dhp,
H A Ddiagcode_test.c191 /* call fm_dc_key2code() as part of a test */
231 if (fm_dc_key2code(Dhp, key, code, MAXCODE) < 0)
H A Ddiagcode.c377 fm_dc_key2code(fm_dc_handle_t *dhp, function
391 "fm_dc_key2code: dhp 0x%p maxcode %lu ", (void *)dhp,
396 debugstr = "fm_dc_key2code: ";
419 "fm_dc_key2code: dictionary line %d",
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c493 if (fm_dc_key2code(dhp, key, buf, buflen) < 0) {
494 nd_error(nhdl, "fm_dc_key2code failed for %s", key[0]);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c1004 * Wrapper around libdiagcode's fm_dc_key2code() that examines all the module's
1014 if ((err = fm_dc_key2code(mp->mod_dictv[i], (const char **)keys,

Completed in 77 milliseconds