Home
last modified time | relevance | path

Searched refs:copystr (Results 1 – 10 of 10) sorted by relevance

/xnu-8020.101.4/bsd/man/man9/
H A DMakefile19 copystr.9 \
/xnu-8020.101.4/bsd/dev/i386/
H A Dstubs.c92 copystr(const void *vfrom, void *vto, size_t maxlen, size_t *lencopied) in copystr() function
/xnu-8020.101.4/bsd/dev/arm/
H A Dstubs.c69 copystr(const void *vfrom, void *vto, size_t maxlen, size_t * lencopied) in copystr() function
/xnu-8020.101.4/bsd/libkern/
H A Dlibkern.h201 int copystr(const void *kfaddr, void *kdaddr, size_t len, size_t *done);
/xnu-8020.101.4/bsd/nfs/
H A Dnfs_boot.c1288 (void) copystr(mntname, vfs_statfs(mp)->f_mntonname, MAXPATHLEN - 1, 0); in nfs_mount_diskless_private()
1289 (void) copystr(ndmntp->ndm_mntfrom, vfs_statfs(mp)->f_mntfromname, MAXPATHLEN - 1, 0); in nfs_mount_diskless_private()
H A Dnfs_vfsops.c1132 error = copystr(CAST_DOWN(void *, args.hostname), mntfrom, MAXPATHLEN - 1, &len); in nfs_convert_old_nfs_args()
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_lookup.c255 error = copystr(CAST_DOWN(void *, ndp->ni_dirp), cnp->cn_pnbuf, in namei()
H A Dvfs_syscalls.c4312 copystr(CAST_DOWN(void *, ndp->ni_dirp), in open1()
8929 error = copystr((void *)to, tobuf, MAXPATHLEN, &len); in renameat_internal()
H A Dvfs_subr.c1093 (void) copystr((const void *)devname, mp->mnt_vfsstat.f_mntfromname, MAXPATHLEN - 1, NULL); in vfs_rootmountalloc_internal()
/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c427 error = copystr(kstr, imgp->ip_strendp, space, &len); in exec_add_user_string()
502 error = copystr(kpath, imgp->ip_strings + strlen(EXECUTABLE_KEY), len, &len); in exec_save_path()