OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CS_IO_MAGIC
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/hsi/
cs-protocol.h
77
#define
CS_IO_MAGIC
'C'
79
#define CS_IOW(num,dtype) _IOW(
CS_IO_MAGIC
, num, dtype)
80
#define CS_IOR(num,dtype) _IOR(
CS_IO_MAGIC
, num, dtype)
81
#define CS_IOWR(num,dtype) _IOWR(
CS_IO_MAGIC
, num, dtype)
82
#define CS_IO(num) _IO(
CS_IO_MAGIC
, num)
/external/kernel-headers/original/uapi/linux/hsi/
cs-protocol.h
107
#define
CS_IO_MAGIC
'C'
109
#define CS_IOW(num, dtype) _IOW(
CS_IO_MAGIC
, num, dtype)
110
#define CS_IOR(num, dtype) _IOR(
CS_IO_MAGIC
, num, dtype)
111
#define CS_IOWR(num, dtype) _IOWR(
CS_IO_MAGIC
, num, dtype)
112
#define CS_IO(num) _IO(
CS_IO_MAGIC
, num)
Completed in 2191 milliseconds