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

1234

/solaris-x11-s11/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-s11/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-s11/open-src/kernel/i915/src/
H A Ddvo.h42 int type; member in struct:intel_dvo_device
/solaris-x11-s11/open-src/proto/sun-ext-protos/include/
H A Dallplanesstr.h41 BYTE type; /* X_Reply */ member in struct:__anon467
H A Dfbpmstr.h51 BYTE type; /* X_Reply */ member in struct:__anon476
73 BYTE type; /* X_Reply */ member in struct:__anon478
113 BYTE type; /* X_Reply */ member in struct:__anon482
H A Dinteractive.h61 BYTE type; /* X_Reply */ member in struct:__anon484
93 BYTE type; /* X_Reply */ member in struct:__anon485
H A Dsme.h69 BYTE type; /* X_Reply */ member in struct:_xSmeConnInitReply
/solaris-x11-s11/open-src/xserver/xorg/sun-src/os/solaris/mdb/modules/
H A DXserver_device_grabs.c121 const char *type; local
157 type = "* core keyboard *";
159 type = "* core pointer *";
161 type = "";
169 mdb_printf("Device \"%s\" id %d: %s\n", devName, dev->id, type);
/solaris-x11-s11/open-src/app/cmap_compact/sun-src/
H A Dcmcutil.c210 Atom type,
220 XChangeProperty(dpy, w, atom, type, format, PropModeReplace,
206 prop_update( Display *dpy, Window w, const char *name, Atom type, int format, int data, int nelem) argument
/solaris-x11-s11/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
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DXDPSlib.h49 * Default standard colormap type.
134 extern void XDPSLNotifyContext(Display *dpy, ContextXID cxid, int type);
276 int type; /* of event. */ member in struct:_XDPSLOutputEvent
287 int type; /* of event. */ member in struct:_XDPSLStatusEvent
296 int type; /* of event. */ member in struct:_XDPSLReadyEvent
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSuserpath.c45 unsigned char type; member in struct:_t_NumStrHeader
111 nsHeader.type = 149; /* Homogeneous Number Array */
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSrcP.h99 file name, depending upon the type. */
100 XawAsciiType type; /* either string or disk. */ member in struct:_AsciiSrcPart
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSrcP.h131 file name, depending upon the type. */
132 XawAsciiType type; /* either string or disk. */ member in struct:_AsciiSrcPart
H A DMultiSrcP.h160 ing upon the `type'. ALWAYS IN MB FORMAT. */
161 XawAsciiType type; /* either string or disk. */ member in struct:_MultiSrcPart
H A DTextSrc.c204 * Description: Scans the text source for the number and type
208 * type - type of thing to scan for.
220 Scan (w, position, type, dir, count, include)
223 XawTextScanType type;
259 * type - the type to conver the selection to.
268 ConvertSelection(w, selection, target, type, value, length, format)
270 Atom * selection, * target, * type;
408 * Description: Scans the text source for the number and type
423 XawTextSourceScan(Widget w, XawTextPosition position, int type, int dir, int count, int include) argument
506 XawTextSourceConvertSelection(Widget w, Atom *selection, Atom *target, Atom *type, XtPointer *value, unsigned long *length, int *format) argument
[all...]
/solaris-x11-s11/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:__anon449
144 BYTE type; /* X_Reply */ member in struct:__anon451
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_agpsupport.c437 drm_agp_allocate_memory(size_t pages, uint32_t type) argument
H A Ddrm_bufs.c68 drm_find_map(drm_device_t *dev, u_offset_t offset, int type) argument
73 if ((map->type == type) && ((map->offset == offset) ||
75 (map->type == _DRM_SHM)))
83 unsigned long size, drm_map_type_t type,
100 if ((flags & _DRM_REMOVABLE) && type != _DRM_SHM)
111 map = drm_find_map(dev, offset, type);
118 * type-specific initialization necessary.
126 map->type = type;
82 drm_addmap(drm_device_t *dev, unsigned long offset, unsigned long size, drm_map_type_t type, drm_map_flags_t flags, drm_local_map_t **map_ptr) argument
[all...]
H A Defb_map.c31 efb_devmap_set_callbacks(int type) argument
33 _NOTE(ARGUNUSED(type))
135 offset_t off, size_t len, uint_t type, uint_t rw)
145 rval = devmap_default_access(dhp, pvtp, off, len, type, rw);
159 rval = devmap_default_access(dhp, pvtp, off, len, type, rw);
171 return (devmap_do_ctxmgt(dhp, pvtp, off, len, type, rw, efb_ctx_mgt));
182 offset_t off, size_t len, uint_t type, uint_t rw)
208 rval = devmap_default_access(dhp, pvtp, off, len, type, rw);
134 efb_devmap_access(devmap_cookie_t dhp, void *pvtp, offset_t off, size_t len, uint_t type, uint_t rw) argument
181 efb_ctx_mgt(devmap_cookie_t dhp, void *pvtp, offset_t off, size_t len, uint_t type, uint_t rw) argument
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DDPSCAPproto.h114 CARD8 type; /* always X_CAPFlushAgent */ member in struct:_CAPFlushAgent
122 CARD8 type; /* always X_CAPNotify */ member in struct:_CAPNotify
133 CARD8 type; /* always X_CAPNotify */ member in struct:_CAPSetArg
135 CARD32 arg B32; /* argument type */
143 BYTE type; /* always 0 */ member in struct:_DPSCAPError
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswpriv.h53 /* Forward type designator */
74 Type type; /* copied from parent Arg */ member in struct:_t_ItemRec
82 Type type; member in struct:_t_ArgRec
101 Type type; member in struct:_t_TokenRec
105 boolean wellKnownName; /* valid if type is T_NAME or T_LITNAME */
111 /* Meaning depends on the token type, as follows:
H A Dpswsemantics.c163 if (IsCharType(arg->type)
175 if(item->scaled && !IsNumStrType(arg->type)) {
179 if (IsNumStrType(arg->type)
191 if (arg->type != T_CONTEXT) {
202 item->type = arg->type;
218 if (arg->type == T_USEROBJECT) {
220 fprintf(stderr,"output parameter %s can not be of type userobject\n",
228 if (arg->type == T_NUMSTR || arg->type
330 PSWToken(Type type, char *val) argument
368 PSWToken2(Type type, char *val, char *ind) argument
415 PSWArg(Type type, Items items) argument
[all...]

Completed in 36 milliseconds

1234