Searched refs:search_pwstatus (Results 1 – 6 of 6) sorted by relevance
178 if (ppws = search_pwstatus(pwheel_name)) { in remount_pwheel()677 } else if ((ppws = search_pwstatus(pwheel_name))) { in s_load_printwheel()792 } else if (!(ppws = search_pwstatus(pwheel_name))) in s_unload_printwheel()
357 extern PWSTATUS *search_pwstatus ( char * );
88 && (prs->pwheel = search_pwstatus(name)) in queue_pwheel()
405 if (!(ppws = search_pwstatus(name))) in s_quiet_alert()
190 ppws = search_pwstatus(buf); in load_pstatus()
523 search_pwstatus(register char *name) in search_pwstatus() function