OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GENLOCK_IOC_MAGIC
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/common/linux/
genlock.h
35
#define
GENLOCK_IOC_MAGIC
'G'
36
#define GENLOCK_IOC_NEW _IO(
GENLOCK_IOC_MAGIC
, 0)
37
#define GENLOCK_IOC_EXPORT _IOR(
GENLOCK_IOC_MAGIC
, 1, struct genlock_lock)
39
#define GENLOCK_IOC_ATTACH _IOW(
GENLOCK_IOC_MAGIC
, 2, struct genlock_lock)
40
#define GENLOCK_IOC_LOCK _IOW(
GENLOCK_IOC_MAGIC
, 3, struct genlock_lock)
41
#define GENLOCK_IOC_RELEASE _IO(
GENLOCK_IOC_MAGIC
, 4)
42
#define GENLOCK_IOC_WAIT _IOW(
GENLOCK_IOC_MAGIC
, 5, struct genlock_lock)
44
#define GENLOCK_IOC_DREADLOCK _IOW(
GENLOCK_IOC_MAGIC
, 6, struct genlock_lock)
/external/kernel-headers/original/linux/
genlock.h
34
#define
GENLOCK_IOC_MAGIC
'G'
36
#define GENLOCK_IOC_NEW _IO(
GENLOCK_IOC_MAGIC
, 0)
37
#define GENLOCK_IOC_EXPORT _IOR(
GENLOCK_IOC_MAGIC
, 1, \
39
#define GENLOCK_IOC_ATTACH _IOW(
GENLOCK_IOC_MAGIC
, 2, \
43
#define GENLOCK_IOC_LOCK _IOW(
GENLOCK_IOC_MAGIC
, 3, \
47
#define GENLOCK_IOC_RELEASE _IO(
GENLOCK_IOC_MAGIC
, 4)
48
#define GENLOCK_IOC_WAIT _IOW(
GENLOCK_IOC_MAGIC
, 5, \
50
#define GENLOCK_IOC_DREADLOCK _IOW(
GENLOCK_IOC_MAGIC
, 6, \
Completed in 363 milliseconds