Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsyscallsubr.h144 int kern_fpathconf(struct thread *td, int fd, int name, long *valuep);
/f-stack/freebsd/kern/
H A Dkern_descrip.c1602 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