Searched refs:kern_fpathconf (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/fs/fdescfs/ |
| HD | fdesc_vnops.c | 423 error = kern_fpathconf(curthread, VTOFDESC(vp)->fd_fd, in fdesc_pathconf()
|
| /freebsd-14-stable/sys/sys/ |
| HD | syscallsubr.h | 172 int kern_fpathconf(struct thread *td, int fd, int name, long *valuep);
|
| /freebsd-14-stable/sys/kern/ |
| HD | kern_descrip.c | 1683 error = kern_fpathconf(td, uap->fd, uap->name, &value); in sys_fpathconf() 1690 kern_fpathconf(struct thread *td, int fd, int name, long *valuep) in kern_fpathconf() function
|