OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:phm_regs
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
phantom.h
26
struct
phm_regs
{
struct
34
#define PHN_GET_REGS _IOWR(PH_IOC_MAGIC, 2, struct
phm_regs
*)
35
#define PHN_SET_REGS _IOW(PH_IOC_MAGIC, 3, struct
phm_regs
*)
39
#define PHN_GETREGS _IOWR(PH_IOC_MAGIC, 7, struct
phm_regs
)
40
#define PHN_SETREGS _IOW(PH_IOC_MAGIC, 8, struct
phm_regs
)
/external/kernel-headers/original/uapi/linux/
phantom.h
23
struct
phm_regs
{
struct
32
#define PHN_GET_REGS _IOWR(PH_IOC_MAGIC, 2, struct
phm_regs
*)
33
#define PHN_SET_REGS _IOW(PH_IOC_MAGIC, 3, struct
phm_regs
*)
40
#define PHN_GETREGS _IOWR(PH_IOC_MAGIC, 7, struct
phm_regs
)
41
#define PHN_SETREGS _IOW(PH_IOC_MAGIC, 8, struct
phm_regs
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
phantom.h
22
struct
phm_regs
{
struct
31
#define PHN_GET_REGS _IOWR(PH_IOC_MAGIC, 2, struct
phm_regs
*)
32
#define PHN_SET_REGS _IOW(PH_IOC_MAGIC, 3, struct
phm_regs
*)
39
#define PHN_GETREGS _IOWR(PH_IOC_MAGIC, 7, struct
phm_regs
)
40
#define PHN_SETREGS _IOW(PH_IOC_MAGIC, 8, struct
phm_regs
)
Completed in 530 milliseconds