OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fd_scoped_permission
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
vsoc_shm.h
22
struct
fd_scoped_permission
{
struct
30
struct
fd_scoped_permission
perm;
61
#define VSOC_CREATE_FD_SCOPED_PERMISSION _IOW(0xF5, 0, struct
fd_scoped_permission
)
62
#define VSOC_GET_FD_SCOPED_PERMISSION _IOR(0xF5, 1, struct
fd_scoped_permission
)
/device/google/cuttlefish_kernel/uapi/
vsoc_shm.h
22
struct
fd_scoped_permission
{
struct
30
struct
fd_scoped_permission
perm;
61
#define VSOC_CREATE_FD_SCOPED_PERMISSION _IOW(0xF5, 0, struct
fd_scoped_permission
)
62
#define VSOC_GET_FD_SCOPED_PERMISSION _IOR(0xF5, 1, struct
fd_scoped_permission
)
/external/kernel-headers/original/uapi/linux/
vsoc_shm.h
46
* Two
fd_scoped_permission
structures are compatible if they vary only by
56
struct
fd_scoped_permission
{
struct
74
struct
fd_scoped_permission
perm;
224
_IOW(0xF5, 0, struct
fd_scoped_permission
)
225
#define VSOC_GET_FD_SCOPED_PERMISSION _IOR(0xF5, 1, struct
fd_scoped_permission
)
Completed in 472 milliseconds