/solaris-x11-s11/open-src/app/dsession/sun-src/ |
H A D | dsession.c | 261 print_mgr_table_entry(int index) argument 263 printf("%s:\n", dsession_mgr_table[index].session_id); 265 if (dsession_mgr_table[index].open) 271 if (dsession_mgr_table[index].busid[0]) 272 printf("\tbusid = %s\n", dsession_mgr_table[index].busid); 277 if (dsession_mgr_table[index].dev_path[0]) 278 printf("\tdev_path = %s\n", dsession_mgr_table[index].dev_path); 283 if (dsession_mgr_table[index].display == -1) 287 printf("\tdisplay = :%d\n", dsession_mgr_table[index].display); 289 if (dsession_mgr_table[index] 603 verify_and_set(char *type, int index) argument 931 int index; local [all...] |
/solaris-x11-s11/open-src/lib/libdga/sun-src/ |
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 ; 171 int index; /* CLUT id */ member in struct:fb_clut 554 dga_cm_get(cginfoi,index,coun [all...] |
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1AsciiSink.c | 365 register XawTextPosition index, lastPos; local 373 for (index = fromPos; index != toPos && index < lastPos; index++) { 374 if (index - blk.firstPos >= blk.length) 375 XawTextSourceRead(source, index, &blk, toPos - fromPos); 376 c = blk.ptr[index - blk.firstPos]; 379 index++; 383 *resPos = index; 404 XawTextPosition lastPos, index, whiteSpacePosition; local [all...] |
H A D | Xaw3_1Paned.c | 372 * index - the index of the current pane. 379 ChoosePaneToResize(pw, index, dir, shrink) 381 int index; 388 int _index = index; 390 if ( (index == NO_INDEX) || (dir == AnyPane) ) { /* Use defaults. */ 402 ((index != PaneIndex(*childP)) || (dir == AnyPane)) ) 478 * index - the number of the pane border we are moving. 486 LoopAndRefigureChildren(pw, index, dir, sizeused) 488 int index, *sizeuse [all...] |
H A D | Xaw3_1Label.c | 45 #ifndef index 46 #define index(a,b) strchr(a,b) macro 181 else if ((nl = index(lw->label.label, '\n')) != NULL) { 185 for (label = lw->label.label; nl != NULL; nl = index(label, '\n')) { 296 while ((nl = index(label, '\n')) != NULL) {
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | AsciiSink.c | 389 XawTextPosition index, lastPos; local 397 for (index = fromPos; index != toPos && index < lastPos; index++) { 398 if ((int)index - blk.firstPos >= blk.length) 399 XawTextSourceRead(source, index, &blk, (int)(toPos - fromPos)); 400 c = blk.ptr[index - blk.firstPos]; 403 index++; 407 *resPos = index; 428 XawTextPosition lastPos, index, whiteSpacePosition; local [all...] |
H A D | MultiSink.c | 413 XawTextPosition index, lastPos; local 422 for (index = fromPos; index != toPos && index < lastPos; index++) { 423 if (index - blk.firstPos >= blk.length) 424 XawTextSourceRead(source, index, &blk, (int) (toPos - fromPos)); 425 c = ((wchar_t *)blk.ptr)[index - blk.firstPos]; 428 index++; 432 *resPos = index; 452 XawTextPosition lastPos, index, whiteSpacePosition; local [all...] |
H A D | Label.c | 277 else if ((nl = index(lw->label.label, '\n')) != NULL) { 281 for (label = lw->label.label; nl != NULL; nl = index(label, '\n')) { 310 else if ((nl = index(lw->label.label, '\n')) != NULL) { 314 for (label = lw->label.label; nl != NULL; nl = index(label, '\n')) { 536 while ((nl = index(label, '\n')) != NULL) { 552 while ((nl = index(label, '\n')) != NULL) {
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_bios.c | 47 int index = 0; local 52 index += bdb->header_size; 56 while (index < total) { 57 current_id = *(base + index); 58 index++; 59 current_size = *((u16 *)(uintptr_t)(base + index)); 60 index += 2; 62 return base + index; 63 index += current_size; 161 int index) 159 get_lvds_dvo_timing(const struct bdb_lvds_lfp_data *lvds_lfp_data, const struct bdb_lvds_lfp_data_ptrs *lvds_lfp_data_ptrs, int index) argument 184 get_lvds_fp_timing(const struct bdb_header *bdb, const struct bdb_lvds_lfp_data *data, const struct bdb_lvds_lfp_data_ptrs *ptrs, int index) argument 297 int index; local [all...] |
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_sysfs.c | 69 dev->pdev->pci_cfg_acc_handle, minor->index); 87 minor->name, S_IFCHR, minor->index, DDI_NT_DISPLAY, NULL); 98 minor->name, S_IFCHR, minor->index, DDI_NT_DISPLAY_DRM, NULL);
|
H A D | drm_stub.c | 328 new_minor->index = minor_id; 334 (void) sprintf(new_minor->name, "drm%d", new_minor->index); 336 (void) sprintf(new_minor->name, "controlD%d", new_minor->index); 338 (void) sprintf(new_minor->name, "renderD%d", new_minor->index); 340 (void) sprintf(new_minor->name, "gfx%d", new_minor->index - DRM_MINOR_ID_BASE_VGATEXT); 342 (void) sprintf(new_minor->name, "agpmaster%d", new_minor->index - DRM_MINOR_ID_BASE_AGPMASTER); 452 DRM_DEBUG("release secondary minor %d\n", minor->index); 456 (void) idr_remove(&drm_minors_idr, minor->index);
|
H A D | drm_fops.c | 145 DRM_DEBUG("minor->index=%d, clone_id=%d", minor->index, clone_id); 173 int minor_id = minor->index;
|
/solaris-x11-s11/open-src/lib/freetype/ |
H A D | Makefile | 137 install_freetype_docs: $(PROTODIR)$(MODULE_DOC_DIR)/index.html 139 $(PROTODIR)$(MODULE_DOC_DIR)/index.html: $(BUILD_TARGETS) 147 ln -sf ft2-toc.html $(PROTODIR)$(MODULE_DOC_DIR)/index.html
|
/solaris-x11-s11/open-src/lib/libXfixes/ |
H A D | soversion.patch | 30 index 4e3f542..6c8842c 100644 43 index fbf8351..2077f2c 100644
|
/solaris-x11-s11/open-src/lib/libxtrans/ |
H A D | inetv6.patch | 31 index dfa41cf..8c11b9d 100644
|
H A D | tsol-unix-domain.patch | 32 index 8c11b9d..8428314 100644
|
/solaris-x11-s11/open-src/xserver/xorg/sun-src/os/ |
H A D | osaudit.c | 141 event->adt_xconnect.client = pClient->index; 145 event->adt_xdisconnect.client = pClient->index;
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | dpsclient.c | 150 lastNameIndex to the last known valid index */ 1304 integer index; local 1306 index = currObj->val.nameVal; 1311 if (length == DPSSYSNAME) { /* system name index */ 1312 if (index <= DPS_LAST_COMMON_SYSNAME) { 1314 p = DPSGetSysnameAbbrev(index); 1315 if (p == NULL) p = DPSSysNames[index]; 1316 } else p = DPSSysNames[index]; 1317 } else if (DPS_FIRST_AUX_SYSNAME <= index 1318 && index < 1682 integer index = currObj->val.nameVal; local 2287 DPSNameFromIndex(long int index) argument [all...] |
H A D | psdataops.psw | 147 i index
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/ |
H A D | libvtsSUNWast.h | 288 uchar_t const index); 292 uchar_t const index,
|
/solaris-x11-s11/open-src/app/dispswitch/sun-src/ |
H A D | dispswitch.c | 145 int index; member in struct:__anon14 307 set_name_index (name_t *name, int index) argument 310 name->index = index; 321 name->index = old->index; 351 if ((common & name_index) && name->index == output->output.index) 384 if ((common & name_index) && name->index == crtc->crtc.index) [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/ |
H A D | dpsfriends.h | 369 int nameVal; /* offset or index */ 443 extern char *DPSNameFromIndex(long int index); 445 /* This routine returns the text for the user name with the given index.
|
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/ |
H A D | tsolpolicy.c | 79 #define SAMECLIENT(client, xid) ((client)->index == CLIENT_ID(xid)) 648 auditwrite(object_code, (ulong_t)client->index, 715 auditwrite(AW_XCLIENT, (ulong_t)client->index, 790 auditwrite(AW_XCLIENT, client->index,
|
H A D | tsolextension.c | 262 serverClient->index, tsolinfo->pid); 406 AW_XCLIENT, client->index, 1526 if (client->index != grabclient->index) 1532 if (client->index != grabclient->index) 1568 "client id %d (pid unknown)", client->index); 1590 client->index, tsolinfo->pid); 1884 AW_XCLIENT, client->index, 1890 AW_XCLIENT, client->index, [all...] |
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | efb_drv.c | 698 int index, oflag; local 727 for (index = 0; index < EFB_CMAP_ENTRIES; ++index) { 731 regw8(PALETTE_INDEX, index);
|