Searched defs:map (Results 26 - 50 of 189) sorted by relevance

12345678

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxselinuxint.h144 static struct security_class_mapping map[] = { variable in typeref:struct:security_class_mapping
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxselinuxint.h144 static struct security_class_mapping map[] = { variable in typeref:struct:security_class_mapping
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxselinuxint.h144 static struct security_class_mapping map[] = { variable in typeref:struct:security_class_mapping
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfcoe.h44 struct fcoe_map map; member in struct:fcoe_mac
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_xlator.c103 dt_xlator_t **map; local
115 if ((map = dt_alloc(dtp, sizeof (void *) * (dxp->dx_id + 1))) == NULL) {
121 bcopy(dtp->dt_xlatormap, map, sizeof (void *) * dxp->dx_id);
123 dtp->dt_xlatormap = map;
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dvfsmod.h38 VBSFMAP map; member in struct:sf_glob_info
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_prov.h72 VBSFMAP map; /* guest<->host mapping */ member in struct:spf_mount_t
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsf.h82 /* The shared folder map handle of this netroot. */
83 VBSFMAP map; member in struct:_MRX_VBOX_NETROOT_EXTENSION
/vbox/src/VBox/Additions/freebsd/vboxvfs/
H A Dvboxvfs.h56 VBSFMAP map; member in struct:sf_glob_info
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_pixel.c203 void STATE_APIENTRY crStatePixelMapfv (GLenum map, GLint mapsize, const GLfloat * values) argument
224 if (map >= GL_PIXEL_MAP_S_TO_S && map <= GL_PIXEL_MAP_I_TO_A) {
228 switch (map) {
304 crStateError(__LINE__, __FILE__, GL_INVALID_VALUE, "PixelMap(map)");
312 void STATE_APIENTRY crStatePixelMapuiv (GLenum map, GLint mapsize, const GLuint * values) argument
319 if (map==GL_PIXEL_MAP_I_TO_I || map==GL_PIXEL_MAP_S_TO_S) {
329 crStatePixelMapfv(map, mapsize, fvalues);
333 crStatePixelMapfv(map, mapsiz
337 crStatePixelMapusv(GLenum map, GLint mapsize, const GLushort * values) argument
363 crStateGetPixelMapfv(GLenum map, GLfloat * values) argument
416 crStateGetPixelMapuiv(GLenum map, GLuint * values) argument
486 crStateGetPixelMapusv(GLenum map, GLushort * values) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dsec80211.c164 * @v map Descriptor map to use
168 * @ret map_ent Descriptor map entry of translation to use
186 struct descriptor_map *map,
194 size_t tbl_stride = ( map == rsn_cipher_map ?
198 if ( map != rsn_cipher_map && map != rsn_akm_map )
206 if ( map == rsn_cipher_map )
239 for ( map_ent = map; map_ent->oui_type != END_MAGIC; map_ent++ )
345 struct descriptor_map *map; local
185 rsn_pick_desc( u8 **rsnp, u8 *rsn_end, struct descriptor_map *map, void *tbl_start, void *tbl_end ) argument
509 struct descriptor_map *map = rsn_cipher_map; local
[all...]
/vbox/src/VBox/Additions/x11/vboxmouse/
H A Dvboxmouse.c103 CARD8 map[2] = { 0, 1 }; local
106 if (!InitPointerDeviceStruct((DevicePtr)device, map, 2,
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86OSKbd.h34 unsigned char *map; member in struct:__anon3142
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dnouveau_private.h84 volatile void *map; member in struct:nouveau_notifier_priv
110 void *map; member in struct:nouveau_bo_priv
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/vbo/
H A Dvbo_exec.h54 struct gl_1d_map *map; member in struct:vbo_exec_eval1_map
59 struct gl_2d_map *map; member in struct:vbo_exec_eval2_map
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddixstruct.h67 Bool map; member in struct:_saveSet
71 #define SaveSetShouldMap(ss) ((ss).map)
74 #define SaveSetAssignMap(ss,m) ((ss).map = (m))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddixstruct.h67 Bool map; member in struct:_saveSet
71 #define SaveSetShouldMap(ss) ((ss).map)
74 #define SaveSetAssignMap(ss,m) ((ss).map = (m))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dinput.h121 KeySym *map; member in struct:__anon7415
212 CARD8* /*map*/);
293 CARD8* /*map*/,
H A Dxf86OSKbd.h56 unsigned char *map; member in struct:__anon7531
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dinput.h125 KeySym *map; member in struct:__anon7791
227 CARD8* /*map*/);
311 CARD8* /*map*/,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dinput.h125 KeySym *map; member in struct:__anon8152
222 CARD8* /*map*/);
306 CARD8* /*map*/,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddixstruct.h70 Bool map; member in struct:_saveSet
74 #define SaveSetShouldMap(ss) ((ss).map)
77 #define SaveSetAssignMap(ss,m) ((ss).map = (m))
H A Dxselinux.h162 static struct security_class_mapping map[] = { variable in typeref:struct:security_class_mapping
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddixstruct.h70 Bool map; member in struct:_saveSet
74 #define SaveSetShouldMap(ss) ((ss).map)
77 #define SaveSetAssignMap(ss,m) ((ss).map = (m))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddixstruct.h70 Bool map; member in struct:_saveSet
74 #define SaveSetShouldMap(ss) ((ss).map)
77 #define SaveSetAssignMap(ss,m) ((ss).map = (m))

Completed in 102 milliseconds

12345678