Searched defs:type (Results 1 - 25 of 43) sorted by relevance

12

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_dev.h44 const char *type; /* Device type name (e.g. "efb") */ member in struct:__anon21
64 char *device_type_buf, /* Ptr to device type buffer */
65 size_t device_type_buflen, /* Device type buffer length */
72 char *device_type_buf, /* Ptr to device type buffer */
73 size_t device_type_buflen, /* Device type buffer length */
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DModule.c218 fprintf (cf, "#\tUnknown type \"%s\"\n", lptr->load_name);
227 xf86addNewLoadDirective (XF86LoadPtr head, char *name, int type, XF86OptionPtr opts) argument
234 new->load_type = type;
/solaris-x11-s12/open-src/kernel/i915/src/
H A Ddvo.h42 int type; member in struct:intel_dvo_device
H A Dintel_ddi.c68 int type = intel_encoder->type; local
70 if (type == INTEL_OUTPUT_DISPLAYPORT || type == INTEL_OUTPUT_EDP ||
71 type == INTEL_OUTPUT_HDMI || type == INTEL_OUTPUT_UNKNOWN) {
75 } else if (type == INTEL_OUTPUT_ANALOG) {
78 DRM_ERROR("Invalid DDI encoder type %d\n", type);
296 int type local
641 int type = intel_encoder->type; local
736 int type = intel_encoder->type; local
771 int type = intel_encoder->type; local
866 int type = intel_connector->base.connector_type; local
1043 int type = intel_encoder->type; local
1071 int type = intel_encoder->type; local
1108 int type = intel_encoder->type; local
1144 int type = intel_encoder->type; local
1266 int type = intel_encoder->type; local
1302 int type = encoder->type; local
[all...]
/solaris-x11-s12/open-src/proto/sun-ext-protos/include/
H A Dallplanesstr.h41 BYTE type; /* X_Reply */ member in struct:__anon171
H A Dfbpmstr.h51 BYTE type; /* X_Reply */ member in struct:__anon180
73 BYTE type; /* X_Reply */ member in struct:__anon182
113 BYTE type; /* X_Reply */ member in struct:__anon186
H A Dinteractive.h61 BYTE type; /* X_Reply */ member in struct:__anon188
93 BYTE type; /* X_Reply */ member in struct:__anon189
H A Dsme.h69 BYTE type; /* X_Reply */ member in struct:_xSmeConnInitReply
H A Ddgast.h96 CARD32 type; member in struct:__anon174
120 BYTE type; /* X_Reply */ member in struct:__anon176
141 BYTE type; /* X_Reply */ member in struct:__anon178
H A Dtransovlstr.h32 These items should be 32 bit type.
66 BYTE type; /* X_Reply */ member in struct:__anon196
89 BYTE type; /* X_Reply */ member in struct:__anon198
117 BYTE type; /* X_Reply */ member in struct:__anon201
146 BYTE type; /* X_Reply */ member in struct:__anon204
199 BYTE type; /* X_Reply */ member in struct:__anon208
291 BYTE type; /* X_Reply */ member in struct:__anon214
/solaris-x11-s12/open-src/app/cmap_compact/sun-src/
H A Dcmcutil.c206 Atom type,
216 XChangeProperty(dpy, w, atom, type, format, PropModeReplace,
202 prop_update( Display *dpy, Window w, const char *name, Atom type, int format, int data, int nelem) argument
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_stub.c51 static int drm_minor_get_id(struct drm_device *dev, int type) argument
57 switch (type) {
308 static int drm_get_minor(struct drm_device *dev, struct drm_minor **minor, int type) argument
316 minor_id = drm_minor_get_id(dev, type);
326 new_minor->type = type;
333 if (type == DRM_MINOR_LEGACY)
335 else if (type == DRM_MINOR_CONTROL)
337 else if (type == DRM_MINOR_RENDER)
339 else if (type
[all...]
H A Ddrm_agpsupport.c494 void *drm_agp_allocate_memory(size_t pages, uint32_t type, struct drm_device *dev) argument
581 uint32_t type)
588 unbind.agp_type = type;
616 uint32_t type)
625 gtt_info.type = type;
576 drm_agp_unbind_pages(struct drm_device *dev, pfn_t *pages, unsigned long num_pages, uint32_t gtt_offset, pfn_t scratch, uint32_t type) argument
612 drm_agp_rw_gtt(struct drm_device *dev, unsigned long num_pages, uint32_t gtt_offset, void *gttp, uint32_t type) argument
H A Ddrm_bufs.c65 * offset for maps of type _DRM_FRAMEBUFFER or _DRM_REGISTERS.
67 * each type.
70 map->type != entry->map->type ||
73 switch (map->type) {
110 * type. Adds the map to the map list drm_device::maplist. Adds MTRR's where
114 unsigned long size, enum drm_map_type type,
131 map->type = type;
137 if ((map->flags & _DRM_REMOVABLE) && map->type !
113 drm_addmap_core(struct drm_device *dev, unsigned long offset, unsigned long size, enum drm_map_type type, enum drm_map_flags flags, struct drm_map_list ** maplist) argument
315 drm_addmap(struct drm_device *dev, unsigned long offset, unsigned long size, enum drm_map_type type, enum drm_map_flags flags, struct drm_local_map ** map_ptr) argument
[all...]
/solaris-x11-s12/open-src/lib/libdga/sun-src/
H A DXineramaInfo.h44 BYTE type; member in struct:_XDgaXineramaInfoReply
H A Ddga_Xrequests.h109 CARD32 type B32;
123 BYTE type; /* X_Reply */ member in struct:__anon155
144 BYTE type; /* X_Reply */ member in struct:__anon157
H A Ddga_ab.c36 extern int XDgaGrabABuffers(Display *dpy, Window win, int type, int buffer_site);
37 extern int XDgaUnGrabABuffers(Display *dpy, Window win, int type);
146 * dgadraw argument. The call requests the type of the buffer
151 * buffer type in hardware, the request fails.
167 dga_draw_grab_buffer(Dga_drawable dgadraw, Dga_buffer_type type, int buffer_site) argument
202 (void) fprintf(stderr, "dga_draw_grab_buffer: Unsupported window type\n");
212 switch ( type ) {
265 if (!XDgaGrabABuffers(dpy, win, type, buffer_site)) {
284 switch ( type ) {
338 dga_draw_ungrab_buffer(Dga_drawable dgadraw, Dga_buffer_type type) argument
[all...]
H A Ddraw_inquiry.c703 dga_draw_rtndevtype (Dga_drawable dgadraw, u_char *type, argument
711 dgai_mbsmemb_rtndevtype((_Dga_window)dgadraw, type, name);
715 /* not applicable to pixmaps -- no dev type and name */
716 *type = (u_char) 0;
H A Dmbsmemb_inquiry.c480 dgai_mbsmemb_rtndevtype (_Dga_window dgawin, u_char *type, char **name) argument
483 dga_rtn_devtype((Dga_window)dgawin, type, name);
486 *type = (u_char) 0;
/solaris-x11-s12/open-src/xserver/xorg/sun-src/os/solaris/mdb/modules/
H A DXserver_device_grabs.c152 const char *type; local
188 type = "* core keyboard *";
190 type = "* core pointer *";
192 type = "";
200 mdb_printf("Device \"%s\" id %d: %s\n", devName, dev->id, type);
H A DXserver_clients.c54 LogMessage(MessageType type, const char *format, ...) argument
/solaris-x11-s12/open-src/app/accessx/sun-src/
H A DAccessXproto.h95 CARD8 type; /* Must be X_Reply */ member in struct:__anon4
142 CARD8 type; /* Must be X_Reply */ member in struct:__anon7
247 CARD8 type; /* Must be X_Reply */ member in struct:__anon10
311 CARD8 type; member in struct:__anon12
329 int type; member in struct:__anon13
/solaris-x11-s12/open-src/app/dsession/sun-src/
H A Ddsession.c447 } else if (strncmp(buf, "\tsession-type = ",
448 sizeof ("\tsession-type = ") - 1) == 0) {
449 char type[TYPE_SIZE]; local
451 if (strncmp(&buf[sizeof ("\tsession-type = ") - 1], "''",
456 if (sscanf(buf, "\tsession-type = '%16[^']",
457 type) == 1)
459 type, TYPE_SIZE);
462 } else if (strncmp(buf, "\tdisplay-type = ",
463 sizeof ("\tdisplay-type = ") - 1) == 0) {
464 char type[TYPE_SIZ local
603 verify_and_set(char *type, int index) argument
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dtools.c80 int type[6]; local
92 type[i] = 0;
102 type[i] = bar & PCI_MAP_IO_ATTR_MASK;
104 type[i] = bar & PCI_MAP_MEMORY_ATTR_MASK;
/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_io32.h59 drm_map_type_t type; member in struct:drm_map_32
79 drm_stat_type_t type; member in struct:drm_stats_32::__anon139
126 uint32_t type; /* Type of memory to allocate */ member in struct:drm_agp_buffer32
158 drm_vblank_seq_type_t type; member in struct:drm_wait_vblank_request_32
163 drm_vblank_seq_type_t type; member in struct:drm_wait_vblank_reply_32
170 * DRM_IOCTL_WAIT_VBLANK ioctl argument type.

Completed in 127 milliseconds

12