/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 | 79 printflags64(uffd_api_flags, ua.ioctls, in uffdio_ioctl() 121 ur.ioctls, "UFFDIO_???"); in uffdio_ioctl()
|
D | NEWS | 490 * Implemented decoding of UBI ioctls. 542 * Implemented decoding of loop and mtd ioctls. 615 * Implemented decoding of HDIO_* and BLK* ioctls. 700 * Enhanced SIOCS* ioctls decoding. 749 * Improved output for SG_IO ioctls on Linux.
|
D | ChangeLog-CVS | 381 * sock.c [LINUX] (sock_ioctl): Parse more SIOCS* ioctls. 2518 * linux/ioctlent.sh: Build the list of ioctls defined in 2529 [LINUX] (rtc_ioctl): New function, for parsing RTC_* ioctls. 2854 * linux/ioctlent.sh: Build the list of ioctls defined in 2856 asm/ioctls.h (0x54..), linux/vt.h (0x56..), linux/videotext.h 2891 * linux/s390/ioctlent.h, linux/s390x/ioctlent.h: Update DASD ioctls. 3631 * ioctl.c (ioctl_decode) [POWERPC]: Decode term ioctls like Alpha. 3828 * linux/Makefile.in (ioctldefs.h ioctls.h): Use $(SHELL) instead of 4069 * stream.c: better decoding for timod ioctls. 4143 comment out subsequent ioctls! [all …]
|
/external/strace/tests-mx32/ |
D | ioctl_uffdio.c | 77 api_struct->ioctls &= ~(1ull<<_UFFDIO_REGISTER| in main() 80 if (api_struct->ioctls) in main() 81 printf("|%#" PRIx64, (uint64_t)api_struct->ioctls); in main() 119 register_struct->ioctls &= ~(1ull<<_UFFDIO_WAKE| in main() 122 if (register_struct->ioctls) in main() 123 printf("|%#" PRIx64, (uint64_t)register_struct->ioctls); in main()
|
/external/strace/tests-m32/ |
D | ioctl_uffdio.c | 77 api_struct->ioctls &= ~(1ull<<_UFFDIO_REGISTER| in main() 80 if (api_struct->ioctls) in main() 81 printf("|%#" PRIx64, (uint64_t)api_struct->ioctls); in main() 119 register_struct->ioctls &= ~(1ull<<_UFFDIO_WAKE| in main() 122 if (register_struct->ioctls) in main() 123 printf("|%#" PRIx64, (uint64_t)register_struct->ioctls); in main()
|
/external/strace/tests/ |
D | ioctl_uffdio.c | 77 api_struct->ioctls &= ~(1ull<<_UFFDIO_REGISTER| in main() 80 if (api_struct->ioctls) in main() 81 printf("|%#" PRIx64, (uint64_t)api_struct->ioctls); in main() 119 register_struct->ioctls &= ~(1ull<<_UFFDIO_WAKE| in main() 122 if (register_struct->ioctls) in main() 123 printf("|%#" PRIx64, (uint64_t)register_struct->ioctls); in main()
|
/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/libdrm/include/drm/ |
D | README | 92 - Not using fixed size integers - compat ioctls are broken. 123 - Broken compat ioctls. 126 - Missing RADEON_TILING_R600_NO_SCANOUT, CIK_TILE_MODE_*, broken UMS ioctls, 133 - Renamed ioctls - DRM_IOCTL_SAVAGE_{,BCI}_EVENT_EMIT, compat ioctls are broken. 137 - Borken ioctls + libdrm uses int vs kernel long 141 - Borken ioctls - libdrm int vs kernel long
|
/external/kernel-headers/original/uapi/linux/ |
D | userfaultfd.h | 114 __u64 ioctls; member 132 __u64 ioctls; member
|
/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/valgrind/docs/internals/ |
D | 3_8_BUGSTATUS.txt | 82 305170 linux: add FIOCLEX and FIONCLEX ioctls 209 309827 *add support for nvidia (nvmem) ioctls 245 312989 ioctl handling needs to do POST handling on generic ioctls and 246 needs to handle BPF ioctls 278 315952 tun/tap ioctls are not supported
|
D | 3_1_BUGSTATUS.txt | 26 low 124039 VKI_[GP]IO_UNIMAP* and VT_* ioctls 117 v5633 v5675 120728 TIOCSERGETLSR, TIOCGICOUNT, HDIO_GET_DMA ioctls
|
D | 3_11_BUGSTATUS.txt | 57 === Syscalls/ioctls on Linux =========================================== 87 === Syscalls/ioctls on OSX ============================================= 424 16077 -> 16086 Add support for Linux perf-events ioctls.
|
D | 3_12_BUGSTATUS.txt | 85 === Syscalls/ioctls on Linux =========================================== 157 === Syscalls/ioctls on OSX =============================================
|
D | 3_9_BUGSTATUS.txt | 51 === Syscalls/ioctls ====================================================
|
D | 3_2_BUGSTATUS.txt | 250 r6631 pending ?? 142186 dd support for some I2C ioctls. 429 and VT_* ioctls
|
D | 3_10_BUGSTATUS.txt | 78 === Syscalls/ioctls ====================================================
|
D | 3_3_BUGSTATUS.txt | 60 159501 MED pend incorrect handling of ALSA ioctls
|
/external/libdrm/ |
D | README | 6 for the ioctls to avoid exposing the kernel interface directly, and
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | userfaultfd.c | 690 if ((uffdio_register.ioctls & expected_ioctls) != in userfaultfd_zeropage_test() 735 if ((uffdio_register.ioctls & expected_ioctls) != in userfaultfd_events_test() 860 if ((uffdio_register.ioctls & expected_ioctls) != in userfaultfd_stress()
|
/external/valgrind/ |
D | README.android | 181 # ioctls. You can choose one of the following: 185 # may report false errors after the program performs GPU-specific ioctls.
|
D | NEWS.old | 365 138627 Enhancement support for prctl ioctls 366 138896 Add support for usb ioctls 690 120728 TIOCSERGETLSR, TIOCGICOUNT, HDIO_GET_DMA ioctls 1346 86407 Add support for low-level parallel port driver ioctls. 1440 83025 Support for ioctls FIGETBSZ and FIBMAP 1443 77022 Support for ioctls FBIOGET_VSCREENINFO and FBIOGET_FSCREENINFO 1475 * Add support for SIOCGMIIPHY, SIOCGMIIREG and SIOCSMIIREG ioctls and 1476 improve the checking of other interface related ioctls. 1553 75787 Patch for some CDROM ioctls CDORM_GET_MCN, CDROM_SEND_PACKET,
|
D | NEWS | 489 368419 Perf Events ioctls not implemented 729 312989 ioctl handling needs to do POST handling on generic ioctls and [..] 861 346416 Add support for LL_IOC_PATH2FID and LL_IOC_GETPARENT Lustre ioctls 890 349034 Add Lustre ioctls LL_IOC_GROUP_LOCK and LL_IOC_GROUP_UNLOCK 1196 315952 tun/tap ioctls are not supported 1290 334936 patch to fix false positives on alsa SNDRV_CTL_* ioctls 1310 336772 Make moans about unknown ioctls more informative 1319 338023 Add support for all V4L2/media ioctls 1537 207815 Adds some of the drm ioctls to syswrap-linux.c 1988 292627 Missing support for some SCSI ioctls [all …]
|
D | README_MISSING_SYSCALL_OR_IOCTL | 189 Unlike syscalls or ioctls, door calls transfer data between two userspace
|