Searched refs:pwheel (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | do_mount.c | 61 void do_mount (printer, form, pwheel) in do_mount() argument 64 *pwheel; in do_mount() 72 if (pwheel && (STREQU(pwheel, NAME_ANY) || STREQU(pwheel, NAME_NONE))) 73 pwheel = ""; 78 if (form && !*form && pwheel && !*pwheel) { 81 pwheel = 0; 85 } else if (pwheel && !*pwheel) { 87 pwheel = 0; 90 if (!form && !pwheel) 124 if (pwheel && *pwheel && !daisy) { [all …]
|
H A D | do_align.c | 79 int do_align (printer, form, pwheel) in do_align() argument 82 *pwheel; in do_align() 264 mount_unmount (S_MOUNT, printer, NB(form), NB(pwheel));
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | daisyforms.c | 86 && (prs->pwheel = search_pwstatus(name)) in queue_pwheel() 88 prs->pwheel->requests++; in queue_pwheel() 89 check_pwheel_alert (prs->pwheel, (PWHEEL *)0); in queue_pwheel() 102 PWSTATUS * ppws = prs->pwheel; in unqueue_pwheel() 104 prs->pwheel = 0; in unqueue_pwheel() 248 #define OALERT ppws->pwheel->alert in check_pwheel_alert() 251 requests_waiting = max_requests_needing_pwheel_mounted(ppws->pwheel->name); in check_pwheel_alert() 289 ppws->pwheel = ppw; in check_pwheel_alert()
|
H A D | nodes.h | 68 PWSTATUS *pwheel; member 123 PWSTATUS *pwheel; member 147 PWHEEL *pwheel; member 173 PWSTATUS *pwheel; member
|
H A D | alerts.c | 189 fdprintf(fd, Pa_msg[0], NB(pp->pwheel->name), NB(pp->pwheel->name)); in pwformat() 193 if (p->printer->daisy && !SAME(p->pwheel_name, pp->pwheel->name) && in pwformat() 194 searchlist(pp->pwheel->name, p->printer->char_sets)) { in pwformat() 335 if ((rp->pwheel == pp) && in p_count() 341 && NewRequest->pwheel == pp in p_count()
|
H A D | disp3.c | 147 register PWSTATUS *Oppws = pps->pwheel; in remount_pwheel() 149 pps->pwheel = 0; in remount_pwheel() 179 pps->pwheel = ppws; in remount_pwheel() 695 prs->pwheel = ppws; in s_load_printwheel() 728 if (PStatus[i]->pwheel == ppws) in _unload_pwheel() 729 PStatus[i]->pwheel = 0; in _unload_pwheel() 735 if (prs->pwheel == ppws) in _unload_pwheel() 736 prs->pwheel = 0; in _unload_pwheel()
|
H A D | fncs.c | 145 result->ex.pwheel = ex; in new_exec() 360 if (pwp->pwheel) in free_pwstatus() 361 freepwheel(pwp->pwheel); in free_pwstatus() 377 result->pwheel = p; in new_pwstatus() 379 result->pwheel = calloc(1, sizeof (*result)); in new_pwstatus() 383 result->trigger = result->pwheel->alert.Q; in new_pwstatus() 532 if (SAME(PWStatus[i]->pwheel->name, name)) in search_pwstatus()
|
H A D | log.c | 204 ep->ex.pwheel->pwheel->name); in execlog()
|
H A D | exec.c | 196 PWSTATUS *pwheel; in exec() local 269 pwheel = va_arg(args, PWSTATUS *); in exec() 270 ep = pwheel->alert->exec; in exec() 953 (void)Chown (pwheel->alert->msgfile, procuid, procgid); in exec() 956 pwheel->pwheel->name, ALERTSHFILE); in exec()
|
H A D | disp1.c | 797 char *pwheel; in s_inquire_request_rank() local 808 &req_id, &user, &pwheel); in s_inquire_request_rank() 812 (pwheel ? pwheel : "NULL")); in s_inquire_request_rank() 837 if (*pwheel && !SAME(pwheel, rp->pwheel_name)) in s_inquire_request_rank()
|
H A D | dowait.c | 460 pas = ep->ex.pwheel->alert; in dowait()
|
H A D | status.c | 218 if ((pps->pwheel = ppws) != NULL) in load_pstatus()
|