OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UBI_CTRL_IOC_MAGIC
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/mtd/
ubi-user.h
32
#define
UBI_CTRL_IOC_MAGIC
'o'
34
#define UBI_IOCATT _IOW(
UBI_CTRL_IOC_MAGIC
, 64, struct ubi_attach_req)
35
#define UBI_IOCDET _IOW(
UBI_CTRL_IOC_MAGIC
, 65, __s32)
/external/kernel-headers/original/uapi/mtd/
ubi-user.h
165
#define
UBI_CTRL_IOC_MAGIC
'o'
168
#define UBI_IOCATT _IOW(
UBI_CTRL_IOC_MAGIC
, 64, struct ubi_attach_req)
170
#define UBI_IOCDET _IOW(
UBI_CTRL_IOC_MAGIC
, 65, __s32)
Completed in 41 milliseconds