Searched refs:Queue (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c212 ** Queue data in shared memory
632 Queue[e->e_dfqgrp]->qg_qpaths[e->e_dfqdir].qp_name);
766 ** Expand macros completely here. Queue run will deal with
1314 if (Queue[qgrp]->qg_queueintvl > 0)
1315 qintvl = Queue[qgrp]->qg_queueintvl;
1321 lastsched = Queue[qgrp]->qg_nextrun;
1323 if ((runall || Queue[qgrp]->qg_nextrun <= now) && qintvl > 0)
1339 Queue[qgrp]->qg_nextrun += qintvl;
1345 wgrp, cgrp, qgrp, Queue[qgrp]->qg_queueintvl,
1347 Queue[qgr
[all...]
H A Dcontrol.c372 free = freediskspace(Queue[qgrp]->qg_qdir, &bsize);
H A Dmain.c1943 usrerr("Queue group %s unknown", queuegroup);
1981 for (j = 0; j < Queue[qgrp]->qg_numqueues; j++)
2222 for (i = 0; i < NumQueue && Queue[i] != NULL;
2224 Queue[i]->qg_nextrun = (time_t) -1;
2225 Queue[qgrp]->qg_nextrun = 0;
2231 (void) run_work_group(Queue[qgrp]->qg_wgrp,
2239 sm_setproctitle(true, CurEnv, "Queue control");
2399 for (i = 0; i < NumQueue && Queue[i] != NULL;
2401 Queue[i]->qg_nextrun = (time_t) -1;
2402 Queue[qgr
[all...]
H A Dsrvrsmtp.c3082 usrerr("459 4.5.4 Queue %s unknown",
3086 for (i = 0; i < NumQueue && Queue[i] != NULL;
3088 Queue[i]->qg_nextrun = (time_t) -1;
3089 Queue[qgrp]->qg_nextrun = 0;
3090 ok = run_work_group(Queue[qgrp]->qg_wgrp,
3227 "Send Queue=");
H A Dsendmail.h494 ** Queue group definition structure.
522 short qg_index; /* queue number internally, index in Queue[] */
1918 ** Queue related items
1967 /* Queue Run Limitations */
2004 EXTERN QUEUEGRP *Queue[MAXQUEUEGROUPS + 1]; /* queue groups */ variable
H A Dconf.c3403 if (pickqdir(Queue[i], msize, e) < 0)
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c113 short Queue; /* == 1 if -q option set - queue summary */ variable
152 Psopt=Machines=Summary=Queue=Kill=Rejuvenate=Uopt=Sysopt=Jobcount=0;
201 Queue = Summary = 1;
269 if ((Calctime + Psopt + Machines + Queue + Kill + Rejuvenate + (Uopt|Sysopt |State)) >1) {
280 if ( !(Calctime | Kill | Rejuvenate | Uopt | Sysopt | Queue| Machines | State) ) {
932 && Queue
936 if (Queue) {
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs183 Message Queue, Semaphore Set, or Shared Memory Segment whose
191 Message Queue, Semaphore Set, or Shared Memory Segment whose
201 V IPC Message Queue, Semaphore Set, or Shared Memory Segment to
203 Message Queue, Semaphore Set, or Shared Memory Segment.
383 Queue buffer.
H A Dsunddi.c4978 real_callback_run(void *Queue) argument
4990 listid = Queue;
5009 *(uintptr_t *)Queue = (uintptr_t)list->c_nlist;
8678 * Queue the unlock request and notify i_ddi_umem_unlock thread
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h332 #define B3_RI_WTO_R1 0x0190 /* 8 bit WR Timeout Queue R1 (TO0) */
333 #define B3_RI_WTO_XA1 0x0191 /* 8 bit WR Timeout Queue XA1 (TO1) */
334 #define B3_RI_WTO_XS1 0x0192 /* 8 bit WR Timeout Queue XS1 (TO2) */
335 #define B3_RI_RTO_R1 0x0193 /* 8 bit RD Timeout Queue R1 (TO3) */
336 #define B3_RI_RTO_XA1 0x0194 /* 8 bit RD Timeout Queue XA1 (TO4) */
337 #define B3_RI_RTO_XS1 0x0195 /* 8 bit RD Timeout Queue XS1 (TO5) */
338 #define B3_RI_WTO_R2 0x0196 /* 8 bit WR Timeout Queue R2 (TO6) */
339 #define B3_RI_WTO_XA2 0x0197 /* 8 bit WR Timeout Queue XA2 (TO7) */
340 #define B3_RI_WTO_XS2 0x0198 /* 8 bit WR Timeout Queue XS2 (TO8) */
341 #define B3_RI_RTO_R2 0x0199 /* 8 bit RD Timeout Queue R
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/ml/
H A Didn_asm.s320 ! Queue is FULL. Drop interrupt.
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt335 * depth for the Reply Descriptor Post Queue.

Completed in 168 milliseconds