Home
last modified time | relevance | path

Searched refs:search_pwstatus (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp3.c178 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()
H A Dlpsched.h357 extern PWSTATUS *search_pwstatus ( char * );
H A Ddaisyforms.c86 && (prs->pwheel = search_pwstatus(name)) in queue_pwheel()
H A Ddisp4.c405 if (!(ppws = search_pwstatus(name))) in s_quiet_alert()
H A Dstatus.c190 ppws = search_pwstatus(buf); in load_pstatus()
H A Dfncs.c523 search_pwstatus(register char *name) in search_pwstatus() function