Searched refs:kern_fpathconf (Results 1 – 2 of 2) sorted by relevance
144 int kern_fpathconf(struct thread *td, int fd, int name, long *valuep);
1602 error = kern_fpathconf(td, uap->fd, uap->name, &value); in sys_fpathconf()1609 kern_fpathconf(struct thread *td, int fd, int name, long *valuep) in kern_fpathconf() function