Home
last modified time | relevance | path

Searched refs:iocs (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/libva/va/drm/
Dva_drm_auth.c54 unsigned long magic, iocs; in va_drm_is_authenticated() local
59 if (drmGetClient(fd, i, &auth, &pid, &uid, &magic, &iocs) != 0) in va_drm_is_authenticated()
/hardware/intel/img/libdrm/tests/
Ddristat.c124 unsigned long iocs; in getclients() local
132 for (i = 0; !drmGetClient(fd, i, &auth, &pid, &uid, &magic, &iocs); i++) { in getclients()
144 auth ? 'y' : 'n', pid, uid, magic, iocs, cmd); in getclients()
147 auth ? 'y' : 'n', pid, uid, magic, iocs); in getclients()
/hardware/intel/img/libdrm/shared-core/
Ddrm.h294 unsigned long iocs; /**< Ioctl count */ member
/hardware/intel/img/libdrm/libdrm/
Dxf86drm.c2151 unsigned long *magic, unsigned long *iocs) in drmGetClient() argument
2162 *iocs = client.iocs; in drmGetClient()
Dxf86drm.h534 unsigned long *iocs);