Searched defs:recsout (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c139 static int recsout; /* number of req's sent to slaves */ variable
776 if (recsout >= SLAVES) {
807 ++recsout;
846 if (recsout < SLAVES) {
850 for (i = 0; i < (recsout < SLAVES ? recsout : SLAVES); i++) {
1807 totalrecsout += recsout;
1809 recsout = 0;

Completed in 51 milliseconds