Searched refs:linux_getuid16 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_uid16.c | 180 linux_getuid16(struct thread *td, struct linux_getuid16_args *args) in linux_getuid16() function
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 41 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getuid16, .sy_auevent = AUE_GETUID, .sy_flags = 0, .…
|
H A D | linux_proto.h | 1755 int linux_getuid16(struct thread *, struct linux_getuid16_args *);
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 42 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getuid16, .sy_auevent = AUE_GETUID, .sy_flags = 0, .…
|
H A D | linux32_proto.h | 1761 int linux_getuid16(struct thread *, struct linux_getuid16_args *);
|