Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linux/
H A Dlinux_util.h55 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 Dlinux_file.c757 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 Dlinux_util.c71 linux_emul_convpath(struct thread *td, const char *path, enum uio_seg pathseg, in linux_emul_convpath() function
H A Dlinux_emul.c202 linux_emul_convpath(FIRST_THREAD_IN_PROC(imgp->proc), in linux_exec_imgact_try()