Home
last modified time | relevance | path

Searched refs:squeue (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/lpr/common_source/
H A Dmatchjobs.c493 scanq_jobspec(int qcount, struct jobqueue **squeue, int sopts, struct in scanq_jobspec() argument
516 for (qent = squeue, cnt = 0; cnt < qcount; in scanq_jobspec()
544 for (qent = squeue, cnt = 0; cnt < qcount; in scanq_jobspec()
/freebsd/sys/dev/sym/
H A Dsym_hipd.c1615 u32 *squeue; /* Start queue virtual address */ member
2907 np->squeue [qidx] = cpu_to_scr(np->idletask_ba); in sym_put_start_queue()
2909 np->squeue [np->squeueput] = cpu_to_scr(cp->ccb_ba); in sym_put_start_queue()
3120 np->squeue[i] = cpu_to_scr(np->idletask_ba); in sym_init()
3121 np->squeue[i+1] = cpu_to_scr(phys + (i+2)*4); in sym_init()
3123 np->squeue[MAX_QUEUE*2-1] = cpu_to_scr(phys); in sym_init()
4562 cp = sym_ccb_from_dsa(np, scr_to_cpu(np->squeue[i])); in sym_dequeue_from_squeue()
4577 np->squeue[j] = np->squeue[i]; in sym_dequeue_from_squeue()
4583 np->squeue[j] = np->squeue[i]; in sym_dequeue_from_squeue()
8573 np->squeue = (u32 *) sym_calloc_dma(sizeof(u32)*(MAX_QUEUE*2),"SQUEUE");
[all …]