Searched refs:qgrp (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | queue.c | 1343 int qgrp, cgrp, endgrp; local 1367 qgrp = WorkGrp[wgrp].wg_qgs[cgrp]->qg_index; 1368 if (Queue[qgrp]->qg_queueintvl > 0) 1369 qintvl = Queue[qgrp]->qg_queueintvl; 1375 lastsched = Queue[qgrp]->qg_nextrun; 1377 if ((runall || Queue[qgrp]->qg_nextrun <= now) && qintvl > 0) 1393 Queue[qgrp]->qg_nextrun += qintvl; 1399 wgrp, cgrp, qgrp, 1400 (long) Queue[qgrp]->qg_queueintvl, 1402 (long) Queue[qgrp]->qg_nextrun, sched); [all …]
|
H A D | control.c | 360 int qgrp; local 365 qgrp = e->e_qgrp; 366 if (!ISVALIDQGRP(qgrp)) 367 qgrp = 0; 368 free = freediskspace(Queue[qgrp]->qg_qdir, &bsize);
|
H A D | main.c | 182 int qgrp = NOQGRP; /* queue group to process */ local 1996 qgrp = name2qid(queuegroup); 1997 if (qgrp == NOQGRP) 2031 if (qgrp != NOQGRP) 2034 for (j = 0; j < Queue[qgrp]->qg_numqueues; j++) 2038 (void) print_single_queue(qgrp, j); 2071 quarantine_queue(quarantining, qgrp); 2273 if (qgrp != NOQGRP) 2286 Queue[qgrp]->qg_nextrun = 0; 2292 (void) run_work_group(Queue[qgrp]->qg_wgrp, [all …]
|
H A D | srvrsmtp.c | 3706 int i, qgrp; local 3709 qgrp = name2qid(id); 3710 if (!ISVALIDQGRP(qgrp)) 3719 Queue[qgrp]->qg_nextrun = 0; 3720 ok = run_work_group(Queue[qgrp]->qg_wgrp,
|
/freebsd/contrib/sendmail/cf/feature/ |
H A D | queuegroup.m4 | 23 R $+ @ $+ $: $>SearchList <! qgrp> $| <F:$1@$2> <D:$2> <>
|