Searched refs:IPP_PSTATE_IDLE (Results 1 – 8 of 8) sorted by relevance
/external/libcups/cups/ |
D | notify.c | 117 case IPP_PSTATE_IDLE : in cupsNotifySubject()
|
D | ipp.h | 471 IPP_PSTATE_IDLE = 3, /* Printer is idle */ enumerator 476 # define IPP_PRINTER_IDLE IPP_PSTATE_IDLE
|
D | ipp-support.c | 2109 …else if (!strcmp(attrname, "printer-state") && enumvalue >= IPP_PSTATE_IDLE && enumvalue <= IPP_PS… in ippEnumString() 2110 return (ipp_printer_states[enumvalue - IPP_PSTATE_IDLE]); in ippEnumString()
|
/external/libcups/scheduler/ |
D | cups-lpd.c | 1383 case IPP_PSTATE_IDLE : in send_state()
|
D | ipp.c | 5356 printer->state = IPP_PSTATE_IDLE; in create_local_bg_thread()
|
/external/libcups/tools/ |
D | ippeveprinter.c | 1644 printer->state = IPP_PSTATE_IDLE; in create_printer() 3494 …ONST_TAG(IPP_TAG_TEXT), "printer-state-message", NULL, messages[printer->state - IPP_PSTATE_IDLE]); in ipp_get_printer_attributes() 3514 …izeof(reason), "%s-%s", ippeve_preason_strings[i], printer->state == IPP_PSTATE_IDLE ? "report" : … in ipp_get_printer_attributes() 6651 job->printer->state = IPP_PSTATE_IDLE; in process_job() 7654 …=\"64\" height=\"64\">%s Jobs</h1>\n", state_colors[printer->state - IPP_PSTATE_IDLE], printer->na… in show_status() 7655 …html_printf(client, "<p>%s, %d job(s).", printer->state == IPP_PSTATE_IDLE ? "Idle" : printer->sta… in show_status()
|
/external/libcups/systemv/ |
D | lpadmin.c | 1405 ippAddInteger(request, IPP_TAG_PRINTER, IPP_TAG_ENUM, "printer-state", IPP_PSTATE_IDLE); in set_printer_options()
|
/external/libcups/backend/ |
D | ipp.c | 1449 monitor.printer_state = IPP_PSTATE_IDLE; in main()
|