HomeSort by: relevance | last modified time | path
    Searched defs:repl (Results 1 - 6 of 6) sorted by relevancy

  /src/sbin/mount_nfs/
getnfsargs_small.c 149 struct repl { struct in function:nfs_getrootfh
152 } *repl; local in function:nfs_getrootfh
159 struct repl d;
164 repl = &rdata.d;
175 args, len, repl, sizeof(*repl));
182 if (repl->errval)
183 return ntohl(repl->errval);
185 memcpy(nfhret->nfh, repl->fh, sizeof(repl->fh))
    [all...]
  /src/sys/lib/libsa/
bootparam.c 116 struct repl { struct in function:bp_whoami
122 } *repl; local in function:bp_whoami
129 struct repl d;
143 repl = &rdata.d;
168 repl, sizeof(*repl));
175 rpc_fromaddr(repl, &bp_server_addr, &bp_server_port);
182 bp_server_port = repl->port;
196 x = ntohl((uint32_t)repl->encap_len);
201 recv_head = (char *)repl->capsule
    [all...]
nfs.c 156 struct repl { struct in function:nfs_getrootfh
159 } *repl; local in function:nfs_getrootfh
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)
    [all...]
  /src/usr.bin/xlint/lint1/
mem1.c 79 const char *repl; member in struct:filename_replacement
97 r->repl = sep + 1;
114 (void)snprintf(buf, sizeof(buf), "%s%s", r->repl, name + r->orig_len);
  /src/usr.sbin/bad144/
bad144.c 410 daddr_t repl; local in function:shift
415 repl = size - dp->d_nsectors - 1;
426 !blkcopy(f, badsn(&curbad.bt_bad[new]), repl - new))
427 blkzero(f, repl - new);
429 if (blkcopy(f, repl - old, repl - new) == 0)
431 (long long)repl-old, (long long)repl-new);
  /src/bin/sh/
histedit.c 616 char * volatile repl; local in function:histcmd
625 repl = NULL; /* XXX gcc4 */
733 ((repl = strchr(argv[0], '=')) != NULL)) {
735 *repl++ = '\0';
738 " (%d args)\n", pat, repl, argc));
844 fc_replace(he.str, pat, repl) : he.str;

Completed in 14 milliseconds