Lines Matching defs:client
1546 * kernel memory. This area may be mapped into client-space by using the handle
1796 * Map all DMA buffers into client-virtual space.
1802 * \note The client may not use these buffers until obtaining buffer indices
1808 * client-visible data structures.
2015 * \param handle is set on success. To be used by the client when requesting DMA
2057 * client-side library when buffers are swapped on behalf of two threads.
2839 drm_client_t client;
2841 memclear(client);
2842 client.idx = idx;
2843 if (drmIoctl(fd, DRM_IOCTL_GET_CLIENT, &client))
2845 *auth = client.auth;
2846 *pid = client.pid;
2847 *uid = client.uid;
2848 *magic = client.magic;
2849 *iocs = client.iocs;