Searched refs:sys_fpathconf (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/sys/rump/librump/rumpkern/ |
| H A D | rumpkern_syscalls.c | 43 extern sy_call_t sys_fpathconf; 113 { 192, sys_fpathconf },
|
| /netbsd-src/sys/rump/ |
| H A D | rump.sysmap | 78 192 sys_fpathconf fpathconf rump___sysimpl_fpathconf
|
| /netbsd-src/sys/kern/ |
| H A D | sys_descrip.c | 578 sys_fpathconf(struct lwp *l, const struct sys_fpathconf_args *uap, in sys_fpathconf() function
|
| H A D | init_sysent.c | 1019 .sy_call = (sy_call_t *)sys_fpathconf
|
| /netbsd-src/sys/compat/sunos/ |
| H A D | sunos_syscallargs.h | 750 int sys_fpathconf(struct lwp *, const struct sys_fpathconf_args *, register_t *);
|
| H A D | sunos_sysent.c | 832 .sy_call = (sy_call_t *)sys_fpathconf
|
| /netbsd-src/sys/compat/freebsd/ |
| H A D | freebsd_syscallargs.h | 950 int sys_fpathconf(struct lwp *, const struct sys_fpathconf_args *, register_t *);
|
| H A D | freebsd_sysent.c | 904 .sy_call = (sy_call_t *)sys_fpathconf
|
| /netbsd-src/sys/compat/aoutm68k/ |
| H A D | aoutm68k_syscallargs.h | 1103 int sys_fpathconf(struct lwp *, const struct sys_fpathconf_args *, register_t *);
|
| H A D | aoutm68k_sysent.c | 1152 .sy_call = (sy_call_t *)sys_fpathconf
|
| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_netbsd.c | 1306 return sys_fpathconf(l, &ua, retval); in netbsd32_fpathconf()
|
| /netbsd-src/sys/sys/ |
| H A D | syscallargs.h | 1237 check_syscall_args(sys_fpathconf) 3783 int sys_fpathconf(struct lwp *, const struct sys_fpathconf_args *, register_t *);
|