Searched refs:copystr (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.41.6/bsd/man/man9/ |
| H A D | Makefile | 20 copystr.9 \
|
| /xnu-12377.41.6/bsd/dev/i386/ |
| H A D | stubs.c | 93 copystr(const void *vfrom, void *vto, size_t maxlen, size_t *lencopied) in copystr() function
|
| /xnu-12377.41.6/bsd/dev/arm/ |
| H A D | stubs.c | 70 copystr(const void *vfrom, void *vto, size_t maxlen, size_t * lencopied) in copystr() function
|
| /xnu-12377.41.6/bsd/libkern/ |
| H A D | libkern.h | 201 int copystr(const void *kfaddr, void *kdaddr, size_t len, size_t *done);
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_lookup.c | 282 error = copystr(CAST_DOWN(void *, ndp->ni_dirp), cnp->cn_pnbuf, in namei()
|
| H A D | vfs_syscalls.c | 5058 copystr(CAST_DOWN(void *, ndp->ni_dirp), in open1() 5120 copystr(CAST_DOWN(void *, ndp->ni_dirp), in open1() 10139 error = copystr((void *)to, tobuf, MAXPATHLEN, &len); in renameat_internal()
|
| H A D | vfs_subr.c | 1159 (void) copystr((const void *)devname, mp->mnt_vfsstat.f_mntfromname, MAXPATHLEN - 1, NULL); in vfs_rootmountalloc_internal()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_exec.c | 460 error = copystr(kstr, imgp->ip_strendp, space, &len); in exec_add_user_string() 535 error = copystr(kpath, imgp->ip_strings + strlen(EXECUTABLE_KEY), len, &len); in exec_save_path()
|