Searched refs:kern_pathconf (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dsyscallsubr.h224 int kern_pathconf(struct thread *td, const char *path,
/freebsd-13-stable/sys/kern/
H A Dvfs_syscalls.c2533 error = kern_pathconf(td, uap->path, UIO_USERSPACE, uap->name, FOLLOW,
2552 error = kern_pathconf(td, uap->path, UIO_USERSPACE, uap->name,
2560 kern_pathconf(struct thread *td, const char *path, enum uio_seg pathseg, function

Completed in 59 milliseconds