Searched refs:linux_emul_convpath (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_util.h | 56 int linux_emul_convpath(struct thread *, const char *, enum uio_seg, char **, int, int); 64 _error = linux_emul_convpath(td, upath, UIO_USERSPACE, \
|
| H A D | linux_util.c | 106 linux_emul_convpath(struct thread *td, const char *path, enum uio_seg pathseg, in linux_emul_convpath() function
|
| H A D | linux_file.c | 885 error = linux_emul_convpath(td, args->to, UIO_USERSPACE, &to, 1, AT_FDCWD); in linux_rename() 946 error = linux_emul_convpath(td, args->newname, UIO_USERSPACE, &to, 1, newdfd); in linux_renameat2() 970 error = linux_emul_convpath(td, args->to, UIO_USERSPACE, &to, 1, AT_FDCWD); in linux_symlink() 995 error = linux_emul_convpath(td, args->newname, UIO_USERSPACE, &to, 1, dfd); in linux_symlinkat() 1118 error = linux_emul_convpath(td, args->to, UIO_USERSPACE, &to, 1, AT_FDCWD); in linux_link() 1150 error = linux_emul_convpath(td, args->newname, UIO_USERSPACE, &to, 1, newdfd); in linux_linkat()
|
| H A D | linux_emul.c | 241 linux_emul_convpath(FIRST_THREAD_IN_PROC(imgp->proc), in linux_exec_imgact_try()
|