/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/ |
H A D | 0001-selftests-timers-Fix-clock_adjtime-for-newer-32-bit-.patch | 7 from get go, they have not wired __NR_clock_adjtime at all 27 +#if !defined(__NR_clock_adjtime) && defined(__NR_clock_adjtime64) 30 return syscall(__NR_clock_adjtime, id, tx);
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 254 #define __NR_clock_adjtime 266 macro
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_64.h | 255 #define __NR_clock_adjtime 266 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 251 #define __NR_clock_adjtime 266 macro
|
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | valid-adjtimex.c | 42 return syscall(__NR_clock_adjtime, id, tx); in clock_adjtime()
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 286 #define __NR_clock_adjtime 337 macro
|
H A D | unistd_32.h | 319 #define __NR_clock_adjtime 337 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 309 #define __NR_clock_adjtime 305 macro
|
H A D | unistd_32.h | 343 #define __NR_clock_adjtime 343 macro
|
H A D | unistd_x32.h | 268 #define __NR_clock_adjtime (__X32_SYSCALL_BIT + 305) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 340 #define __NR_clock_adjtime 347 macro
|
H A D | unistd_32.h | 349 #define __NR_clock_adjtime 347 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 647 #define __NR_clock_adjtime 266 macro 648 __SC_3264(__NR_clock_adjtime, sys_clock_adjtime32, sys_clock_adjtime)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 647 #define __NR_clock_adjtime 266 macro 648 __SC_3264(__NR_clock_adjtime, sys_clock_adjtime32, sys_clock_adjtime)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 647 #define __NR_clock_adjtime 266 macro 648 __SC_3264(__NR_clock_adjtime, sys_clock_adjtime32, sys_clock_adjtime)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 757 #define __NR_clock_adjtime 372 macro 758 __SYSCALL(__NR_clock_adjtime, sys_clock_adjtime32)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 303 #define __NR_clock_adjtime (__NR_Linux + 300) macro
|
H A D | unistd_n32.h | 308 #define __NR_clock_adjtime (__NR_Linux + 305) macro
|
H A D | unistd_o32.h | 344 #define __NR_clock_adjtime (__NR_Linux + 341) macro
|
/openbmc/linux/tools/testing/selftests/ptp/ |
H A D | testptp.c | 45 return syscall(__NR_clock_adjtime, id, tx); in clock_adjtime()
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 331 #define __NR_clock_adjtime (__NR_SYSCALL_BASE + 372) macro
|