Searched refs:BLOCKED_REASON_UNABLE_TO_CONNECT (Results 1 – 3 of 3) sorted by relevance
27 #define BLOCKED_REASON_UNABLE_TO_CONNECT (1 << PRINT_STATUS_UNABLE_TO_CONNECT) macro
914 jq->blocked_reasons = BLOCKED_REASON_UNABLE_TO_CONNECT; in _job_thread()972 jq->blocked_reasons = BLOCKED_REASON_UNABLE_TO_CONNECT; in _job_thread()
1294 } else if (blocked_reasons & BLOCKED_REASON_UNABLE_TO_CONNECT) { in processBlockStatus()