Searched refs:pwheel (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_mount.c64 void do_mount (printer, form, pwheel)
67 *pwheel;
75 if (pwheel && (STREQU(pwheel, NAME_ANY) || STREQU(pwheel, NAME_NONE)))
76 pwheel = "";
81 if (form && !*form && pwheel && !*pwheel) {
84 pwheel = 0;
88 } else if (pwheel
[all...]
H A Ddo_align.c80 int do_align (printer, form, pwheel)
83 *pwheel;
265 mount_unmount (S_MOUNT, printer, NB(form), NB(pwheel));
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnodes.h68 PWSTATUS *pwheel; member in union:exec_node::ex
77 #define EX_PALERT 5 /* exec alert for ex.pwheel */
123 PWSTATUS *pwheel; member in struct:pstat_node
147 PWHEEL *pwheel; member in struct:pwstat_node
173 PWSTATUS *pwheel; member in struct:rstat_node
190 # define RSS_PWMAND 0x00000008 /* pwheel must be mounted */
H A Ddaisyforms.c88 && (prs->pwheel = search_pwstatus(name))
90 prs->pwheel->requests++;
91 check_pwheel_alert (prs->pwheel, (PWHEEL *)0);
104 PWSTATUS * ppws = prs->pwheel;
106 prs->pwheel = 0;
236 * of the structure "ppws->pwheel" may not be set.
250 #define OALERT ppws->pwheel->alert
253 requests_waiting = max_requests_needing_pwheel_mounted(ppws->pwheel->name);
291 ppws->pwheel = ppw;
H A Dalerts.c189 fdprintf(fd, Pa_msg[0], NB(pp->pwheel->name), NB(pp->pwheel->name));
193 if (p->printer->daisy && !SAME(p->pwheel_name, pp->pwheel->name) &&
194 searchlist(pp->pwheel->name, p->printer->char_sets)) {
335 if ((rp->pwheel == pp) &&
341 && NewRequest->pwheel == pp
H A Ddisp3.c147 register PWSTATUS *Oppws = pps->pwheel;
149 pps->pwheel = 0;
179 pps->pwheel = ppws;
413 * we can't unmount the current form/pwheel.
695 prs->pwheel = ppws;
728 if (PStatus[i]->pwheel == ppws)
729 PStatus[i]->pwheel = 0;
735 if (prs->pwheel == ppws)
736 prs->pwheel = 0;
H A Dlog.c207 ep->ex.pwheel->pwheel->name);
H A Dfncs.c145 result->ex.pwheel = ex;
360 if (pwp->pwheel)
361 freepwheel(pwp->pwheel);
377 result->pwheel = p;
379 result->pwheel = calloc(1, sizeof (*result));
383 result->trigger = result->pwheel->alert.Q;
532 if (SAME(PWStatus[i]->pwheel->name, name))
H A Ddisp1.c796 char *pwheel; local
807 &req_id, &user, &pwheel);
811 (pwheel ? pwheel : "NULL"));
836 if (*pwheel && !SAME(pwheel, rp->pwheel_name))
H A Dexec.c302 PWSTATUS *pwheel; local
375 pwheel = va_arg(args, PWSTATUS *);
376 ep = pwheel->alert->exec;
1059 (void)Chown (pwheel->alert->msgfile, procuid, procgid);
1062 pwheel->pwheel->name, ALERTSHFILE);
H A Ddowait.c462 pas = ep->ex.pwheel->alert;
H A Dstatus.c218 if ((pps->pwheel = ppws) != NULL)

Completed in 58 milliseconds