Searched refs:fmd_api_error (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_api.c | 82 static void fmd_api_error(fmd_module_t *, int, const char *, ...) __NORETURN; 209 fmd_api_error(fmd_module_t *mp, int err, const char *format, ...) function 231 * We can't call fmd_api_error() because we can't be sure that we can 257 fmd_api_error(mp, EFMD_HDL_INVAL, 262 fmd_api_error(mp, EFMD_MOD_FAIL, 274 * If any tests fail, the entire API call is aborted by fmd_api_error(). 284 fmd_api_error(mp, EFMD_HDL_NOTREG, 301 fmd_api_error(mp, EFMD_CASE_OWNER, 323 fmd_api_error(mp, EFMD_XPRT_OWNER, 331 * fmd_hdl_register() is the one function which cannot use fmd_api_error() t [all...] |
Completed in 59 milliseconds