/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | queue.c | 632 Queue[e->e_dfqgrp]->qg_qpaths[e->e_dfqdir].qp_name); 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[qgrp]->qg_nextrun, sched); 1380 for (qgrp = 0; qgrp < NumQueue && Queue[qgrp] != NULL; qgrp++) in checkqueuerunner() 1384 if (Queue[qgrp]->qg_queueintvl > 0) in checkqueuerunner() [all …]
|
H A D | main.c | 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, 2399 for (i = 0; i < NumQueue && Queue[i] != NULL; 2401 Queue[i]->qg_nextrun = (time_t) -1; 2402 Queue[qgrp]->qg_nextrun = 0; 2408 (void) run_work_group(Queue[qgrp]->qg_wgrp,
|
H A D | control.c | 372 free = freediskspace(Queue[qgrp]->qg_qdir, &bsize);
|
H A D | srvrsmtp.c | 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,
|
H A D | sendmail.h | 2004 EXTERN QUEUEGRP *Queue[MAXQUEUEGROUPS + 1]; /* queue groups */ variable
|
H A D | conf.c | 3403 if (pickqdir(Queue[i], msize, e) < 0)
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | uustat.c | 113 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) {
|
/titanic_44/usr/src/uts/common/io/yge/ |
H A D | yge.h | 404 #define Q_ADDR(Queue, Offs) (B8_Q_REGS + (Queue) + (Offs)) argument 422 #define Y2_PREF_Q_ADDR(Queue, Offs) (Y2_B8_PREF_REGS + (Queue) + (Offs)) argument 1049 #define RB_ADDR(Queue, Offs) (B16_RAM_REGS + (Queue) + (Offs)) argument
|
/titanic_44/usr/src/uts/common/io/warlock/ |
H A D | tavor.wlcmd | 82 ### Tavor Event Queue function pointers
|
H A D | hermon.wlcmd | 114 ### Hermon Event Queue function pointers
|
/titanic_44/usr/src/uts/common/os/ |
H A D | priv_defs | 183 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. 374 Queue buffer.
|
H A D | sunddi.c | 4978 real_callback_run(void *Queue) in real_callback_run() argument 4990 listid = Queue; in real_callback_run() 5009 *(uintptr_t *)Queue = (uintptr_t)list->c_nlist; in real_callback_run()
|
/titanic_44/usr/src/lib/libsecdb/ |
H A D | auth_attr.txt | 72 solaris.label.print:::View Printer Queue at All Labels::help=LabelPrint.html 83 solaris.mail.mailq:::Mail Queue::help=MailQueue.html 101 solaris.print.list:::List Jobs in Printer Queue::help=PrintList.html
|
/titanic_44/usr/src/uts/sun4u/starfire/ml/ |
H A D | idn_asm.s | 320 ! Queue is FULL. Drop interrupt.
|
/titanic_44/usr/src/cmd/sendmail/lib/ |
H A D | helpfile | 44 ehlo ETRN Remote Message Queue Starting [RFC1985]
|
/titanic_44/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/ |
H A D | mpi2_history.txt | 424 * depth for the Reply Descriptor Post Queue.
|
/titanic_44/usr/src/cmd/sendmail/cf/ |
H A D | README | 3049 are collections of queue directories with the same behaviour. Queue 3667 confQUEUE_SORT_ORDER QueueSortOrder [Priority] Queue sort algorithm: 3733 Queue Groups and ForkEachJob.
|