Searched refs:squeue (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/usr.sbin/lpr/common_source/ |
| HD | matchjobs.c | 507 scanq_jobspec(int qcount, struct jobqueue **squeue, int sopts, struct in scanq_jobspec() argument 530 for (qent = squeue, cnt = 0; cnt < qcount; in scanq_jobspec() 558 for (qent = squeue, cnt = 0; cnt < qcount; in scanq_jobspec()
|
| /dragonfly/sys/dev/disk/ncr/ |
| HD | ncr.c | 1081 u_int32_t squeue [MAX_START]; member 2926 *p++ =NADDR (squeue[i]); in ncr_script_fill() 4148 np->squeue [qidx ] = NCB_SCRIPT_PHYS (np, idle); 4149 np->squeue [np->squeueput] = CCB_PHYS (cp, phys); 4659 if (np->squeue[idx] 4661 np->squeue[idx] = 4695 if (np->squeue[i] == NCB_SCRIPT_PHYS (np, skip)) { 4698 np->squeue[bidx] = np->squeue[i]; 4699 if (np->squeue[bidx] 4742 np -> squeue [i] = NCB_SCRIPT_PHYS (np, idle);
|
| /dragonfly/sys/dev/disk/sym/ |
| HD | sym_hipd.c | 1632 u32 *squeue; /* Start queue virtual address */ member 2937 np->squeue [qidx] = cpu_to_scr(np->idletask_ba); in sym_put_start_queue() 2939 np->squeue [np->squeueput] = cpu_to_scr(cp->ccb_ba); in sym_put_start_queue() 3151 np->squeue[i] = cpu_to_scr(np->idletask_ba); in sym_init() 3152 np->squeue[i+1] = cpu_to_scr(phys + (i+2)*4); in sym_init() 3154 np->squeue[MAX_QUEUE*2-1] = cpu_to_scr(phys); in sym_init() 4597 cp = sym_ccb_from_dsa(np, scr_to_cpu(np->squeue[i])); in sym_dequeue_from_squeue() 4612 np->squeue[j] = np->squeue[i]; in sym_dequeue_from_squeue() 4618 np->squeue[j] = np->squeue[i]; in sym_dequeue_from_squeue() 8707 np->squeue = (u32 *) sym_calloc_dma(sizeof(u32)*(MAX_QUEUE*2),"SQUEUE"); [all …]
|