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

/freebsd-10-stable/sbin/dump/
H A Dtape.c93 #define SLAVES 3 /* 1 slave writing, 1 reading, 1 for slack */ macro
105 } slaves[SLAVES+1];
141 for (i = 0; i <= SLAVES; i++) {
240 if (++slp >= &slaves[SLAVES])
260 for (i = 0; i < SLAVES; i++) {
308 for (f = 0; f < SLAVES; f++) {
396 tslp = &slaves[SLAVES];
402 * (slaves[SLAVES]) to construct request lists to be sent to
405 for (i = 0; i < SLAVES; i++) {
447 if (++slp >= &slaves[SLAVES])
[all...]

Completed in 41 milliseconds