Searched refs:printer_states (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/backend/
H A Dsnmp-supplies.c174 static const backend_state_t printer_states[] = variable
389 i < (int)(sizeof(printer_states) / sizeof(printer_states[0]));
391 if (change_state & printer_states[i].bit)
394 (new_state & printer_states[i].bit) ? '+' : '-',
395 printer_states[i].keyword);
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c2525 static const char * const printer_states[] = local
2546 p->name, printer_states[p->state - IPP_PRINTER_IDLE]);

Completed in 172 milliseconds