Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp3.c783 for (i = 0; PWStatus != NULL && PWStatus[i] != NULL; i++) in s_unload_printwheel()
784 _unload_pwheel (PWStatus[i]); in s_unload_printwheel()
785 free(PWStatus); in s_unload_printwheel()
786 PWStatus = NULL; in s_unload_printwheel()
797 list_remove((void ***)&PWStatus, (void *)ppws); in s_unload_printwheel()
H A Dlpsched.c308 for (i = 0; PWStatus != NULL && PWStatus[i] != NULL; i++) in process()
309 check_pwheel_alert (PWStatus[i], (PWHEEL *)0); in process()
H A Dfncs.c385 list_append((void ***)&PWStatus, (void *)result); in new_pwstatus()
528 if (PWStatus != NULL) { in search_pwstatus()
531 for (i = 0; ((PWStatus[i] != NULL) && (ps == NULL)); i++) in search_pwstatus()
532 if (SAME(PWStatus[i]->pwheel->name, name)) in search_pwstatus()
533 ps = PWStatus[i]; in search_pwstatus()
H A Dinit.c37 PWSTATUS **PWStatus = NULL; /* Status of same */ variable
H A Dlpsched.h374 extern PWSTATUS **PWStatus; /* Status of print wheels */