/solaris-x11-s12/open-src/xserver/xorg/sun-src/IA/ |
H A D | interactive_srv.h | 34 int count; member in struct:_ClientProcessInfo
|
H A D | interactive.c | 366 rep.count = 0; 369 rep.count = CurrentPids->count; 370 length = rep.count << 2; 371 rep.length = rep.count; 372 write_back = malloc((size_t) rep.count * sizeof(int32_t)); 378 for (i = 0; i < CurrentPids->count; ++i) 384 rep.count=1; 385 length=rep.count << 2; 386 rep.length = rep.count; 700 int count = a->count; local [all...] |
/solaris-x11-s12/open-src/app/xcolor/sun-src/ |
H A D | XCrDynCmap.c | 43 int count, 68 if (count > ncolors) 83 for (i = 0; i < ncolors - count; i++) { 87 for (i = ncolors - count; i < ncolors; i++) { 37 XCreateDynamicColormap( Display *dsp, int screen, Colormap *cmap, Visual **visual, XColor *colors, int count, u_char *red, u_char *green, u_char *blue) argument
|
H A D | XCrHsbCmap.c | 39 int count, /* number of entries to use */ 56 if (count > 256) 59 HSBramp(h1, s1, b1, h2, s2, b2, 0, count - 1, red, green, blue); 71 count, red, green, blue); 35 XCreateHSBColormap( Display *dsp, int screen, Colormap *cmap, int count, double h1, double s1, double b1, double h2, double s2, double b2, int bw, Visual **visual) argument
|
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/gfx_common/vts/ |
H A D | gfx_vts.c | 110 int count, 119 rp->message_count += count; 121 rp->error_count += count; 154 * The "count" parameter allows for reporting the number of messages 161 int count, 168 gfx_vts_add_message(rp, count, mesg_num, string); 170 rp->message_count = count; 108 gfx_vts_add_message( return_packet *rp, int count, int mesg_num, char *string) argument 159 gfx_vts_set_message( return_packet *rp, int count, int mesg_num, char *string) argument
|
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/gfx_common/vts/include/ |
H A D | libvtsSUNWxfb.h | 64 - count : the number of tests defined 65 - this_test_mask : the test mask for test[0..count-1] 66 - this_test_mesg : the test verbose message for test[0..count-1] 67 - this_test_function : the actual test for test[0..count-1] 70 count = 1; 77 int count; member in struct:gfxtest_info_t
|
/solaris-x11-s12/open-src/app/xlock/sun-src/ |
H A D | hsbramp.c | 117 * Input is two points in HSB color space and a count 132 int count, 142 dh = (h2 - h1) / count; 143 ds = (s2 - s1) / count; 144 db = (b2 - b1) / count; 145 while (count--) { 125 hsbramp( double h1, double s1, double b1, double h2, double s2, double b2, int count, u_char *red, u_char *green, u_char *blue) argument
|
/solaris-x11-s12/open-src/kernel/drm/src/ |
H A D | drm_pci.c | 130 uint_t count; local 157 NULL, &dmah->cookie, &count) != DDI_DMA_MAPPED) { 162 if (count > segments) { 167 dmah->cookie_num = count; 168 if (count == 1)
|
H A D | drm_bufs.c | 548 int count; local 561 count = request->count; 573 DRM_DEBUG("count: %d\n", count); 600 if (count < 0 || count > 4096) { 606 entry->buflist = kmalloc(count * sizeof(*entry->buflist), GFP_KERNEL); 612 (void) memset(entry->buflist, 0, count * sizeof(*entry->buflist)); 619 while (entry->buf_count < count) { 699 int count; local 902 int count; local [all...] |
H A D | drm_crtc_helper.c | 123 int count = 0; local 158 count = drm_load_edid_firmware(connector); 159 if (count == 0) 161 count = (*connector_funcs->get_modes)(connector); 163 if (count == 0 && connector->status == connector_status_connected) 164 count = drm_add_modes_noedid(connector, 1024, 768); 165 if (count == 0) 204 return count; 556 int count = 0, ro, fail = 0; local 614 count [all...] |
H A D | drm_fb_helper.c | 340 /* first up get a count of crtcs now in use and new min/maxes width/heights */ 432 int count = 0; local 437 count += connector->funcs->fill_modes(connector, maxX, maxY); 440 return count; 548 int count, i, j; local 557 count = 0; 560 count++; 564 if (count <= 1) 856 int count = 0; local 860 count [all...] |
H A D | drm_irq.c | 138 int count, avail, actual; local 151 ret = ddi_intr_get_nintrs(devinfo, DDI_INTR_TYPE_MSI, &count); 152 if ((ret != DDI_SUCCESS) || (count == 0)) { 154 "ret: %d, count: %d", ret, count); 166 if (avail < count) { 168 count, avail); 172 pdev->msi_size = count * sizeof (ddi_intr_handle_t); 176 count, &actual, DDI_INTR_ALLOC_NORMAL); 221 #define vblanktimestamp(dev, crtc, count) ( \ 291 int count = DRM_TIMESTAMP_MAXRETRIES; local [all...] |
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | Flags.c | 513 * non-negative "count" value or else by a NULL as the last element 518 xf86optionListCreate( const char **options, int count, int used ) argument 524 if (count == -1) 526 for (count = 0; options[count]; count++) 529 if( (count % 2) != 0 ) 531 fprintf( stderr, "xf86optionListCreate: count must be an even number.\n" ); 534 for (i = 0; i < count; i += 2)
|
/solaris-x11-s12/open-src/lib/libXmu/sun-src/src/ |
H A D | VisGamma.c | 108 int count; local 128 for (count = 0; count < nElements; count++) { 129 *ph++ = count; 136 for (count = 0; count < nElements; count++) { 137 *ph++ = count; 144 for (count 318 int count, format, cType, nTables; local [all...] |
/solaris-x11-s12/open-src/lib/libdga/sun-src/ |
H A D | dga_ab.c | 69 buffers[count++] = (Dga_buffer *)buf_addr; \ 77 buffers[count++] = (Dga_buffer *)buf_addr; \ 117 int count = 0; local 414 * increment the count 474 int count = 0; local 499 return count;
|
H A D | cmap_grab.c | 71 * dga_cm_get(cginfo,index,count, red,green,blue) 73 * int index, count ; 80 * dga_cm_put(cginfo,index,count, red,green,blue) 82 * int index, count ; 91 * dga_cm_write(cginfo,index,count, red,green,blue, putfunc) 93 * int index, count ; 101 * dga_cm_read(cginfo,index,count, red,green,blue) 103 * int index, count ; 173 int count; /* nbr of entries to be posted */ member in struct:fb_clut 556 dga_cm_get(cginfoi,index,count, re [all...] |
/solaris-x11-s12/open-src/kernel/i915/src/ |
H A D | intel_bios.c | 401 int i, child_device_num, count; local 424 count = 0; 474 count++; 477 if (!count) { 585 int i, child_device_num, count; local 608 count = 0; 616 count++; 618 if (!count) { 622 dev_priv->vbt.child_dev = kcalloc(count, sizeof(*p_child), GFP_KERNEL); 628 dev_priv->vbt.child_dev_num = count; [all...] |
H A D | i915_gem_execbuffer.c | 208 int count = remain; local 209 if (count > ARRAY_SIZE(stack_reloc)) 210 count = ARRAY_SIZE(stack_reloc); 211 remain -= count; 213 if (DRM_COPY_FROM_USER(r, user_relocs, count*sizeof(r[0]))) 232 } while (--count); 432 * 1b. Increment pin count for already bound objects. 434 * 3. Decrement pin count. 479 err: /* Decrement pin count for bound objects */ 501 int count) 494 i915_gem_execbuffer_relocate_slow(struct drm_device *dev, struct drm_i915_gem_execbuffer2 *args, struct drm_file *file, struct intel_ring_buffer *ring, struct list_head *objects, struct eb_objects *eb, struct drm_i915_gem_exec_object2 *exec, int count) argument 638 validate_exec_list(struct drm_i915_gem_exec_object2 *exec, int count) argument [all...] |
H A D | intel_crt.c | 550 int count, detect; local 583 count = 0; 585 count++; 601 status = detect * 4 > count * 3 ?
|
/solaris-x11-s12/open-src/proto/sun-ext-protos/include/ |
H A D | transovlstr.h | 163 INT32 count; member in struct:__anon205
|
/solaris-x11-s12/open-src/app/dsession/sun-src/ |
H A D | dsession.c | 607 int count = 0; local 622 while (!verified && (count++ < RETRY_COUNT)) { 668 if (count == (RETRY_COUNT - 5) && 732 if (count == (RETRY_COUNT - 5) && 778 } while (!verified && (count++ < RETRY_COUNT));
|
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/ |
H A D | tools.c | 1047 register ulong_t count = 0; local 1059 count++; 1227 register ulong_t count = 0; local 1236 count++;
|
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/mga/ |
H A D | tools.c | 925 register ulong_t count = 0; local 931 count++; 939 count++; 959 register ulong_t count = 0; local 965 count++; 973 count++;
|
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/ |
H A D | multivis.c | 203 int count, ordering; local 260 XShapeGetRectangles(mvDpy, win, ShapeBounding, &count, &ordering); 262 while (count--) {
|
/solaris-x11-s12/open-src/kernel/sys/drm/ |
H A D | drm_io32.h | 71 uint32_t iocs; /* Ioctl count */ 76 uint32_t count; member in struct:drm_stats_32 85 int count; /* Number of buffers of this size */ member in struct:drm_buf_desc_32 94 int count; member in struct:drm_buf_free_32 109 int count; /* Length of the buffer list */ member in struct:drm_buf_map_32 153 int count; member in struct:drm_ctx_res_32
|