Searched refs:RS_FAILED (Results 1 – 4 of 4) sorted by relevance
117 #define RS_FAILED 0x0100 /* slow filter or interface failed */ macro130 #define RS_DONE (RS_CANCELLED|RS_PRINTED|RS_FAILED)
143 (prs->request->outcome & RS_FAILED)? ", and" in notify()147 if (prs->request->outcome & RS_FAILED) { in notify()
155 prs->request->outcome |= RS_FAILED; in dowait()376 prs->request->outcome |= RS_FAILED; in dowait()
182 if ((r->outcome & (RS_CANCELLED|RS_FAILED)) && in init_requests()