Home
last modified time | relevance | path

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

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