Searched defs:privates (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dprivates.h48 /* extension privates */
106 * privates system is restarted at server reset time. All other keys
107 * are expected to be statically allocated as the privates must be
120 dixGetPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) argument
123 return (char *) (*privates) + key->offset;
134 dixGetPrivate(PrivatePtr *privates, const DevPrivateKey key) argument
137 return *(void **) dixGetPrivateAddr(privates, key);
141 * Associate 'val' with 'key' in 'privates' so that later calls to
142 * dixLookupPrivate(privates, key) will return 'val'.
145 dixSetPrivate(PrivatePtr *privates, cons argument
162 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) argument
177 dixLookupPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) argument
[all...]
H A Dxf86str.h738 DevUnion * privates; /* Other privates can hook in member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dprivates.h48 /* extension privates */
114 dixGetPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) argument
117 return (char *) (*privates) + key->offset;
128 dixGetPrivate(PrivatePtr *privates, const DevPrivateKey key) argument
131 return *(void **) dixGetPrivateAddr(privates, key);
135 * Associate 'val' with 'key' in 'privates' so that later calls to
136 * dixLookupPrivate(privates, key) will return 'val'.
139 dixSetPrivate(PrivatePtr *privates, const DevPrivateKey key, pointer val) argument
142 *(pointer *) dixGetPrivateAddr(privates, key) = val;
151 * For privates wit
156 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) argument
171 dixLookupPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) argument
184 dixGetScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
190 dixGetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
196 dixSetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen, pointer val) argument
202 dixLookupScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
208 dixLookupScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
[all...]
H A Dxf86str.h726 DevUnion * privates; /* Other privates can hook in member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dprivates.h48 /* extension privates */
114 dixGetPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) argument
117 return (char *) (*privates) + key->offset;
128 dixGetPrivate(PrivatePtr *privates, const DevPrivateKey key) argument
131 return *(void **) dixGetPrivateAddr(privates, key);
135 * Associate 'val' with 'key' in 'privates' so that later calls to
136 * dixLookupPrivate(privates, key) will return 'val'.
139 dixSetPrivate(PrivatePtr *privates, const DevPrivateKey key, pointer val) argument
142 *(pointer *) dixGetPrivateAddr(privates, key) = val;
151 * For privates wit
156 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) argument
171 dixLookupPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) argument
184 dixGetScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
190 dixGetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
196 dixSetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen, pointer val) argument
202 dixLookupScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
208 dixLookupScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
[all...]
H A Dxf86str.h726 DevUnion * privates; /* Other privates can hook in member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dprivates.h48 /* extension privates */
114 dixGetPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) argument
117 return (char *) (*privates) + key->offset;
128 dixGetPrivate(PrivatePtr *privates, const DevPrivateKey key) argument
131 return *(void **) dixGetPrivateAddr(privates, key);
135 * Associate 'val' with 'key' in 'privates' so that later calls to
136 * dixLookupPrivate(privates, key) will return 'val'.
139 dixSetPrivate(PrivatePtr *privates, const DevPrivateKey key, pointer val) argument
142 *(pointer *) dixGetPrivateAddr(privates, key) = val;
151 * For privates wit
156 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) argument
171 dixLookupPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) argument
184 dixGetScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
190 dixGetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
196 dixSetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen, pointer val) argument
202 dixLookupScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
208 dixLookupScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
[all...]
H A Dxf86str.h723 DevUnion * privates; /* Other privates can hook in member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dprivates.h48 /* extension privates */
120 dixGetPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) argument
123 return (char *) (*privates) + key->offset;
134 dixGetPrivate(PrivatePtr *privates, const DevPrivateKey key) argument
137 return *(void **) dixGetPrivateAddr(privates, key);
141 * Associate 'val' with 'key' in 'privates' so that later calls to
142 * dixLookupPrivate(privates, key) will return 'val'.
145 dixSetPrivate(PrivatePtr *privates, const DevPrivateKey key, void *val) argument
148 *(void **) dixGetPrivateAddr(privates, key) = val;
157 * For privates wit
162 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) argument
177 dixLookupPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) argument
192 dixGetScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
199 dixGetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
206 dixSetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen, void *val) argument
213 dixLookupScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
220 dixLookupScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
[all...]
H A Dxf86str.h736 DevUnion *privates; /* Other privates can hook in member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dprivates.h48 /* extension privates */
120 dixGetPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) argument
123 return (char *) (*privates) + key->offset;
134 dixGetPrivate(PrivatePtr *privates, const DevPrivateKey key) argument
137 return *(void **) dixGetPrivateAddr(privates, key);
141 * Associate 'val' with 'key' in 'privates' so that later calls to
142 * dixLookupPrivate(privates, key) will return 'val'.
145 dixSetPrivate(PrivatePtr *privates, const DevPrivateKey key, void *val) argument
148 *(void **) dixGetPrivateAddr(privates, key) = val;
157 * For privates wit
162 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) argument
177 dixLookupPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) argument
192 dixGetScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
199 dixGetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
206 dixSetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen, void *val) argument
213 dixLookupScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
220 dixLookupScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
[all...]
H A Dxf86str.h735 DevUnion *privates; /* Other privates can hook in member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dprivates.h48 /* extension privates */
121 dixGetPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) argument
124 return (char *) (*privates) + key->offset;
135 dixGetPrivate(PrivatePtr *privates, const DevPrivateKey key) argument
138 return *(void **) dixGetPrivateAddr(privates, key);
142 * Associate 'val' with 'key' in 'privates' so that later calls to
143 * dixLookupPrivate(privates, key) will return 'val'.
146 dixSetPrivate(PrivatePtr *privates, const DevPrivateKey key, pointer val) argument
149 *(pointer *) dixGetPrivateAddr(privates, key) = val;
158 * For privates wit
163 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) argument
178 dixLookupPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) argument
193 dixGetScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
200 dixGetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
207 dixSetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen, pointer val) argument
214 dixLookupScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
221 dixLookupScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
[all...]
H A Dxf86str.h735 DevUnion *privates; /* Other privates can hook in member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dprivates.h48 /* extension privates */
121 dixGetPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) argument
124 return (char *) (*privates) + key->offset;
135 dixGetPrivate(PrivatePtr *privates, const DevPrivateKey key) argument
138 return *(void **) dixGetPrivateAddr(privates, key);
142 * Associate 'val' with 'key' in 'privates' so that later calls to
143 * dixLookupPrivate(privates, key) will return 'val'.
146 dixSetPrivate(PrivatePtr *privates, const DevPrivateKey key, pointer val) argument
149 *(pointer *) dixGetPrivateAddr(privates, key) = val;
158 * For privates wit
163 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) argument
178 dixLookupPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) argument
193 dixGetScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
200 dixGetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
207 dixSetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen, pointer val) argument
214 dixLookupScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
221 dixLookupScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
[all...]
H A Dxf86str.h735 DevUnion *privates; /* Other privates can hook in member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dprivates.h48 /* extension privates */
120 dixGetPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) argument
123 return (char *) (*privates) + key->offset;
134 dixGetPrivate(PrivatePtr *privates, const DevPrivateKey key) argument
137 return *(void **) dixGetPrivateAddr(privates, key);
141 * Associate 'val' with 'key' in 'privates' so that later calls to
142 * dixLookupPrivate(privates, key) will return 'val'.
145 dixSetPrivate(PrivatePtr *privates, const DevPrivateKey key, pointer val) argument
148 *(pointer *) dixGetPrivateAddr(privates, key) = val;
157 * For privates wit
162 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) argument
177 dixLookupPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) argument
192 dixGetScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
199 dixGetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
206 dixSetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen, pointer val) argument
213 dixLookupScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
220 dixLookupScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) argument
[all...]
H A Dxf86str.h735 DevUnion *privates; /* Other privates can hook in member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86str.h752 DevUnion * privates; /* Other privates can hook in member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86str.h739 DevUnion * privates; /* Other privates can hook in member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86str.h832 DevUnion * privates; /* Other privates can hook in member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86str.h943 DevUnion * privates; /* Other privates can hook in member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86str.h943 DevUnion * privates; /* Other privates can hook in member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86str.h935 DevUnion * privates; /* Other privates can hook in member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86str.h917 DevUnion * privates; /* Other privates can hook in member in struct:_ScrnInfoRec

Completed in 163 milliseconds

12