Home
last modified time | relevance | path

Searched refs:linux_emul_convpath (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/compat/linux/
H A Dlinux_util.h56 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 Dlinux_util.c106 linux_emul_convpath(struct thread *td, const char *path, enum uio_seg pathseg, in linux_emul_convpath() function
H A Dlinux_file.c885 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 Dlinux_emul.c241 linux_emul_convpath(FIRST_THREAD_IN_PROC(imgp->proc), in linux_exec_imgact_try()