Searched refs:linux_getuid16 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_uid16.c | 81 LIN_SDT_PROBE_DEFINE0(uid16, linux_getuid16, entry); 82 LIN_SDT_PROBE_DEFINE1(uid16, linux_getuid16, return, "int"); 304 linux_getuid16(struct thread *td, struct linux_getuid16_args *args) in linux_getuid16() function 307 LIN_SDT_PROBE0(uid16, linux_getuid16, entry); in linux_getuid16() 311 LIN_SDT_PROBE1(uid16, linux_getuid16, return, 0); in linux_getuid16()
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 44 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getuid16, .sy_auevent = AUE_GETUID, .sy_flags = 0, .…
|
| H A D | linux32_proto.h | 1661 int linux_getuid16(struct thread *, struct linux_getuid16_args *);
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 44 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getuid16, .sy_auevent = AUE_GETUID, .sy_flags = 0, .…
|
| H A D | linux_proto.h | 1654 int linux_getuid16(struct thread *, struct linux_getuid16_args *);
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_sysent.c | 44 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getuid16, .sy_auevent = AUE_GETUID, .sy_flags = 0, .…
|
| H A D | linux_proto.h | 1249 int linux_getuid16(struct thread *, struct linux_getuid16_args *);
|