Searched refs:access (Results 1 - 25 of 150) sorted by relevance

123456

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglamor_prepare.h27 glamor_prepare_access(DrawablePtr drawable, glamor_access_t access);
30 glamor_prepare_access_box(DrawablePtr drawable, glamor_access_t access,
37 glamor_prepare_access_picture(PicturePtr picture, glamor_access_t access);
40 glamor_prepare_access_picture_box(PicturePtr picture, glamor_access_t access,
H A Dprotocol-common.h148 Mask access);
150 Mask access);
152 int __wrap_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
153 int __real_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsfshared.h41 #define _MRX_VBOX_CONTROL_CODE(request, method, access) \
42 CTL_CODE(IOCTL_MRX_VBOX_BASE, request, method, access)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dprotocol-common.h148 Mask access);
150 Mask access);
152 int __wrap_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
153 int __real_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dprotocol-common.h145 int __wrap_dixLookupWindow(WindowPtr *win, XID id, ClientPtr client, Mask access);
146 int __real_dixLookupWindow(WindowPtr *win, XID id, ClientPtr client, Mask access);
148 int __wrap_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
149 int __real_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dprotocol-common.h145 int __wrap_dixLookupWindow(WindowPtr *win, XID id, ClientPtr client, Mask access);
146 int __real_dixLookupWindow(WindowPtr *win, XID id, ClientPtr client, Mask access);
148 int __wrap_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
149 int __real_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dprotocol-common.h145 int __wrap_dixLookupWindow(WindowPtr *win, XID id, ClientPtr client, Mask access);
146 int __real_dixLookupWindow(WindowPtr *win, XID id, ClientPtr client, Mask access);
148 int __wrap_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
149 int __real_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dprotocol-common.h145 int __wrap_dixLookupWindow(WindowPtr *win, XID id, ClientPtr client, Mask access);
146 int __real_dixLookupWindow(WindowPtr *win, XID id, ClientPtr client, Mask access);
148 int __wrap_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
149 int __real_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dprotocol-common.h145 int __wrap_dixLookupWindow(WindowPtr *win, XID id, ClientPtr client, Mask access);
146 int __real_dixLookupWindow(WindowPtr *win, XID id, ClientPtr client, Mask access);
148 int __wrap_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
149 int __real_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dprotocol-common.h145 int __wrap_dixLookupWindow(WindowPtr *win, XID id, ClientPtr client, Mask access);
146 int __real_dixLookupWindow(WindowPtr *win, XID id, ClientPtr client, Mask access);
148 int __wrap_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
149 int __real_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dprotocol-common.h148 Mask access);
150 Mask access);
152 int __wrap_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
153 int __real_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dprotocol-common.h148 Mask access);
150 Mask access);
152 int __wrap_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
153 int __real_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dprotocol-common.h148 Mask access);
150 Mask access);
152 int __wrap_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
153 int __real_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dsysctl.h106 * This describes the access space for a sysctl request. This is needed
168 #define SYSCTL_NODE(parent, nbr, name, access, handler, descr) \
170 SYSCTL_OID(parent, nbr, name, CTLTYPE_NODE|access, \
175 #define SYSCTL_NODE(parent, nbr, name, access, handler, descr)
179 #define SYSCTL_STRING(parent, nbr, name, access, arg, len, descr) \
180 SYSCTL_OID(parent, nbr, name, CTLTYPE_STRING|access, \
184 #define SYSCTL_INT(parent, nbr, name, access, ptr, val, descr) \
185 SYSCTL_OID(parent, nbr, name, CTLTYPE_INT|access, \
189 #define SYSCTL_LONG(parent, nbr, name, access, ptr, descr) \
190 SYSCTL_OID(parent, nbr, name, CTLTYPE_INT|access, \
[all...]
/vbox/src/libs/zlib-1.2.6/examples/
H A Dzran.c1 /* zran.c -- example of zlib/gzip stream indexing and random access
7 for random access of a compressed file. A file containing a zlib or gzip
9 its entirety, and an index built with access points about every SPAN bytes
14 An access point can be created at the start of any deflate block, by saving
21 a new access point. If so, that point is saved in a data structure that
34 requests for random access reads from the compressed data would try to use
39 access, mainly copying the 32K byte dictionary. So if small pieces of the
44 not be constrained to have access points at block boundaries, but requires
45 more memory per access point, and also cannot be saved to file due to the
57 #define SPAN 1048576L /* desired distance between access point
70 struct access { struct
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16io.c95 int access = O_BINARY; local
103 access |= O_RDONLY;
105 access |= O_WRONLY;
107 access |= O_RDWR;
110 access |= O_CREAT;
114 access |= O_TRUNC;
116 access |= O_APPEND;
118 access |= O_RDONLY;
123 file = (PRInt32) sopen( name, access, SH_DENYNO, rights );
586 rv = (PRInt32) access( nam
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_bufferobject.c26 packspu_MapBufferARB( GLenum target, GLenum access )
33 buffer = crStateMapBufferARB(target, access);
42 access != GL_WRITE_ONLY_ARB)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver.h63 extern int CDECL wine_server_fd_to_handle( int fd, unsigned int access, unsigned int attributes, HANDLE *handle );
64 extern int CDECL wine_server_handle_to_fd( HANDLE handle, unsigned int access, int *unix_fd, unsigned int *options );
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_bufferobject.c14 crPackMapBufferARB( GLenum target, GLenum access, argument
20 (void)access;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver.h63 extern int CDECL wine_server_fd_to_handle( int fd, unsigned int access, unsigned int attributes, HANDLE *handle );
64 extern int CDECL wine_server_handle_to_fd( HANDLE handle, unsigned int access, int *unix_fd, unsigned int *options );
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmib2.c2117 od->access = MIB_OBJECT_READ_ONLY;
2123 od->access = MIB_OBJECT_READ_ONLY;
2129 od->access = MIB_OBJECT_READ_ONLY;
2135 od->access = MIB_OBJECT_READ_WRITE;
2141 od->access = MIB_OBJECT_READ_WRITE;
2147 od->access = MIB_OBJECT_READ_WRITE;
2153 od->access = MIB_OBJECT_READ_ONLY;
2293 od->access = MIB_OBJECT_READ_ONLY;
2352 od->access = MIB_OBJECT_READ_ONLY;
2358 od->access
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmib2.c2136 od->access = MIB_OBJECT_READ_ONLY;
2142 od->access = MIB_OBJECT_READ_ONLY;
2148 od->access = MIB_OBJECT_READ_ONLY;
2154 od->access = MIB_OBJECT_READ_WRITE;
2160 od->access = MIB_OBJECT_READ_WRITE;
2166 od->access = MIB_OBJECT_READ_WRITE;
2172 od->access = MIB_OBJECT_READ_ONLY;
2315 od->access = MIB_OBJECT_READ_ONLY;
2375 od->access = MIB_OBJECT_READ_ONLY;
2381 od->access
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Gen/
H A Daccess.c2 Implementation of the Posix access() function.
27 The access() function checks the file, named by the pathname pointed to by
31 The value of Mode is either the bitwise-inclusive OR of the access
42 is indicated by errno. Values of errno specific to the access
46 access( function
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_bufferobject.c14 crServerDispatchMapBufferARB( GLenum target, GLenum access )
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_bufferobject.h36 GLenum access; member in struct:__anon16173

Completed in 139 milliseconds

123456