Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp3.c138 PWSTATUS *ppws; in remount_pwheel() local
179 pps->pwheel = ppws; in remount_pwheel()
180 ppws->mounted++; in remount_pwheel()
190 if (ppws->requests) { in remount_pwheel()
657 register PWSTATUS *ppws; in s_load_printwheel() local
695 prs->pwheel = ppws; in s_load_printwheel()
696 ppws->requests++; in s_load_printwheel()
749 if (ppws->alert->active) in _unload_pwheel()
752 free_pwstatus(ppws); in _unload_pwheel()
764 register PWSTATUS *ppws; in s_unload_printwheel() local
[all …]
H A Ddaisyforms.c102 PWSTATUS * ppws = prs->pwheel; in unqueue_pwheel() local
106 if (ppws) { in unqueue_pwheel()
107 ppws->requests--; in unqueue_pwheel()
243 trigger = ppws->trigger; in check_pwheel_alert()
248 #define OALERT ppws->pwheel->alert in check_pwheel_alert()
259 if (ppws->alert->active) in check_pwheel_alert()
261 cancel_alert (A_PWHEEL, ppws); in check_pwheel_alert()
271 cancel_alert (A_PWHEEL, ppws); in check_pwheel_alert()
289 ppws->pwheel = ppw; in check_pwheel_alert()
290 ppws->trigger = trigger; 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.c293 PWSTATUS *ppws; in process() local