Searched defs:used (Results 1 - 7 of 7) sorted by relevance
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | Flags.c | 24 * 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/app/xmag_multivis/sun-src/ |
H A D | multivis.h | 40 * Data Structures used ... 73 unsigned long allocated, used; member in struct:_winVisInfoList 78 MVColmap *colmap; /* cmap used for this position */
|
/solaris-x11-s12/open-src/kernel/drm/src/ |
H A D | drm_sun_idr.c | 177 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-s12/open-src/kernel/sys/drm/ |
H A D | drm_io32.h | 104 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 D | drmP.h | 479 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 */
|
/solaris-x11-s12/open-src/kernel/i915/src/ |
H A D | intel_display.c | 955 /* 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 */
|
H A D | i915_drm.h | 310 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...] |
Completed in 65 milliseconds