Lines Matching refs:bcopy
139 bcopy(path, args->path, len); in nfs_getrootfh()
156 bcopy(repl->fh, fhp, sizeof(repl->fh)); in nfs_getrootfh()
197 bcopy(d->fh, args->fh, sizeof(args->fh)); in nfs_lookupfh()
201 bcopy(name, args->name, len); in nfs_lookupfh()
218 bcopy( repl->fh, &newfd->fh, sizeof(newfd->fh)); in nfs_lookupfh()
219 bcopy(&repl->fa, &newfd->fa, sizeof(newfd->fa)); in nfs_lookupfh()
244 bcopy(d->fh, sdata.fh, NFS_FHSIZE); in nfs_readlink()
261 bcopy(rdata.d.path, buf, rdata.d.len); in nfs_readlink()
290 bcopy(d->fh, args->fh, NFS_FHSIZE); in nfs_readdata()
320 bcopy(repl->data, addr, x); in nfs_readdata()
448 bcopy(cp, &namebuf[link_len], len + 1); in nfs_open()
449 bcopy(linkbuf, namebuf, link_len); in nfs_open()