Home
last modified time | relevance | path

Searched refs:region_info_user (Results 1 – 4 of 4) sorted by relevance

/external/strace/linux/
Dmtd-abi.h135 struct region_info_user { struct
170 #define MEMGETREGIONINFO _IOWR('M', 8, struct region_info_user)
/external/kernel-headers/original/uapi/mtd/
Dmtd-abi.h136 struct region_info_user { struct
171 #define MEMGETREGIONINFO _IOWR('M', 8, struct region_info_user)
Dmtd-user.h28 typedef struct region_info_user region_info_t;
/external/strace/
Dmtd.c112 struct region_info_user rinfo; in mtd_ioctl()