OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DM_IOCTL
(Results
26 - 29
of
29
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/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
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dm-ioctl.h
101
struct
dm_ioctl
{
struct
139
*
dm_ioctl
.
153
* (that follows the
dm_ioctl
struct) to the start of the "next"
236
* The
dm_ioctl
struct passed into the ioctl is just the header
245
#define DM_VERSION_32 _IOWR(
DM_IOCTL
, DM_VERSION_CMD, ioctl_struct)
246
#define DM_REMOVE_ALL_32 _IOWR(
DM_IOCTL
, DM_REMOVE_ALL_CMD, ioctl_struct)
247
#define DM_LIST_DEVICES_32 _IOWR(
DM_IOCTL
, DM_LIST_DEVICES_CMD, ioctl_struct)
249
#define DM_DEV_CREATE_32 _IOWR(
DM_IOCTL
, DM_DEV_CREATE_CMD, ioctl_struct)
250
#define DM_DEV_REMOVE_32 _IOWR(
DM_IOCTL
, DM_DEV_REMOVE_CMD, ioctl_struct)
251
#define DM_DEV_RENAME_32 _IOWR(
DM_IOCTL
, DM_DEV_RENAME_CMD, ioctl_struct
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dm-ioctl.h
101
struct
dm_ioctl
{
struct
139
*
dm_ioctl
.
153
* (that follows the
dm_ioctl
struct) to the start of the "next"
236
* The
dm_ioctl
struct passed into the ioctl is just the header
245
#define DM_VERSION_32 _IOWR(
DM_IOCTL
, DM_VERSION_CMD, ioctl_struct)
246
#define DM_REMOVE_ALL_32 _IOWR(
DM_IOCTL
, DM_REMOVE_ALL_CMD, ioctl_struct)
247
#define DM_LIST_DEVICES_32 _IOWR(
DM_IOCTL
, DM_LIST_DEVICES_CMD, ioctl_struct)
249
#define DM_DEV_CREATE_32 _IOWR(
DM_IOCTL
, DM_DEV_CREATE_CMD, ioctl_struct)
250
#define DM_DEV_REMOVE_32 _IOWR(
DM_IOCTL
, DM_DEV_REMOVE_CMD, ioctl_struct)
251
#define DM_DEV_RENAME_32 _IOWR(
DM_IOCTL
, DM_DEV_RENAME_CMD, ioctl_struct
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dm-ioctl.h
101
struct
dm_ioctl
{
struct
139
*
dm_ioctl
.
153
* (that follows the
dm_ioctl
struct) to the start of the "next"
236
* The
dm_ioctl
struct passed into the ioctl is just the header
245
#define DM_VERSION_32 _IOWR(
DM_IOCTL
, DM_VERSION_CMD, ioctl_struct)
246
#define DM_REMOVE_ALL_32 _IOWR(
DM_IOCTL
, DM_REMOVE_ALL_CMD, ioctl_struct)
247
#define DM_LIST_DEVICES_32 _IOWR(
DM_IOCTL
, DM_LIST_DEVICES_CMD, ioctl_struct)
249
#define DM_DEV_CREATE_32 _IOWR(
DM_IOCTL
, DM_DEV_CREATE_CMD, ioctl_struct)
250
#define DM_DEV_REMOVE_32 _IOWR(
DM_IOCTL
, DM_DEV_REMOVE_CMD, ioctl_struct)
251
#define DM_DEV_RENAME_32 _IOWR(
DM_IOCTL
, DM_DEV_RENAME_CMD, ioctl_struct
[
all
...]
Completed in 21 milliseconds
1
2