Home
last modified time | relevance | path

Searched refs:__NR_geteuid (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmap_ops.c28 (void)syscall(__NR_geteuid); in map_pop()
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h467 #define __NR_geteuid 175 macro
468 __SYSCALL(__NR_geteuid, sys_geteuid)
/linux/samples/bpf/
H A Dmap_perf_test_user.c230 syscall(__NR_geteuid); in test_percpu_hash_prealloc()
/linux/tools/include/nolibc/
H A Dsys.h450 return __nolibc_syscall0(__NR_geteuid); in sys_getpgid()