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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/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...]
  /bionic/libc/kernel/uapi/linux/
dm-ioctl.h 27 struct dm_ioctl { struct
86 #define DM_IOCTL 0xfd
87 #define DM_VERSION _IOWR(DM_IOCTL, DM_VERSION_CMD, struct dm_ioctl)
88 #define DM_REMOVE_ALL _IOWR(DM_IOCTL, DM_REMOVE_ALL_CMD, struct dm_ioctl)
89 #define DM_LIST_DEVICES _IOWR(DM_IOCTL, DM_LIST_DEVICES_CMD, struct dm_ioctl)
90 #define DM_DEV_CREATE _IOWR(DM_IOCTL, DM_DEV_CREATE_CMD, struct dm_ioctl)
    [all...]
  /external/kernel-headers/original/uapi/linux/
dm-ioctl.h 103 struct dm_ioctl { struct
151 * dm_ioctl.
165 * (that follows the dm_ioctl struct) to the start of the "next"
248 #define DM_IOCTL 0xfd
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)
    [all...]

Completed in 325 milliseconds