HomeSort by relevance Sort by last modified time
    Searched refs:DM_IOCTL (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/linux/
dm-ioctl.h 29 struct dm_ioctl { struct
101 #define DM_IOCTL 0xfd
102 #define DM_VERSION _IOWR(DM_IOCTL, DM_VERSION_CMD, struct dm_ioctl)
104 #define DM_REMOVE_ALL _IOWR(DM_IOCTL, DM_REMOVE_ALL_CMD, struct dm_ioctl)
105 #define DM_LIST_DEVICES _IOWR(DM_IOCTL, DM_LIST_DEVICES_CMD, struct dm_ioctl)
106 #define DM_DEV_CREATE _IOWR(DM_IOCTL, DM_DEV_CREATE_CMD, struct dm_ioctl)
    [all...]
  /development/ndk/platforms/android-3/include/linux/
dm-ioctl.h 22 struct dm_ioctl { struct
101 #define DM_IOCTL 0xfd
103 #define DM_VERSION _IOWR(DM_IOCTL, DM_VERSION_CMD, struct dm_ioctl)
104 #define DM_REMOVE_ALL _IOWR(DM_IOCTL, DM_REMOVE_ALL_CMD, struct dm_ioctl)
105 #define DM_LIST_DEVICES _IOWR(DM_IOCTL, DM_LIST_DEVICES_CMD, struct dm_ioctl)
107 #define DM_DEV_CREATE _IOWR(DM_IOCTL, DM_DEV_CREATE_CMD, struct dm_ioctl)
    [all...]
  /development/ndk/platforms/android-L/include/linux/
dm-ioctl.h 29 struct dm_ioctl { struct
101 #define DM_IOCTL 0xfd
102 #define DM_VERSION _IOWR(DM_IOCTL, DM_VERSION_CMD, struct dm_ioctl)
104 #define DM_REMOVE_ALL _IOWR(DM_IOCTL, DM_REMOVE_ALL_CMD, struct dm_ioctl)
105 #define DM_LIST_DEVICES _IOWR(DM_IOCTL, DM_LIST_DEVICES_CMD, struct dm_ioctl)
106 #define DM_DEV_CREATE _IOWR(DM_IOCTL, DM_DEV_CREATE_CMD, struct dm_ioctl)
    [all...]
  /external/kernel-headers/original/uapi/linux/
dm-ioctl.h 102 struct dm_ioctl { struct
150 * dm_ioctl.
164 * (that follows the dm_ioctl struct) to the start of the "next"
246 #define DM_IOCTL 0xfd
248 #define DM_VERSION _IOWR(DM_IOCTL, DM_VERSION_CMD, struct dm_ioctl)
249 #define DM_REMOVE_ALL _IOWR(DM_IOCTL, DM_REMOVE_ALL_CMD, struct dm_ioctl)
250 #define DM_LIST_DEVICES _IOWR(DM_IOCTL, DM_LIST_DEVICES_CMD, struct dm_ioctl)
    [all...]

Completed in 364 milliseconds