Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/lpr/common_source/
H A Dcommon.c120 getq(const struct printer *pp, struct jobqueue *(*namelist[])) in getq()
123 register struct jobqueue *q, **queue; in getq()
145 queue = (struct jobqueue **)malloc(arraysz * sizeof(struct jobqueue *)); in getq()
158 entrysz = sizeof(struct jobqueue) - sizeof(q->job_cfname) + in getq()
160 q = (struct jobqueue *)malloc(entrysz); in getq()
172 queue = (struct jobqueue **)reallocarray((char *)queue, in getq()
173 arraysz, 2 * sizeof(struct jobqueue *)); in getq()
184 qsort(queue, nitems, sizeof(struct jobqueue *), compar); in getq()
200 const struct jobqueue *qe1, *qe2; in compar()
202 qe1 = *(const struct jobqueue * const *)p1; in compar()
[all …]
H A Dmatchjobs.h92 struct jobqueue;
94 typedef int process_jqe(void *_myinfo, struct jobqueue *_jq,
99 int scanq_jobspec(int _qitems, struct jobqueue **_squeue, int _sopts,
H A Dmatchjobs.c64 static int match_jobspec(struct jobqueue *_jq, struct jobspec *_jspec);
403 match_jobspec(struct jobqueue *jq, struct jobspec *jspec) in match_jobspec()
495 scanq_jobspec(int qcount, struct jobqueue **squeue, int sopts, struct in scanq_jobspec()
498 struct jobqueue **qent; in scanq_jobspec()
H A Dlp.h187 struct jobqueue { struct
289 int getq(const struct printer *_pp, struct jobqueue *(*_namelist[]));
H A Ddisplayq.c102 register struct jobqueue *q; in displayq()
105 struct jobqueue **queue; in displayq()
/freebsd-13.1/usr.sbin/lpr/lpc/
H A Dmovejobs.c82 static struct jobqueue **queue;
113 touch_jqe(void *myinfo, struct jobqueue *jq, struct jobspec *jspec) in touch_jqe()
H A Dcmds.c86 static int touch(struct jobqueue *_jq);
1146 struct jobqueue **queue;
1226 touch(struct jobqueue *jq) in touch()
1246 register struct jobqueue **qq; in doarg()
/freebsd-13.1/usr.sbin/lpr/lpd/
H A Dprintjob.c163 register struct jobqueue *q, **qp; in printjob()
164 struct jobqueue **queue; in printjob()