Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsyscallsubr.h271 int kern_pathconf(struct thread *td, const char *path,
/freebsd/sys/kern/
H A Dvfs_syscalls.c2686 error = kern_pathconf(td, uap->path, UIO_USERSPACE, uap->name, FOLLOW, in sys_pathconf()
2705 error = kern_pathconf(td, uap->path, UIO_USERSPACE, uap->name, in sys_lpathconf()
2713 kern_pathconf(struct thread *td, const char *path, enum uio_seg pathseg, in kern_pathconf() function