Searched refs:kern_pathconf (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 269 int kern_pathconf(struct thread *td, const char *path,
|
/freebsd/sys/kern/ |
H A D | vfs_syscalls.c | 2631 error = kern_pathconf(td, uap->path, UIO_USERSPACE, uap->name, FOLLOW, in sys_pathconf() 2650 error = kern_pathconf(td, uap->path, UIO_USERSPACE, uap->name, in sys_lpathconf() 2658 kern_pathconf(struct thread *td, const char *path, enum uio_seg pathseg, in kern_pathconf() function
|