Searched refs:kern_fpathconf (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/fdescfs/ |
H A D | fdesc_vnops.c | 421 error = kern_fpathconf(curthread, VTOFDESC(vp)->fd_fd, in fdesc_pathconf()
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 173 int kern_fpathconf(struct thread *td, int fd, int name, long *valuep);
|
/freebsd/sys/kern/ |
H A D | kern_descrip.c | 1680 error = kern_fpathconf(td, uap->fd, uap->name, &value); in sys_fpathconf() 1687 kern_fpathconf(struct thread *td, int fd, int name, long *valuep) in kern_fpathconf() function
|