Searched defs:faulty (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_protocol.c211 boolean_t faulty, boolean_t unusable, boolean_t message, nvlist_t *event,
237 err |= nvlist_add_boolean_value(nvl, FM_RSRC_ASRU_FAULTY, faulty);
209 fmd_protocol_rsrc_asru(const char *class, nvlist_t *fmri, const char *uuid, const char *code, boolean_t faulty, boolean_t unusable, boolean_t message, nvlist_t *event, struct timeval *tvp, boolean_t repaired, boolean_t replaced, boolean_t acquitted, boolean_t resolved, nvlist_t *diag_de, boolean_t injected) argument
H A Dfmd_asru.c441 boolean_t faulty = FMD_B_FALSE, unusable = FMD_B_FALSE; local
460 * Extract the most recent values of 'faulty' from the event log.
463 &faulty) != 0) {
490 * (depending on whether the faulty/resolved bits are set).
496 cp = fmd_case_recreate(fmd.d_rmod, NULL, faulty ? FMD_CASE_CLOSED :
579 if (faulty) {
676 * If the resource is present and faulty but not unusable, replay the fault
677 * event that caused it be marked faulty. This will cause the agent
1460 * Update the faulty status too.
1507 boolean_t faulty local
[all...]
H A Dfmd_case.c88 * suspects convicted are marked faulty (F) in R$
111 * Actions: suspects convicted are marked non faulty (!F) in R$
116 * suspects convicted are marked non faulty (!F) in R$
416 * Finally, store each suspect's faulty status into the bitmap 'ba'.
746 * If we have some faulty, non-isolated suspects that overlap, then most
757 * If we have no faulty, non-isolated suspects in the old case, but we
783 * faulty and unisolated or repaired or acquitted, and that is not
857 * To get here, there must be no faulty or acquitted suspects,
1398 * be CLOSED (faulty) or REPAIRED/RESOLVED (!faulty)
2150 int faulty = 0; local
2451 int faulty = 0; local
[all...]

Completed in 87 milliseconds