Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/backup/dump/
H A Ddumptape.c96 #define SLAVES 3 macro
108 static struct slaves slaves[SLAVES]; /* one per slave */
304 for (slavep = slaves; slavep < &slaves[SLAVES]; slavep++) in alloctape()
479 for (slavep = &slaves[0]; slavep < &slaves[SLAVES]; slavep++) { in setuparchive()
590 for (slavep = &slaves[0]; slavep < &slaves[SLAVES]; slavep++) { in setupwriter()
776 if (recsout >= SLAVES) { in toslave()
827 if (++rotor >= SLAVES) { in nextslave()
846 if (recsout < SLAVES) { in flushcmds()
850 for (i = 0; i < (recsout < SLAVES ? recsout : SLAVES); i++) { in flushcmds()
1134 for (slavep = &slaves[0]; slavep < &slaves[SLAVES]; slavep++) { in just_rewind()
[all …]