Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/lpr/common_source/
HDcommon.c118 getq(const struct printer *pp, struct jobqueue *(*namelist[])) in getq()
121 register struct jobqueue *q, **queue; in getq()
143 queue = (struct jobqueue **)malloc(arraysz * sizeof(struct jobqueue *)); in getq()
156 entrysz = sizeof(struct jobqueue) - sizeof(q->job_cfname) + in getq()
158 q = (struct jobqueue *)malloc(entrysz); in getq()
171 queue = (struct jobqueue **)realloc((char *)queue, in getq()
172 arraysz * sizeof(struct jobqueue *)); in getq()
180 qsort(queue, nitems, sizeof(struct jobqueue *), compar); in getq()
196 const struct jobqueue *qe1, *qe2; in compar()
198 qe1 = *(const struct jobqueue * const *)p1; in compar()
[all …]
HDmatchjobs.h90 struct jobqueue;
92 typedef int process_jqe(void *_myinfo, struct jobqueue *_jq,
97 int scanq_jobspec(int _qitems, struct jobqueue **_squeue, int _sopts,
HDmatchjobs.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()
HDlp.h185 struct jobqueue { struct
287 int getq(const struct printer *_pp, struct jobqueue *(*_namelist[]));
HDdisplayq.c100 register struct jobqueue *q; in displayq()
103 struct jobqueue **queue; in displayq()
/NextBSD/usr.sbin/lpr/lpc/
HDmovejobs.c80 static struct jobqueue **queue;
111 touch_jqe(void *myinfo, struct jobqueue *jq, struct jobspec *jspec) in touch_jqe()
HDcmds.c84 static int touch(struct jobqueue *_jq);
1144 struct jobqueue **queue;
1224 touch(struct jobqueue *jq) in touch()
1244 register struct jobqueue **qq; in doarg()
/NextBSD/usr.sbin/lpr/lpd/
HDprintjob.c161 register struct jobqueue *q, **qp; in printjob()
162 struct jobqueue **queue; in printjob()