/external/strace/ |
D | ioctlsort.c | 107 ioctlsort(struct ioctlent *ioctls, size_t nioctls) in ioctlsort() argument 111 qsort(ioctls, nioctls, sizeof(ioctls[0]), compare_name_info); in ioctlsort() 114 if (!strcmp(ioctls[i-1].name, ioctls[i].name)) { in ioctlsort() 120 ioctls[i].info = NULL; in ioctlsort() 124 if (!ioctls[i].info) { in ioctlsort() 129 ioctls[i].dir = in ioctlsort() 130 ioctls[i].type_nr = in ioctlsort() 131 ioctls[i].size = 0xffffffffu; in ioctlsort() 134 qsort(ioctls, nioctls, sizeof(ioctls[0]), compare_code_name); in ioctlsort() 138 if (!ioctls[i].info) { in ioctlsort() [all …]
|
D | userfaultfd.c | 102 PRINT_FIELD_FLAGS(", ", ua, ioctls, uffd_api_flags, in uffdio_ioctl() 151 PRINT_FIELD_FLAGS(", ", ur, ioctls, in uffdio_ioctl()
|
/external/strace/tests-mx32/ |
D | ioctl_uffdio.c | 84 api_struct->ioctls &= ~(1ull<<_UFFDIO_REGISTER| in main() 87 if (api_struct->ioctls) in main() 88 printf("|%#" PRIx64, (uint64_t)api_struct->ioctls); in main() 126 register_struct->ioctls &= ~(1ull<<_UFFDIO_WAKE| in main() 129 if (register_struct->ioctls) in main() 130 printf("|%#" PRIx64, (uint64_t)register_struct->ioctls); in main()
|
/external/strace/tests-m32/ |
D | ioctl_uffdio.c | 84 api_struct->ioctls &= ~(1ull<<_UFFDIO_REGISTER| in main() 87 if (api_struct->ioctls) in main() 88 printf("|%#" PRIx64, (uint64_t)api_struct->ioctls); in main() 126 register_struct->ioctls &= ~(1ull<<_UFFDIO_WAKE| in main() 129 if (register_struct->ioctls) in main() 130 printf("|%#" PRIx64, (uint64_t)register_struct->ioctls); in main()
|
/external/strace/tests/ |
D | ioctl_uffdio.c | 84 api_struct->ioctls &= ~(1ull<<_UFFDIO_REGISTER| in main() 87 if (api_struct->ioctls) in main() 88 printf("|%#" PRIx64, (uint64_t)api_struct->ioctls); in main() 126 register_struct->ioctls &= ~(1ull<<_UFFDIO_WAKE| in main() 129 if (register_struct->ioctls) in main() 130 printf("|%#" PRIx64, (uint64_t)register_struct->ioctls); in main()
|
/external/libdrm/include/drm/ |
D | README | 90 - Not using fixed size integers - compat ioctls are broken. 100 - Broken compat ioctls. 103 - Missing RADEON_TILING_R600_NO_SCANOUT, CIK_TILE_MODE_*, broken UMS ioctls 109 - Renamed ioctls - DRM_IOCTL_SAVAGE_{,BCI}_EVENT_EMIT, compat ioctls are broken. 113 - Borken ioctls + libdrm uses int vs kernel long 117 - Borken ioctls - libdrm int vs kernel long
|
/external/ltp/testcases/kernel/device-drivers/rtc/ |
D | README | 6 ioctls tested :- RTC_RD_TIME. 9 ioctls tested :- RTC_ALM_SET, RTC_ALM_READ, RTC_AIE_ON, RTC_AIE_OFF. 13 ioctls tested :- RTC_UIE_ON, RTC_UIE_OFF.
|
/external/kernel-headers/original/uapi/linux/ |
D | userfaultfd.h | 181 __u64 ioctls; member 199 __u64 ioctls; member
|
/external/syzkaller/sys/linux/ |
D | uffd.txt | 28 ioctls const[0, int64] 39 ioctls const[0, int64]
|
D | socket_inet_udp.txt | 6 include <asm/ioctls.h> 50 # UDP ioctls
|
D | socket_inet_tcp.txt | 6 include <asm/ioctls.h> 128 # TCP ioctls
|
D | socket_ipx.txt | 45 # ioctls
|
D | socket_ax25.txt | 5 # TODO: describe setsockopt options and ioctls.
|
D | socket.txt | 4 include <asm/ioctls.h> 185 # Socket ioctls 187 # Since some socket ioctls are forwarded to the network device, adding device ioctls here as well.
|
D | socket_netrom.txt | 6 include <asm/ioctls.h>
|
D | fuse.txt | 4 include <asm/ioctls.h>
|
D | socket_inet.txt | 147 # IP ioctls
|
D | socket_inet6.txt | 165 # IPv6 ioctls
|
/external/linux-kselftest/tools/testing/selftests/media_tests/ |
D | regression_test.txt | 8 Run bin/unbind loop while ioctls are in progress. 38 keep ioctls going while bind/unbind runs.
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.22.txt | 23 ioctls, and allow them to be defined for non-i386 platforms.
|
D | v1.28.txt | 37 before attempting to use the ext2 ioctls. Some device drivers
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | userfaultfd.c | 893 if ((uffdio_register.ioctls & expected_ioctls) != in userfaultfd_zeropage_test() 938 if ((uffdio_register.ioctls & expected_ioctls) != in userfaultfd_events_test() 997 if ((uffdio_register.ioctls & expected_ioctls) != in userfaultfd_sig_test() 1129 if ((uffdio_register.ioctls & expected_ioctls) != in userfaultfd_stress()
|
/external/libdrm/ |
D | README | 6 for the ioctls to avoid exposing the kernel interface directly, and
|
/external/syzkaller/docs/ |
D | freebsd.md | 93 …e dropped. We need to go through syscalls and verify/fix/extend them, including devices/ioctls/etc.
|
D | netbsd.md | 130 …e dropped. We need to go through syscalls and verify/fix/extend them, including devices/ioctls/etc.
|