Searched defs:used (Results 1 - 14 of 14) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSrcP.h17 used in advertising or publicity pertaining to distribution of the
34 * It is intended to be used with the Text widget, the simplest way to use
70 XawTextPosition used; /* The number of characters of this buffer member in struct:_Piece
71 that have been used. */
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSrcP.h28 used in advertising or otherwise to promote the sale, use or other dealings
41 used in advertising or publicity pertaining to distribution of the
58 * It is intended to be used with the Text widget, the simplest way to use
102 XawTextPosition used; /* The number of characters of this buffer member in struct:_Piece
103 that have been used. */
H A DMultiSrcP.h10 * documentation, and that the name OMRON not be used in
50 used in advertising or otherwise to promote the sale, use or other dealings
63 used in advertising or publicity pertaining to distribution of the
80 * It is intended to be used with the Text widget, the simplest way to use
130 XawTextPosition used; /* The number of characters of this buffer member in struct:_MultiPiece
131 that have been used. */
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
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-s11/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 */
/solaris-x11-s11/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);
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_io32.h87 int used; /* Amount of buffer in use (for DMA) */ member in struct:drm_buf_pub_32
110 uint32_t physical; /* Physical used by i810 */
H A Ddrm.h95 /* used for X server compile */
322 int mtrr; /**< MTRR slot used */
378 -- they will be used to support the
471 int used; /**< Amount of buffer in use (for DMA) */ member in struct:drm_buf_pub
643 unsigned long physical; /**< Physical used by i810 */
H A DdrmP.h334 int used; /* Amount of buffer in use (for DMA) */ member in struct:drm_buf
335 unsigned long offset; /* Byte offset (used internally) */
338 struct drm_buf *next; /* Kernel-only: used for free list */
478 int mtrr; /* Boolean: MTRR used */
497 /* used for clone device */
581 * can be used in interrupt context, so they need to know
639 int irq; /* Interrupt used by board */
/solaris-x11-s11/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 Ddrm.h229 int mtrr; /**< MTRR slot used */
285 -- they will be used to support the
331 * XXXX This is the enum for flags in drm_buf_desc used by current driver
383 int used; /**< Amount of buffer in use (for DMA) */ member in struct:drm_buf_pub
558 unsigned long physical; /**< Physical used by i810 */
H A DdrmP.h478 int used; /* Amount of buffer in use (for DMA) */ member in struct:drm_buf
479 unsigned long offset; /* Byte offset (used internally) */
482 struct drm_buf *next; /* Kernel-only: used for free list */
545 int mtrr; /**< MTRR slot used */
589 * This structure defines the drm_mm memory object, which will be used by the
754 /* used for clone device */
1073 * can be used in interrupt context, so they need to know
1154 u32 *last_vblank; /* protected by dev->vbl_lock, used */
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_drm.h270 int used; /* nr bytes in use */ member in struct:drm_i915_batchbuffer
279 int used; /* nr bytes in use */ member in struct:drm_i915_batchbuffer32
587 * the system and are used to flush and invalidate as
592 /** Render cache, used by 2D and 3D drawing */
594 /** Sampler cache, used by texture engine */
596 /** Command queue, used to load batch buffers */
598 /** Instruction cache, used by shader programs */
647 /** Bytes used in batchbuffer from batch_start_offset */
698 /** Bytes used in batchbuffer from batch_start_offset */
787 * The high word is used t
[all...]
H A Dintel_display.c955 /* On Haswell, DDI is used instead of FDI_TX_CTL */
7991 bool used = false; local
8000 used = true;
8003 if (!used)
8008 /* set_mode is also used to update properties on life display pipes. */
8455 /* crtc->mode is already used by the ->mode_set callbacks, hence we need
9732 /* Clear any frame start delays used for debugging left by the BIOS */

Completed in 74 milliseconds