HomeSort by: relevance | last modified time | path
    Searched refs:sys_getuid_with_euid (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
rumpkern_syscalls.c 17 extern sy_call_t sys_getuid_with_euid;
87 { 24, sys_getuid_with_euid },
  /src/sys/kern/
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) function in typeref:typename:int
init_sysent.c 257 .sy_call = (sy_call_t *)sys_getuid_with_euid
  /src/sys/compat/sunos/
sunos_syscallargs.h 504 int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
sunos_sysent.c 134 .sy_call = (sy_call_t *)sys_getuid_with_euid
  /src/sys/compat/sunos32/
sunos32_syscallargs.h 513 int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
sunos32_sysent.c 125 .sy_call = (sy_call_t *)sys_getuid_with_euid
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 653 int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
freebsd_sysent.c 143 .sy_call = (sy_call_t *)sys_getuid_with_euid
  /src/sys/compat/netbsd32/
netbsd32_sysent.c 242 .sy_call = (sy_call_t *)sys_getuid_with_euid
netbsd32_syscallargs.h 2895 int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1474 int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
linux_sysent.c 143 .sy_call = (sy_call_t *)sys_getuid_with_euid
  /src/sys/sys/
syscallargs.h 3473 int sys_getuid_with_euid(struct lwp *, const void *, register_t *);

Completed in 46 milliseconds