Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/fs/fdescfs/
HDfdesc_vnops.c420 error = kern_fpathconf(curthread, VTOFDESC(vp)->fd_fd, in fdesc_pathconf()
/freebsd-11-stable/sys/sys/
HDsyscallsubr.h116 int kern_fpathconf(struct thread *td, int fd, int name);
/freebsd-11-stable/sys/kern/
HDkern_descrip.c1396 return (kern_fpathconf(td, uap->fd, uap->name)); in sys_fpathconf()
1400 kern_fpathconf(struct thread *td, int fd, int name) in kern_fpathconf() function