Searched refs:sys_fpathconf (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_stat.c703 return sys_fpathconf(td, (struct fpathconf_args *)uap);
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c752 return sys_fpathconf(td, (struct fpathconf_args *)uap);
/freebsd-11-stable/sys/kern/
H A Dinit_sysent.c240 { AS(fpathconf_args), (sy_call_t *)sys_fpathconf, AUE_FPATHCONF, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 192 = fpathconf */
H A Dkern_descrip.c1393 sys_fpathconf(struct thread *td, struct fpathconf_args *uap) function
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c247 { AS(fpathconf_args), (sy_call_t *)sys_fpathconf, AUE_FPATHCONF, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 192 = fpathconf */
/freebsd-11-stable/sys/sys/
H A Dsysproto.h1919 int sys_fpathconf(struct thread *, struct fpathconf_args *);

Completed in 161 milliseconds