Home
last modified time | relevance | path

Searched refs:recsout (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c140 static int recsout; /* number of req's sent to slaves */ variable
733 if (recsout >= SLAVES) { in toslave()
765 ++recsout; in toslave()
796 if (recsout < SLAVES) { in flushcmds()
800 for (i = 0; i < (recsout < SLAVES ? recsout : SLAVES); i++) { in flushcmds()
1722 totalrecsout += recsout; in enslave()
1724 recsout = 0; in enslave()