/openbmc/linux/Documentation/block/ |
H A D | ioprio.rst | 76 #define __NR_ioprio_get 290 79 #define __NR_ioprio_get 274 82 #define __NR_ioprio_get 252 85 #define __NR_ioprio_get 1275 97 return syscall(__NR_ioprio_get, which, who);
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 34 #define __NR_ioprio_get 31 macro
|
H A D | unistd_64.h | 35 #define __NR_ioprio_get 31 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 35 #define __NR_ioprio_get 31 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 35 #define __NR_ioprio_get 31 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 232 #define __NR_ioprio_get 283 macro
|
H A D | unistd_32.h | 265 #define __NR_ioprio_get 283 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 256 #define __NR_ioprio_get 252 macro
|
H A D | unistd_32.h | 290 #define __NR_ioprio_get 290 macro
|
H A D | unistd_x32.h | 223 #define __NR_ioprio_get (__X32_SYSCALL_BIT + 252) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 267 #define __NR_ioprio_get 274 macro
|
H A D | unistd_32.h | 276 #define __NR_ioprio_get 274 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 99 #define __NR_ioprio_get 31 macro 100 __SYSCALL(__NR_ioprio_get, sys_ioprio_get)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 99 #define __NR_ioprio_get 31 macro 100 __SYSCALL(__NR_ioprio_get, sys_ioprio_get)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 99 #define __NR_ioprio_get 31 macro 100 __SYSCALL(__NR_ioprio_get, sys_ioprio_get)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 643 #define __NR_ioprio_get 315 macro 644 __SYSCALL(__NR_ioprio_get, sys_ioprio_get)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 277 #define __NR_ioprio_get (__NR_Linux + 274) macro
|
H A D | unistd_n32.h | 281 #define __NR_ioprio_get (__NR_Linux + 278) macro
|
H A D | unistd_o32.h | 318 #define __NR_ioprio_get (__NR_Linux + 315) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 274 #define __NR_ioprio_get (__NR_SYSCALL_BASE + 315) macro
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 401 #if defined(TARGET_NR_ioprio_get) && defined(__NR_ioprio_get) 13746 #if defined(TARGET_NR_ioprio_get) && defined(__NR_ioprio_get) in _syscall2()
|