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