HomeSort by relevance Sort by last modified time
    Searched refs:drmfd (Results 1 - 2 of 2) sorted by null

  /external/libdrm/tests/
lock.c 85 client_auth(int drmfd)
91 ret = ioctl(drmfd, DRM_IOCTL_GET_MAGIC, &auth);
101 server_auth(int drmfd)
112 ret = ioctl(drmfd, DRM_IOCTL_AUTH_MAGIC, &auth);
119 test_lock_unlock(int drmfd)
123 ret = drmGetLock(drmfd, lock1, 0);
126 ret = drmUnlock(drmfd, lock1);
133 test_unlock_unlocked(int drmfd)
137 ret = drmUnlock(drmfd, lock1);
144 test_unlock_unowned(int drmfd)
177 int drmfd, ret; local
208 int drmfd, tempfd, ret; local
    [all...]
auth.c 69 int drmfd, ret; local
74 drmfd = drm_open_any();
78 ret = ioctl(drmfd, DRM_IOCTL_GET_MAGIC, &auth);
92 int drmfd, ret; local
95 drmfd = drm_open_any_master();
98 ret = ioctl(drmfd, DRM_IOCTL_AUTH_MAGIC, &auth);
109 ret = ioctl(drmfd, DRM_IOCTL_AUTH_MAGIC, &auth);

Completed in 575 milliseconds