Lines Matching refs:blocked_reasons
1023 if (cb_param->blocked_reasons & (1 << i)) { in _wprint_callback_fn()
1034 unsigned int blocked_reasons = cb_param->blocked_reasons; in _wprint_callback_fn() local
1038 if ((blocked_reasons & (1 << i)) == 0) { in _wprint_callback_fn()
1040 } else if (blocked_reasons & BLOCKED_REASON_UNABLE_TO_CONNECT) { in _wprint_callback_fn()
1044 } else if (blocked_reasons & BLOCKED_REASON_BUSY) { in _wprint_callback_fn()
1048 } else if (blocked_reasons & BLOCKED_REASONS_CANCELLED) { in _wprint_callback_fn()
1052 } else if (blocked_reasons & BLOCKED_REASON_JAMMED) { in _wprint_callback_fn()
1056 } else if (blocked_reasons & BLOCKED_REASON_OUT_OF_PAPER) { in _wprint_callback_fn()
1060 } else if (blocked_reasons & BLOCKED_REASON_OUT_OF_INK) { in _wprint_callback_fn()
1064 } else if (blocked_reasons & BLOCKED_REASON_OUT_OF_TONER) { in _wprint_callback_fn()
1068 } else if (blocked_reasons & BLOCKED_REASON_DOOR_OPEN) { in _wprint_callback_fn()
1072 } else if (blocked_reasons & BLOCKED_REASON_SVC_REQUEST) { in _wprint_callback_fn()
1076 } else if (blocked_reasons & BLOCKED_REASON_LOW_ON_INK) { in _wprint_callback_fn()
1080 } else if (blocked_reasons & BLOCKED_REASON_LOW_ON_TONER) { in _wprint_callback_fn()
1084 } else if (blocked_reasons & in _wprint_callback_fn()
1089 } else if (blocked_reasons & BLOCKED_REASON_BAD_CERTIFICATE) { in _wprint_callback_fn()
1093 } else if (blocked_reasons & BLOCKED_REASON_UNKNOWN) { in _wprint_callback_fn()
1099 blocked_reasons &= ~(1 << i); in _wprint_callback_fn()