copyinstr          87 compat/common/compat_util.c 		error = copyinstr(path, ptr, sz, &len);
copyinstr         284 compat/ibcs2/ibcs2_misc.c 	if (error = copyinstr((caddr_t)SCARG(uap, type), fsname, sizeof fsname,
copyinstr         116 compat/osf1/osf1_exec.c 		error = copyinstr(epp->ep_ndp->ni_dirp, emul_arg->exec_name,
copyinstr         201 compat/osf1/osf1_file.c 	    copyinstr(SCARG(uap, path), pnbuf, sizeof pnbuf, NULL) == 0)
copyinstr         284 compat/sunos/sunos_misc.c 	error = copyinstr((caddr_t)SCARG(uap, type), fsname,
copyinstr        1083 compat/sunos/sunos_misc.c 		error = copyinstr(SCARG(uap, bootstr), bs, sizeof(bs), 0);
copyinstr         158 compat/svr4/svr4_socket.c 	if ((error = copyinstr(path, e->sock.sun_path,
copyinstr         227 compat/ultrix/ultrix_fs.c 		if ((error = copyinstr(SCARG(uap, path), path,
copyinstr         391 compat/ultrix/ultrix_fs.c 		if ((error = copyinstr((caddr_t)SCARG(&nuap, path), fsname,
copyinstr          83 dev/bio.c      		error = copyinstr(locate->bl_name, name, 16, NULL);
copyinstr         314 dev/ccd.c      		error = copyinstr(cpaths[ix], tmppath,
copyinstr         729 dev/vnd.c      		if ((error = copyinstr(vio->vnd_file, vnd->sc_file,
copyinstr         203 isofs/cd9660/cd9660_vfsops.c 	(void)copyinstr(path, mp->mnt_stat.f_mntonname, MNAMELEN - 1, &size);
copyinstr         205 isofs/cd9660/cd9660_vfsops.c 	(void)copyinstr(args.fspec, mp->mnt_stat.f_mntfromname, MNAMELEN - 1,
copyinstr         181 isofs/udf/udf_vfsops.c 	copyinstr(path, mp->mnt_stat.f_mntonname, MNAMELEN - 1, &len);
copyinstr         183 isofs/udf/udf_vfsops.c 	copyinstr(args.fspec, mp->mnt_stat.f_mntfromname, MNAMELEN - 1, &len);
copyinstr         235 kern/exec_script.c 			error = copyinstr(epp->ep_name, *tmpsap++, MAXPATHLEN,
copyinstr         238 kern/exec_script.c 		error = copyinstr(epp->ep_name, *tmpsap++, MAXPATHLEN,
copyinstr         276 kern/kern_exec.c 		error = copyinstr(SCARG(uap, path), pathbuf, MAXPATHLEN,
copyinstr         356 kern/kern_exec.c 		if ((error = copyinstr(sp, dp, len, &len)) != 0) {
copyinstr         375 kern/kern_exec.c 			if ((error = copyinstr(sp, dp, len, &len)) != 0) {
copyinstr         224 kern/kern_lkm.c 	 	*error = copyinstr(name, istr, MAXLKMNAME-1, NULL);
copyinstr         858 kern/kern_prot.c 	error = copyinstr((caddr_t) SCARG(uap, namebuf),
copyinstr         116 kern/vfs_lookup.c 		error = copyinstr(ndp->ni_dirp, cnp->cn_pnbuf,
copyinstr         106 kern/vfs_syscalls.c 	error = copyinstr(SCARG(uap, path), fspath, MNAMELEN, NULL);
copyinstr         197 kern/vfs_syscalls.c 	error = copyinstr(SCARG(uap, type), fstypename, MFSNAMELEN, NULL);
copyinstr        1316 kern/vfs_syscalls.c 	error = copyinstr(SCARG(uap, path), path, MAXPATHLEN, NULL);
copyinstr         129 miscfs/portal/portal_vfsops.c 	(void) copyinstr(path, mp->mnt_stat.f_mntonname, MNAMELEN - 1, &size);
copyinstr         131 miscfs/portal/portal_vfsops.c 	(void) copyinstr(args.pa_config, mp->mnt_stat.f_mntfromname,
copyinstr         104 miscfs/procfs/procfs_vfsops.c 	(void) copyinstr(path, mp->mnt_stat.f_mntonname, MNAMELEN - 1, &size);
copyinstr         238 msdosfs/msdosfs_vfsops.c 	(void) copyinstr(path, mp->mnt_stat.f_mntonname, MNAMELEN - 1, &size);
copyinstr         240 msdosfs/msdosfs_vfsops.c 	(void) copyinstr(args.fspec, mp->mnt_stat.f_mntfromname, MNAMELEN - 1,
copyinstr        1287 net/if.c       		error = copyinstr(ifr->ifr_data, ifdescrbuf,
copyinstr        1305 net/if.c       		error = copyinstr(ifr->ifr_data, ifrtlabelbuf,
copyinstr         638 nfs/nfs_vfsops.c 	error = copyinstr(path, pth, MNAMELEN-1, &len);
copyinstr         642 nfs/nfs_vfsops.c 	error = copyinstr(args.hostname, hst, MNAMELEN-1, &len);
copyinstr         463 ntfs/ntfs_vfsops.c 		(void) copyinstr(path, mp->mnt_stat.f_mntonname, MNAMELEN - 1,
copyinstr         466 ntfs/ntfs_vfsops.c 		(void) copyinstr(args.fspec, mp->mnt_stat.f_mntfromname, 
copyinstr         199 sys/systm.h    int	copyinstr(const void *, void *, size_t, size_t *)
copyinstr         296 ufs/ext2fs/ext2fs_vfsops.c 	(void) copyinstr(path, fs->e2fs_fsmnt, sizeof(fs->e2fs_fsmnt) - 1,
copyinstr         305 ufs/ext2fs/ext2fs_vfsops.c 	(void) copyinstr(args.fspec, mp->mnt_stat.f_mntfromname, MNAMELEN - 1, 
copyinstr         387 ufs/ffs/ffs_vfsops.c 			copyinstr(args.fspec,
copyinstr         402 ufs/ffs/ffs_vfsops.c 		copyinstr(path,				/* mount point*/
copyinstr         409 ufs/ffs/ffs_vfsops.c 		copyinstr(args.fspec,			/* device name*/
copyinstr         222 ufs/mfs/mfs_vfsops.c 	(void) copyinstr(path, fs->fs_fsmnt, sizeof(fs->fs_fsmnt) - 1, &size);
copyinstr         225 ufs/mfs/mfs_vfsops.c 	(void) copyinstr(args.fspec, mp->mnt_stat.f_mntfromname, MNAMELEN - 1,
copyinstr         739 uvm/uvm_swap.c 			if ((error = copyinstr(SCARG(uap, arg), userpath,
copyinstr         320 xfs/xfs_syscalls-common.c     error = copyinstr((char *) pathptr, path, MAXPATHLEN, &count);
copyinstr         215 xfs/xfs_vfsops-common.c     error = copyinstr(user_path, path, MAXPATHLEN, &count);
copyinstr         219 xfs/xfs_vfsops-common.c     error = copyinstr(user_data, data, MAXPATHLEN, &count);