Lines Matching full:handled
40 * @return 0 indicates that the checkstop attention was successfully handled
42 * handled.
50 * @return 0 indicates that the special attention was successfully handled
51 * 1 indicates that the special attention was NOT successfully handled
81 // Vector of active attentions to be handled in attnHandler()
201 // call the attention handler until one is handled or all were attempted in attnHandler()
207 // an attention was handled so we are done in attnHandler()
223 * @return 0 indicates that the checkstop attention was successfully handled
225 * handled.
229 int rc = RC_SUCCESS; // assume checkstop handled in handleCheckstop()
272 * @return 0 indicates that the special attention was successfully handled
273 * 1 indicates that the special attention was NOT successfully handled
277 int rc = RC_SUCCESS; // assume special attention handled in handleSpecial()
387 trace::inf("Special attn not handled"); in handleSpecial()