Home
last modified time | relevance | path

Searched refs:jobqueue (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/lpr/common_source/
H A Dcommon.c112 getq(const struct printer *pp, struct jobqueue *(*namelist[])) in getq()
115 register struct jobqueue *q, **queue; in getq()
137 queue = (struct jobqueue **)malloc(arraysz * sizeof(struct jobqueue *)); in getq()
150 entrysz = sizeof(struct jobqueue) - sizeof(q->job_cfname) + in getq()
152 q = (struct jobqueue *)malloc(entrysz); in getq()
164 queue = (struct jobqueue **)reallocarray((char *)queue, in getq()
165 arraysz, 2 * sizeof(struct jobqueue *)); in getq()
176 qsort(queue, nitems, sizeof(struct jobqueue *), compar); in getq()
192 const struct jobqueue *qe1, *qe2; in compar()
194 qe1 = *(const struct jobqueue * const *)p1; in compar()
[all …]
H A Dmatchjobs.h91 struct jobqueue;
93 typedef int process_jqe(void *_myinfo, struct jobqueue *_jq,
98 int scanq_jobspec(int _qitems, struct jobqueue **_squeue, int _sopts,
H A Dmatchjobs.c62 static int match_jobspec(struct jobqueue *_jq, struct jobspec *_jspec);
401 match_jobspec(struct jobqueue *jq, struct jobspec *jspec) in match_jobspec()
493 scanq_jobspec(int qcount, struct jobqueue **squeue, int sopts, struct in scanq_jobspec()
496 struct jobqueue **qent; in scanq_jobspec()
H A Dlp.h184 struct jobqueue { struct
286 int getq(const struct printer *_pp, struct jobqueue *(*_namelist[]));
H A Ddisplayq.c94 register struct jobqueue *q; in displayq()
97 struct jobqueue **queue; in displayq()
/freebsd/usr.sbin/lpr/lpc/
H A Dmovejobs.c80 static struct jobqueue **queue;
111 touch_jqe(void *myinfo, struct jobqueue *jq, struct jobspec *jspec) in touch_jqe()
H A Dcmds.c72 static int touch(struct jobqueue *_jq);
1128 struct jobqueue **queue;
1208 touch(struct jobqueue *jq) in touch()
1228 register struct jobqueue **qq; in doarg()
/freebsd/usr.sbin/lpr/lpd/
H A Dprintjob.c149 register struct jobqueue *q, **qp; in printjob()
150 struct jobqueue **queue; in printjob()