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