Home
last modified time | relevance | path

Searched refs:sys_lpathconf (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/rump/librump/rumpvfs/
H A Drumpvfs_syscalls.c114 extern sy_call_t sys_lpathconf;
219 { 499, sys_lpathconf },
/netbsd/sys/rump/
H A Drump.sysmap222 499 sys_lpathconf lpathconf rump___sysimpl_lpathconf
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_netbsd.c1276 return sys_lpathconf(l, &ua, retval); in netbsd32_lpathconf()
/netbsd/sys/sys/
H A Dsyscallargs.h3357 check_syscall_args(sys_lpathconf)
4327 int sys_lpathconf(struct lwp *, const struct sys_lpathconf_args *, register_t *);
/netbsd/sys/kern/
H A Dinit_sysent.c2444 .sy_call = (sy_call_t *)sys_lpathconf
H A Dvfs_syscalls.c3330 sys_lpathconf(struct lwp *l, const struct sys_lpathconf_args *uap, in sys_lpathconf() function