Searched refs:linux_emul_convpath (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_util.h | 55 int linux_emul_convpath(struct thread *, const char *, enum uio_seg, char **, int, int); 61 _error = linux_emul_convpath(td, upath, UIO_USERSPACE, \
|
| H A D | linux_file.c | 757 error = linux_emul_convpath(td, args->to, UIO_USERSPACE, &to, 1, AT_FDCWD); in linux_rename() 784 error = linux_emul_convpath(td, args->newname, UIO_USERSPACE, &to, 1, newdfd); in linux_renameat() 809 error = linux_emul_convpath(td, args->to, UIO_USERSPACE, &to, 1, AT_FDCWD); in linux_symlink() 835 error = linux_emul_convpath(td, args->newname, UIO_USERSPACE, &to, 1, dfd); in linux_symlinkat() 948 error = linux_emul_convpath(td, args->to, UIO_USERSPACE, &to, 1, AT_FDCWD); in linux_link() 979 error = linux_emul_convpath(td, args->newname, UIO_USERSPACE, &to, 1, newdfd); in linux_linkat()
|
| H A D | linux_util.c | 71 linux_emul_convpath(struct thread *td, const char *path, enum uio_seg pathseg, in linux_emul_convpath() function
|
| H A D | linux_emul.c | 202 linux_emul_convpath(FIRST_THREAD_IN_PROC(imgp->proc), in linux_exec_imgact_try()
|