Searched refs:cause_code (Results 1 – 4 of 4) sorted by relevance
50 CauseCode cause_code = kNoCause; member172 Value* ErrorAbort(State* state, CauseCode cause_code, const char* format, ...)
519 Value* ErrorAbort(State* state, CauseCode cause_code, const char* format, ...) { in ErrorAbort() argument524 state->cause_code = cause_code; in ErrorAbort()
184 if (state.cause_code != kNoCause) { in main()185 fprintf(cmd_pipe, "log cause: %d\n", state.cause_code); in main()
1624 if (failure_type != kNoCause && state->cause_code == kNoCause) { in PerformBlockImageUpdate()1625 state->cause_code = failure_type; in PerformBlockImageUpdate()