Searched refs:slaves (Results 1 – 1 of 1) sorted by relevance
97 struct slaves { struct108 static struct slaves slaves[SLAVES]; /* one per slave */ argument109 static struct slaves *slp; /* pointer to current slave */110 static struct slaves chkpt; /* checkpointed data */216 struct slaves *slavep; in alloctape()304 for (slavep = slaves; slavep < &slaves[SLAVES]; slavep++) in alloctape()401 struct slaves *slavep; in setuparchive()479 for (slavep = &slaves[0]; slavep < &slaves[SLAVES]; slavep++) { in setuparchive()551 struct slaves *slavep; in setupwriter()590 for (slavep = &slaves[0]; slavep < &slaves[SLAVES]; slavep++) { in setupwriter()[all …]