Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
drm_client Struct Reference

#include <drm.h>

Data Fields

int idx
 
int auth
 
unsigned long pid
 
unsigned long uid
 
unsigned long magic
 
unsigned long iocs
 

Detailed Description

DRM_IOCTL_GET_CLIENT ioctl argument type.

Definition at line 226 of file drm.h.

Field Documentation

int auth

Is client authenticated?

Definition at line 228 of file drm.h.

int idx

Which client desired?

Definition at line 227 of file drm.h.

unsigned long iocs

Ioctl count

Definition at line 232 of file drm.h.

unsigned long magic

Magic

Definition at line 231 of file drm.h.

unsigned long pid

Process ID

Definition at line 229 of file drm.h.

unsigned long uid

User ID

Definition at line 230 of file drm.h.


The documentation for this struct was generated from the following file: