Lines Matching refs:pstat
380 int32_t pstat = 0; in report_printer() local
402 "printer-state", &pstat); in report_printer()
404 switch (pstat) { in report_printer()
449 if (pstat == 0x04) in report_printer()
454 if (pstat == 0x06) in report_printer()
476 printf(gettext("unknown state(0x%x)."), pstat); in report_printer()
480 if (pstat == 0x08) in report_printer()
493 if ((pstat == 0x05) || in report_printer()
494 (pstat == 0x06) || in report_printer()
495 (pstat == 0x07) || in report_printer()
496 (pstat == 0x08)) { in report_printer()