Searched refs:sys_getuid_with_euid (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | rumpkern_syscalls.c | 17 extern sy_call_t sys_getuid_with_euid; 87 { 24, sys_getuid_with_euid },
|
/netbsd-src/sys/kern/ |
H A D | kern_prot.c | 69 int sys_getuid_with_euid(struct lwp *, const void *, register_t *); 175 sys_getuid_with_euid(struct lwp *l, const void *v, register_t *retval) in sys_getuid_with_euid() function
|
H A D | init_sysent.c | 257 .sy_call = (sy_call_t *)sys_getuid_with_euid
|
/netbsd-src/sys/rump/ |
H A D | rump.sysmap | 15 24 sys_getuid_with_euid getuid rump___sysimpl_getuid
|
/netbsd-src/sys/compat/sunos32/ |
H A D | sunos32_sysent.c | 125 .sy_call = (sy_call_t *)sys_getuid_with_euid
|
H A D | sunos32_syscallargs.h | 513 int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
|
/netbsd-src/sys/compat/sunos/ |
H A D | sunos_syscallargs.h | 504 int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
|
H A D | sunos_sysent.c | 134 .sy_call = (sy_call_t *)sys_getuid_with_euid
|
/netbsd-src/sys/compat/freebsd/ |
H A D | freebsd_syscallargs.h | 653 int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
|
H A D | freebsd_sysent.c | 143 .sy_call = (sy_call_t *)sys_getuid_with_euid
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_sysent.c | 242 .sy_call = (sy_call_t *)sys_getuid_with_euid
|
H A D | netbsd32_syscallargs.h | 2887 int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
|
/netbsd-src/sys/compat/linux/arch/alpha/ |
H A D | linux_syscallargs.h | 1474 int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
|
H A D | linux_sysent.c | 143 .sy_call = (sy_call_t *)sys_getuid_with_euid
|
/netbsd-src/sys/sys/ |
H A D | syscallargs.h | 3473 int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
|