Home
last modified time | relevance | path

Searched refs:PWSTATUS (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnodes.h37 typedef struct pwstat_node PWSTATUS; typedef
68 PWSTATUS *pwheel;
123 PWSTATUS *pwheel;
173 PWSTATUS *pwheel;
H A Dlpsched.h282 void check_pwheel_alert ( PWSTATUS * , PWHEEL * );
339 extern PWSTATUS *new_pwstatus(PWHEEL *p);
347 extern void free_pwstatus(PWSTATUS *);
357 extern PWSTATUS *search_pwstatus ( char * );
374 extern PWSTATUS **PWStatus; /* Status of print wheels */
H A Dalerts.c102 PWSTATUS *pp = va_arg(args, PWSTATUS *); in alert()
183 pwformat(char *file, PWSTATUS *pp) in pwformat()
274 ap = va_arg(args, PWSTATUS *)->alert; in cancel_alert()
329 p_count(PWSTATUS *pp, char *name) in p_count()
H A Ddisp3.c138 PWSTATUS *ppws; in remount_pwheel()
147 register PWSTATUS *Oppws = pps->pwheel; in remount_pwheel()
657 register PWSTATUS *ppws; in s_load_printwheel()
715 _unload_pwheel(register PWSTATUS *ppws) in _unload_pwheel()
764 register PWSTATUS *ppws; in s_unload_printwheel()
H A Dfncs.c357 free_pwstatus(PWSTATUS *pwp) in free_pwstatus()
368 PWSTATUS *
371 PWSTATUS *result = calloc(1, sizeof (*result)); in new_pwstatus()
522 PWSTATUS *
525 PWSTATUS *ps = NULL; in search_pwstatus()
H A Ddaisyforms.c102 PWSTATUS * ppws = prs->pwheel; in unqueue_pwheel()
218 check_pwheel_alert(PWSTATUS *ppws, PWHEEL *ppw) in check_pwheel_alert()
H A Dinit.c37 PWSTATUS **PWStatus = NULL; /* Status of same */
H A Dlpsched.c293 PWSTATUS *ppws; in process()
H A Ddisp4.c344 register PWSTATUS *ppws; in s_quiet_alert()
H A Dexec.c196 PWSTATUS *pwheel; in exec()
269 pwheel = va_arg(args, PWSTATUS *); in exec()
H A Dstatus.c88 PWSTATUS *ppws; in load_pstatus()