Searched refs:EFMD_CKPT_INVAL (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_ckpt.c | 130 fmd_verror(EFMD_CKPT_INVAL, format, ap); in fmd_ckpt_inval() 134 return (fmd_set_errno(EFMD_CKPT_INVAL)); in fmd_ckpt_inval() 908 fmd_ckpt_error(ckp, EFMD_CKPT_INVAL, in fmd_ckpt_restore_events() 963 fmd_ckpt_error(ckp, EFMD_CKPT_INVAL, in fmd_ckpt_restore_suspects() 975 fmd_ckpt_error(ckp, EFMD_CKPT_INVAL, "nvlist %u [%d] " in fmd_ckpt_restore_suspects() 980 fmd_ckpt_error(ckp, EFMD_CKPT_INVAL, "failed to " in fmd_ckpt_restore_suspects() 1004 fmd_ckpt_error(ckp, EFMD_CKPT_INVAL, in fmd_ckpt_restore_bufs() 1018 fmd_ckpt_error(ckp, EFMD_CKPT_INVAL, "invalid %u " in fmd_ckpt_restore_bufs() 1039 fmd_ckpt_error(ckp, EFMD_CKPT_INVAL, "corrupt %u case uuid " in fmd_ckpt_restore_case() 1048 fmd_ckpt_error(ckp, EFMD_CKPT_INVAL, in fmd_ckpt_restore_case() [all …]
|
H A D | fmd_error.h | 151 EFMD_CKPT_INVAL, /* checkpoint file has invalid header or content */ enumerator
|
H A D | fmd_module.c | 308 if (err == EFMD_CKPT_INVAL) in fmd_module_create() 1228 if (tries++ != 0 || errno != EFMD_CKPT_INVAL) { in fmd_modhash_load()
|