Searched defs:drm_client (Results 1 – 12 of 12) sorted by relevance
109 pub fn get_client(fd: BorrowedFd<'_>, idx: c_int) -> io::Result<drm_client> { in get_client()
230 struct drm_client { struct231 int idx; /**< Which client desired? */232 int auth; /**< Is client authenticated? */233 unsigned long pid; /**< Process ID */234 unsigned long uid; /**< User ID */235 unsigned long magic; /**< Magic */236 unsigned long iocs; /**< Ioctl count */
236 struct drm_client { struct237 int idx; /**< Which client desired? */238 int auth; /**< Is client authenticated? */239 unsigned long pid; /**< Process ID */240 unsigned long uid; /**< User ID */241 unsigned long magic; /**< Magic */242 unsigned long iocs; /**< Ioctl count */
79860 struct drm_client { struct79861 int idx;79862 int auth;79863 long unsigned int pid;79864 long unsigned int uid;79865 long unsigned int magic;79866 long unsigned int iocs;
85866 struct drm_client { struct85867 int idx;85868 int auth;85869 long unsigned int pid;85870 long unsigned int uid;85871 long unsigned int magic;85872 long unsigned int iocs;
134696 struct drm_client { struct134697 int idx;134698 int auth;134699 long unsigned int pid;134700 long unsigned int uid;134701 long unsigned int magic;134702 long unsigned int iocs;