Home
last modified time | relevance | path

Searched refs:ppws (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp3.c138 PWSTATUS *ppws; in remount_pwheel() local
178 if (ppws = search_pwstatus(pwheel_name)) { in remount_pwheel()
179 pps->pwheel = ppws; in remount_pwheel()
180 ppws->mounted++; in remount_pwheel()
190 if (ppws->requests) { in remount_pwheel()
197 check_pwheel_alert (ppws, (PWHEEL *)0); in remount_pwheel()
657 register PWSTATUS *ppws; in s_load_printwheel() local
677 } else if ((ppws = search_pwstatus(pwheel_name))) { in s_load_printwheel()
679 check_pwheel_alert (ppws, ppw); in s_load_printwheel()
681 } else if ((ppws = new_pwstatus(ppw))) { in s_load_printwheel()
[all …]
H A Ddaisyforms.c104 PWSTATUS * ppws = prs->pwheel; in unqueue_pwheel() local
108 if (ppws) { in unqueue_pwheel()
109 ppws->requests--; in unqueue_pwheel()
110 check_pwheel_alert (ppws, (PWHEEL *)0); in unqueue_pwheel()
220 check_pwheel_alert(PWSTATUS *ppws, PWHEEL *ppw) in check_pwheel_alert() argument
245 trigger = ppws->trigger; in check_pwheel_alert()
250 #define OALERT ppws->pwheel->alert in check_pwheel_alert()
253 requests_waiting = max_requests_needing_pwheel_mounted(ppws->pwheel->name); in check_pwheel_alert()
261 if (ppws->alert->active) in check_pwheel_alert()
263 cancel_alert (A_PWHEEL, ppws); in check_pwheel_alert()
[all …]
H A Ddisp4.c344 register PWSTATUS *ppws; in s_quiet_alert() local
405 if (!(ppws = search_pwstatus(name))) in s_quiet_alert()
408 else if (!ppws->alert->active) in s_quiet_alert()
412 cancel_alert (A_PWHEEL, ppws); in s_quiet_alert()
413 ppws->alert->active = 1; in s_quiet_alert()
H A Dstatus.c88 PWSTATUS *ppws; in load_pstatus() local
190 ppws = search_pwstatus(buf); in load_pstatus()
193 ppws = 0; in load_pstatus()
218 if ((pps->pwheel = ppws) != NULL) in load_pstatus()
219 ppws->mounted++; in load_pstatus()
H A Dlpsched.c295 PWSTATUS *ppws; in process() local