Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dsyscallsubr.h209 int kern_pathconf(struct thread *td, char *path, enum uio_seg pathseg,
/freebsd-12-stable/sys/i386/ibcs2/
Dibcs2_misc.c746 error = kern_pathconf(td, path, UIO_SYSSPACE, uap->name, FOLLOW, in ibcs2_pathconf()
/freebsd-12-stable/sys/kern/
Dvfs_syscalls.c2443 error = kern_pathconf(td, uap->path, UIO_USERSPACE, uap->name, FOLLOW, in sys_pathconf()
2462 error = kern_pathconf(td, uap->path, UIO_USERSPACE, uap->name, in sys_lpathconf()
2470 kern_pathconf(struct thread *td, char *path, enum uio_seg pathseg, int name, in kern_pathconf() function