Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.h60 int fm_dc_key2code(fm_dc_handle_t *dhp,
H A Dmapfile-vers47 fm_dc_key2code;
H A Ddiagcode_test.c229 if (fm_dc_key2code(Dhp, key, code, MAXCODE) < 0) in do_key2code()
H A Ddiagcode.c375 fm_dc_key2code(fm_dc_handle_t *dhp, in fm_dc_key2code() function
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DREADME51 The above line tells the test driver to call fm_dc_key2code() with the key[]
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c495 if (fm_dc_key2code(dhp, key, buf, buflen) < 0) { in nd_get_diagcode()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c1011 if ((err = fm_dc_key2code(mp->mod_dictv[i], (const char **)keys, in fmd_module_dc_key2code()