Home
last modified time | relevance | path

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

/freebsd/sys/fs/fdescfs/
H A Dfdesc_vnops.c421 error = kern_fpathconf(curthread, VTOFDESC(vp)->fd_fd, in fdesc_pathconf()
/freebsd/sys/sys/
H A Dsyscallsubr.h172 int kern_fpathconf(struct thread *td, int fd, int name, long *valuep);
/freebsd/sys/kern/
H A Dkern_descrip.c1682 error = kern_fpathconf(td, uap->fd, uap->name, &value); in sys_fpathconf()
1689 kern_fpathconf(struct thread *td, int fd, int name, long *valuep) in kern_fpathconf() function