Searched refs:ppws (Results 1 – 5 of 5) sorted by relevance
138 PWSTATUS *ppws; in remount_pwheel() local178 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() local677 } 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 …]
104 PWSTATUS * ppws = prs->pwheel; in unqueue_pwheel() local108 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() argument245 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 …]
344 register PWSTATUS *ppws; in s_quiet_alert() local405 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()
88 PWSTATUS *ppws; in load_pstatus() local190 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()
295 PWSTATUS *ppws; in process() local