Home | History | Annotate | Download | only in libsa

Lines Matching defs:repl

156 	struct repl {
159 } *repl;
166 struct repl d;
176 repl = &rdata.d;
188 args, len, repl, sizeof(*repl));
189 if (cc == -1 || cc < 4 || repl->errno) {
192 args, len, repl, sizeof(*repl));
202 if (repl->errno) {
203 errno = ntohl(repl->errno);
206 fhcopy(*versionp, repl->fh, fhp);