Home
last modified time | relevance | path

Searched refs:DM_TARGET_MSG (Results 1 – 6 of 6) sorted by relevance

/external/strace/
Ddm.c49 # ifndef DM_TARGET_MSG
50 # define DM_TARGET_MSG _IOWR(DM_IOCTL, 0x0e, struct dm_ioctl) macro
112 case DM_TARGET_MSG: in dm_decode_values()
573 case DM_TARGET_MSG: in dm_known_ioctl()
610 case DM_TARGET_MSG: in dm_ioctl()
DChangeLog11327 [!DM_TARGET_MSG] (DM_TARGET_MSG): Likewise.
/external/strace/tests-mx32/
Dioctl_dm.c563 ioctl(-1, DM_TARGET_MSG, &s); in main()
578 ioctl(-1, DM_TARGET_MSG, dm_arg); in main()
593 ioctl(-1, DM_TARGET_MSG, dm_arg); in main()
609 ioctl(-1, DM_TARGET_MSG, dm_arg); in main()
631 rc = ioctl(-1, DM_TARGET_MSG, dm_arg_msg); in main()
652 rc = ioctl(-1, DM_TARGET_MSG, dm_arg_msg); in main()
/external/strace/tests/
Dioctl_dm.c563 ioctl(-1, DM_TARGET_MSG, &s); in main()
578 ioctl(-1, DM_TARGET_MSG, dm_arg); in main()
593 ioctl(-1, DM_TARGET_MSG, dm_arg); in main()
609 ioctl(-1, DM_TARGET_MSG, dm_arg); in main()
631 rc = ioctl(-1, DM_TARGET_MSG, dm_arg_msg); in main()
652 rc = ioctl(-1, DM_TARGET_MSG, dm_arg_msg); in main()
/external/strace/tests-m32/
Dioctl_dm.c563 ioctl(-1, DM_TARGET_MSG, &s); in main()
578 ioctl(-1, DM_TARGET_MSG, dm_arg); in main()
593 ioctl(-1, DM_TARGET_MSG, dm_arg); in main()
609 ioctl(-1, DM_TARGET_MSG, dm_arg); in main()
631 rc = ioctl(-1, DM_TARGET_MSG, dm_arg_msg); in main()
652 rc = ioctl(-1, DM_TARGET_MSG, dm_arg_msg); in main()
/external/kernel-headers/original/uapi/linux/
Ddm-ioctl.h285 #define DM_TARGET_MSG _IOWR(DM_IOCTL, DM_TARGET_MSG_CMD, struct dm_ioctl) macro