Searched refs:kern_pathconf (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/sys/ |
| D | syscallsubr.h | 209 int kern_pathconf(struct thread *td, char *path, enum uio_seg pathseg,
|
| /freebsd-12-stable/sys/i386/ibcs2/ |
| D | ibcs2_misc.c | 746 error = kern_pathconf(td, path, UIO_SYSSPACE, uap->name, FOLLOW, in ibcs2_pathconf()
|
| /freebsd-12-stable/sys/kern/ |
| D | vfs_syscalls.c | 2443 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
|