Home
last modified time | relevance | path

Searched refs:dm_ioctl (Results 1 – 7 of 7) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Ddm-ioctl.h103 struct dm_ioctl { struct
250 #define DM_VERSION _IOWR(DM_IOCTL, DM_VERSION_CMD, struct dm_ioctl)
251 #define DM_REMOVE_ALL _IOWR(DM_IOCTL, DM_REMOVE_ALL_CMD, struct dm_ioctl)
252 #define DM_LIST_DEVICES _IOWR(DM_IOCTL, DM_LIST_DEVICES_CMD, struct dm_ioctl)
254 #define DM_DEV_CREATE _IOWR(DM_IOCTL, DM_DEV_CREATE_CMD, struct dm_ioctl)
255 #define DM_DEV_REMOVE _IOWR(DM_IOCTL, DM_DEV_REMOVE_CMD, struct dm_ioctl)
256 #define DM_DEV_RENAME _IOWR(DM_IOCTL, DM_DEV_RENAME_CMD, struct dm_ioctl)
257 #define DM_DEV_SUSPEND _IOWR(DM_IOCTL, DM_DEV_SUSPEND_CMD, struct dm_ioctl)
258 #define DM_DEV_STATUS _IOWR(DM_IOCTL, DM_DEV_STATUS_CMD, struct dm_ioctl)
259 #define DM_DEV_WAIT _IOWR(DM_IOCTL, DM_DEV_WAIT_CMD, struct dm_ioctl)
[all …]
/external/strace/
Ddm.c47 # define DM_LIST_VERSIONS _IOWR(DM_IOCTL, 0x0d, struct dm_ioctl)
50 # define DM_TARGET_MSG _IOWR(DM_IOCTL, 0x0e, struct dm_ioctl)
53 # define DM_DEV_SET_GEOMETRY _IOWR(DM_IOCTL, 0x0f, struct dm_ioctl)
56 # define DM_DEV_ARM_POLL _IOWR(DM_IOCTL, 0x10, struct dm_ioctl)
61 dm_decode_device(const unsigned int code, const struct dm_ioctl *ioc) in dm_decode_device()
84 const struct dm_ioctl *ioc) in dm_decode_values()
124 dm_decode_flags(const struct dm_ioctl *ioc) in dm_decode_flags()
131 const struct dm_ioctl *const ioc) in dm_decode_dm_target_spec()
205 const struct dm_ioctl *const ioc) in dm_decode_dm_target_deps()
253 const struct dm_ioctl *const ioc) in dm_decode_dm_name_list()
[all …]
Dioctl.c322 return dm_ioctl(tcp, code, arg); in ioctl_decode()
DChangeLog11330 (dm_ioctl_has_params, dm_ioctl): Handle DM_DEV_ARM_POLL.
12070 * dm.c (dm_ioctl): Return RVAL_DECODED instead of 0 if command can't be
16641 dm: fix diagnostics about misplaced parts of struct dm_ioctl.
16645 diagnostics about various misplaced parts of struct dm_ioctl.
21397 * dm.c (dm_known_ioctl, dm_ioctl): Likewise.
21829 (dm_ioctl, file_ioctl, fs_x_ioctl, loop_ioctl, ptp_ioctl, scsi_ioctl,
24115 * defs.h (dm_ioctl): New prototype.
24116 * ioctl.c (ioctl_decode) [HAVE_LINUX_DM_IOCTL_H]: Call dm_ioctl
/external/strace/tests-mx32/
Dioctl_dm.c57 # define DM_DEV_ARM_POLL _IOWR(DM_IOCTL, 0x10, struct dm_ioctl)
70 offsetof(struct dm_ioctl, data);
73 struct dm_ioctl ioc;
88 struct dm_ioctl ioc;
112 struct dm_ioctl ioc;
125 init_s(struct dm_ioctl *s, size_t size, size_t offs) in init_s()
191 struct dm_ioctl *unaligned_dm_arg = in main()
192 tail_alloc(offsetof(struct dm_ioctl, data)); in main()
193 struct dm_ioctl *dm_arg = in main()
194 tail_alloc(ALIGNED_OFFSET(struct dm_ioctl, data)); in main()
[all …]
/external/strace/tests-m32/
Dioctl_dm.c57 # define DM_DEV_ARM_POLL _IOWR(DM_IOCTL, 0x10, struct dm_ioctl)
70 offsetof(struct dm_ioctl, data);
73 struct dm_ioctl ioc;
88 struct dm_ioctl ioc;
112 struct dm_ioctl ioc;
125 init_s(struct dm_ioctl *s, size_t size, size_t offs) in init_s()
191 struct dm_ioctl *unaligned_dm_arg = in main()
192 tail_alloc(offsetof(struct dm_ioctl, data)); in main()
193 struct dm_ioctl *dm_arg = in main()
194 tail_alloc(ALIGNED_OFFSET(struct dm_ioctl, data)); in main()
[all …]
/external/strace/tests/
Dioctl_dm.c57 # define DM_DEV_ARM_POLL _IOWR(DM_IOCTL, 0x10, struct dm_ioctl)
70 offsetof(struct dm_ioctl, data);
73 struct dm_ioctl ioc;
88 struct dm_ioctl ioc;
112 struct dm_ioctl ioc;
125 init_s(struct dm_ioctl *s, size_t size, size_t offs) in init_s()
191 struct dm_ioctl *unaligned_dm_arg = in main()
192 tail_alloc(offsetof(struct dm_ioctl, data)); in main()
193 struct dm_ioctl *dm_arg = in main()
194 tail_alloc(ALIGNED_OFFSET(struct dm_ioctl, data)); in main()
[all …]