Searched refs:used (Results 1 - 17 of 17) sorted by relevance

/solaris-x11-s12/open-src/doc/xorg-sgml-doctools/
H A DMakefile26 # Package name used in tarballs
34 MODULE_DESC = stylesheets and other data files used to generate X.Org documentation
36 # Version number (used in path names)
/solaris-x11-s12/open-src/proto/xcbproto/
H A DMakefile27 # Package name used in tarballs
38 # Version number (used in path names)
52 MODULE_DESC = X Window System protocol descriptions used by xcb
/solaris-x11-s12/open-src/util/build-tools/
H A DMakefile34 MODULE_DESC = custom tools used for building Solaris X11 consolidation
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dxf86Optrec.h24 * used in advertising or otherwise to promote the sale, use or other dealings
50 * and author(s) shall not be used in advertising or otherwise to promote
100 int used, /* Not used w/ SMI_FBCONFIG */
114 XF86OptionPtr xf86optionListCreate(const char **options, int count, int used);
H A DFlags.c24 * used in advertising or otherwise to promote the sale, use or other dealings
50 * and author(s) shall not be used in advertising or otherwise to promote
221 int used)
223 int used, /* Not used w/ SMI_FBCONFIG */
241 //??? Memory leak in some or all cases (e.g. when old->used==1) ???
244 //??? Memory leak in some or all cases (e.g. when old->used==1) ???
250 new->opt_used = used;
514 * of the array. The purpose of "used," which appears to be Boolean,
518 xf86optionListCreate( const char **options, int count, int used )
216 xf86addNewOptionOrValue( XF86OptionPtr head, char *name, char *val, int used) argument
[all...]
/solaris-x11-s12/open-src/kernel/i915/src/
H A Di915_io32.c41 dest64->used = dest32.used;
H A Di915_drm.h310 int used; /* nr bytes in use */ member in struct:drm_i915_batchbuffer
319 int used; /* nr bytes in use */ member in struct:drm_i915_batchbuffer32
650 * the system and are used to flush and invalidate as
655 /** Render cache, used by 2D and 3D drawing */
657 /** Sampler cache, used by texture engine */
659 /** Command queue, used to load batch buffers */
661 /** Instruction cache, used by shader programs */
710 /** Bytes used in batchbuffer from batch_start_offset */
768 /** Bytes used in batchbuffer from batch_start_offset */
793 __u64 rsvd1; /* now used fo
[all...]
H A Di915_dma.c489 if ((batch->start | batch->used) & 0x7) {
524 OUT_RING(batch->start + batch->used - 4);
639 DRM_DEBUG_DRIVER("i915 batchbuffer, start %x used %d cliprects %d\n",
640 batch->start, batch->used, batch->num_cliprects);
1420 /* The i915 workqueue is primarily used for batched retirement of
1426 * It is also used for periodic low-priority events, such as
1440 /* The i915 workqueue is primarily used for page_flip and fbc */
H A Dintel_display.c955 /* On Haswell, DDI is used instead of FDI_TX_CTL */
7994 bool used = false; local
8003 used = true;
8006 if (!used)
8011 /* set_mode is also used to update properties on life display pipes. */
8458 /* crtc->mode is already used by the ->mode_set callbacks, hence we need
9735 /* Clear any frame start delays used for debugging left by the BIOS */
/solaris-x11-s12/open-src/lib/libxtrans/
H A Dinetv6.patch26 used "inetv6" - the final standard renamed it to "inet6", but since we already
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_sun_idr.c177 struct idr_used_id *used; local
198 used = kmem_alloc(sizeof(struct idr_used_id), KM_NOSLEEP);
199 if (!used) {
204 used->id = id;
205 used->obj = obj;
206 avl_add(&idrp->used_ids, used);
H A Ddrm_dma.c137 buf->used = 0;
H A Ddrm_bufs.c368 * its being used, and free any associate resource (such as MTRR's) if it's not
442 * gets used by drivers that the server doesn't need to care about. This seems
624 buf->used = 0;
782 buf->used = 0;
884 * large buffers can be used for image transfer).
973 * \note This ioctl is deprecated and mostly never used.
1016 * Calls free_buffer() for each used buffer.
1017 * This function is primarily used for debugging.
1142 if (DRM_COPY_TO_USER(&list32[i].used,
1169 if (DRM_COPY_TO_USER(&request->list[i].used,
[all...]
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.h40 * Data Structures used ...
73 unsigned long allocated, used; member in struct:_winVisInfoList
78 MVColmap *colmap; /* cmap used for this position */
H A Dmultivis.c153 i = winList.used;
161 winList.used = winList.allocated = 0;
226 if (winList.used >= winList.allocated) { /* expand or create the array */
234 pWinInfo = &(winList.wins[winList.used++]);
253 winList.used--;
347 int i = winList.used;
382 for (i=winList.used-1; ((nPixelsUnLabeled > 0) && i >= 0); i--) {
511 * Calculate the offsets used to composite a pixel value for
/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_io32.h104 int used; /* Amount of buffer in use (for DMA) */ member in struct:drm_buf_pub_32
127 uint32_t physical; /* Physical used by i810 */
H A DdrmP.h479 int used; /* Amount of buffer in use (for DMA) */ member in struct:drm_buf
480 unsigned long offset; /* Byte offset (used internally) */
483 struct drm_buf *next; /* Kernel-only: used for free list */
546 int mtrr; /**< MTRR slot used */
590 * This structure defines the drm_mm memory object, which will be used by the
604 /* Not used in this driver, should remove to prevent confusion */
757 /* used for clone device */
1076 * can be used in interrupt context, so they need to know
1157 u32 *last_vblank; /* protected by dev->vbl_lock, used */

Completed in 135 milliseconds