Searched refs:fm_dc_key2code (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/fm/libdiagcode/common/ |
H A D | diagcode.h | 62 int fm_dc_key2code(fm_dc_handle_t *dhp,
|
H A D | diagcode_test.c | 191 /* call fm_dc_key2code() as part of a test */ 231 if (fm_dc_key2code(Dhp, key, code, MAXCODE) < 0)
|
H A D | diagcode.c | 377 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 D | libfmnotify.c | 493 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 D | fmd_module.c | 1004 * 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 67 milliseconds