OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drmfd
(Results
1 - 2
of
2
) sorted by null
/external/libdrm/tests/
lock.c
86
client_auth(int
drmfd
)
92
ret = ioctl(
drmfd
, DRM_IOCTL_GET_MAGIC, &auth);
102
server_auth(int
drmfd
)
113
ret = ioctl(
drmfd
, DRM_IOCTL_AUTH_MAGIC, &auth);
120
test_lock_unlock(int
drmfd
)
124
ret = drmGetLock(
drmfd
, lock1, 0);
127
ret = drmUnlock(
drmfd
, lock1);
134
test_unlock_unlocked(int
drmfd
)
138
ret = drmUnlock(
drmfd
, lock1);
145
test_unlock_unowned(int
drmfd
)
178
int
drmfd
, ret;
local
209
int
drmfd
, tempfd, ret;
local
[
all
...]
auth.c
70
int
drmfd
, ret;
local
75
drmfd
= drm_open_any();
79
ret = ioctl(
drmfd
, DRM_IOCTL_GET_MAGIC, &auth);
93
int
drmfd
, ret;
local
96
drmfd
= drm_open_any_master();
99
ret = ioctl(
drmfd
, DRM_IOCTL_AUTH_MAGIC, &auth);
110
ret = ioctl(
drmfd
, DRM_IOCTL_AUTH_MAGIC, &auth);
Completed in 5645 milliseconds