Searched refs:squeue (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/usr.sbin/lpr/common_source/ |
| HD | matchjobs.c | 493 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()
|
| /NextBSD/sys/dev/ncr/ |
| HD | ncr.c | 1067 u_int32_t squeue [MAX_START]; member 2905 *p++ =NADDR (squeue[i]); in ncr_script_fill() 4129 np->squeue [qidx ] = NCB_SCRIPT_PHYS (np, idle); 4130 np->squeue [np->squeueput] = CCB_PHYS (cp, phys); 4612 if (np->squeue[idx] 4614 np->squeue[idx] = 4648 if (np->squeue[i] == NCB_SCRIPT_PHYS (np, skip)) { 4651 np->squeue[bidx] = np->squeue[i]; 4652 if (np->squeue[bidx] 4696 np -> squeue [i] = NCB_SCRIPT_PHYS (np, idle);
|
| /NextBSD/sys/dev/sym/ |
| HD | sym_hipd.c | 1622 u32 *squeue; /* Start queue virtual address */ member 2918 np->squeue [qidx] = cpu_to_scr(np->idletask_ba); in sym_put_start_queue() 2920 np->squeue [np->squeueput] = cpu_to_scr(cp->ccb_ba); in sym_put_start_queue() 3131 np->squeue[i] = cpu_to_scr(np->idletask_ba); in sym_init() 3132 np->squeue[i+1] = cpu_to_scr(phys + (i+2)*4); in sym_init() 3134 np->squeue[MAX_QUEUE*2-1] = cpu_to_scr(phys); in sym_init() 4573 cp = sym_ccb_from_dsa(np, scr_to_cpu(np->squeue[i])); in sym_dequeue_from_squeue() 4588 np->squeue[j] = np->squeue[i]; in sym_dequeue_from_squeue() 4594 np->squeue[j] = np->squeue[i]; in sym_dequeue_from_squeue() 8594 np->squeue = (u32 *) sym_calloc_dma(sizeof(u32)*(MAX_QUEUE*2),"SQUEUE"); [all …]
|