Searched defs:ppws (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddaisyforms.c104 PWSTATUS * ppws = prs->pwheel; local
108 if (ppws) {
109 ppws->requests--;
110 check_pwheel_alert (ppws, (PWHEEL *)0);
220 check_pwheel_alert(PWSTATUS *ppws, PWHEEL *ppw) argument
236 * of the structure "ppws->pwheel" may not be set.
245 trigger = ppws->trigger;
250 #define OALERT ppws->pwheel->alert
253 requests_waiting = max_requests_needing_pwheel_mounted(ppws->pwheel->name);
261 if (ppws
[all...]
H A Ddisp3.c138 PWSTATUS *ppws; local
178 if (ppws = search_pwstatus(pwheel_name)) {
179 pps->pwheel = ppws;
180 ppws->mounted++;
190 if (ppws->requests) {
197 check_pwheel_alert (ppws, (PWHEEL *)0);
657 register PWSTATUS *ppws; local
677 } else if ((ppws = search_pwstatus(pwheel_name))) {
679 check_pwheel_alert (ppws, ppw);
681 } else if ((ppws
715 _unload_pwheel(register PWSTATUS *ppws) argument
764 register PWSTATUS *ppws; local
[all...]
H A Ddisp4.c344 register PWSTATUS *ppws; local
405 if (!(ppws = search_pwstatus(name)))
408 else if (!ppws->alert->active)
412 cancel_alert (A_PWHEEL, ppws);
413 ppws->alert->active = 1;
H A Dlpsched.c295 PWSTATUS *ppws; local
H A Dstatus.c88 PWSTATUS *ppws; local
190 ppws = search_pwstatus(buf);
193 ppws = 0;
218 if ((pps->pwheel = ppws) != NULL)
219 ppws->mounted++;

Completed in 48 milliseconds