Home
last modified time | relevance | path

Searched refs:DixListPropAccess (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Ddixaccess.h30 #define DixListPropAccess (1<<6) /* list properties of object */ macro
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinuxint.h558 #define SELinuxReadMask (DixReadAccess|DixGetAttrAccess|DixListPropAccess| \
H A Dxselinux_ext.c413 rc = dixLookupWindow(&pWin, stuff->id, client, DixListPropAccess); in ProcSELinuxListProperties()
H A Dsecurity.c77 DixGetAttrAccess | DixReceiveAccess | DixListPropAccess |
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c862 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixListPropAccess); in ProcXListDeviceProperties()
1101 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixListPropAccess); in ProcXIListProperties()
/OK3568_Linux_fs/external/xserver/dix/
H A Dproperty.c580 rc = dixLookupWindow(&pWin, stuff->id, client, DixListPropAccess); in ProcListProperties()