Searched refs:sys_getuid (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/i386/ibcs2/ |
| D | ibcs2_sysent.c | 43 { 0, (sy_call_t *)sys_getuid, AUE_GETUID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 24 = getuid */
|
| /freebsd-12-stable/sys/kern/ |
| D | kern_prot.c | 221 sys_getuid(struct thread *td, struct getuid_args *uap) in sys_getuid() function
|
| D | init_sysent.c | 76 …{ 0, (sy_call_t *)sys_getuid, AUE_GETUID, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 24 = get…
|
| /freebsd-12-stable/sys/compat/freebsd32/ |
| D | freebsd32_sysent.c | 83 …{ 0, (sy_call_t *)sys_getuid, AUE_GETUID, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 24 = get…
|
| /freebsd-12-stable/sys/sys/ |
| D | sysproto.h | 1825 int sys_getuid(struct thread *, struct getuid_args *);
|