/solaris-x11-s11/open-src/app/winsysck/sun-src/ |
H A D | main.c | 28 * usage: winsysck [ -va ] [ -display display_name ] protocol [...] 35 * -display display_name 36 * use the display display_name for X11 connections instead of 75 "[-va] [-display display_name] [-timeout seconds] protocol [...]", 121 if (!strcmp(argv[1], "-display")) { 175 static Display *display=NULL; variable 190 display=XOpenDisplay(display_name); 193 return((display != NULL)); 198 XCloseDisplay(display);
|
/solaris-x11-s11/open-src/lib/libX11/sun-src/src/ |
H A D | XInteractive.c | 68 Display *display; member in struct:_IAExtDisplayInfo 131 if (di->display == dpy) { 164 if (di->display == dpy) { 172 di->display = dpy;
|
/solaris-x11-s11/open-src/app/cmap_alloc/sun-src/ |
H A D | cmap_alloc.c | 67 Display *display; local 73 /* Try to open the display */ 74 if ((display = XOpenDisplay(display_name)) == NULL) { 75 (void)fprintf(stderr, "Error %s: can't open display \"%s\".\n", 82 for (screen = 0; screen < ScreenCount(display); screen++) 83 alloc_cmaps_for_screen(display, screen); 85 alloc_cmaps_for_screen(display, DefaultScreen(display)); 91 XSetCloseDownMode(display, RetainPermanent); 93 XCloseDisplay(display); [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/ |
H A D | XDPSlib.h | 279 Display *display; /* Display the event was read from. */ member in struct:_XDPSLOutputEvent 290 Display *display; /* Display the event was read from. */ member in struct:_XDPSLStatusEvent 299 Display *display; /* Display the event was read from. */ member in struct:_XDPSLReadyEvent
|
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/ |
H A D | XPanoramiX.c | 300 Bool XineramaGetState(Display * display, int screen_number) argument 302 XExtDisplayInfo *info = find_display (display); 317 if (XPanoramiXQueryVersion(display, &maj, &min) == 0) { 321 return XineramaIsActive(display); 328 Status XineramaGetInfo(Display * display, int screen_number, XRectangle * argument 339 if(!XineramaGetState(display, screen_number)) 342 if (XPanoramiXQueryVersion(display, &maj, &min) == 0) { 349 xsi = XineramaQueryScreens(display, &framebuffercount); 371 XPanoramiXGetScreenCount(display, win, &panoramiX_info); 390 if(!XGetXineramaInfo(display,screen_numbe 474 XineramaGetCenterHint(Display* display, int screen_number, int* xret, int* yret) argument [all...] |
/solaris-x11-s11/open-src/app/accessx/sun-src/ |
H A D | AccessXproto.h | 332 Display *display; member in struct:__anon13
|
/solaris-x11-s11/open-src/app/dsession/sun-src/ |
H A D | dsession.c | 57 int display; member in struct:__anon15 66 int display; member in struct:__anon16 283 if (dsession_mgr_table[index].display == -1) 287 printf("\tdisplay = :%d\n", dsession_mgr_table[index].display); 433 } else if (strncmp(buf, "\tx11-display = ", 434 sizeof ("\tx11-display = ") - 1) == 0) { 437 if (strncmp(&buf[sizeof ("\tx11-display = ") - 1], "''", 439 ck_sessions[session_num].display = -1; 442 if (sscanf(buf, "\tx11-display = ':%d'", 444 ck_sessions[session_num].display 570 char display[8]; local 934 int display; local 1151 int display = -1; local [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | Xstreams.h | 81 int display; member in struct:__anon253 213 * 4th int: the display number.
|
H A D | cslibint.c | 530 * o whatever is in the display buffer 794 * _XEnq - Place event packets on the display's queue. 814 /* go call through display to find proper event reformatter */ 835 Display *dpy, /* pointer to display structure */ 849 Display *dpy, /* pointer to display structure */ 866 Display *dpy, /* pointer to display structure */ 875 ((XAnyEvent *)re)->display = dpy; 1387 Bool _XDefaultWireError(Display *display, XErrorEvent *he, xError *we) argument 1403 event.xerror.display = dpy; 1451 * Given a visual id, find the visual structure for this id on this display [all...] |
/solaris-x11-s11/open-src/app/mkcookie/sun-src/ |
H A D | mkcookie.c | 104 struct display { struct 806 struct display *d) 836 struct display *d, 935 struct display d; 952 fprintf(stderr,"mkcookie: Invalid filename: %s\nFilename should include display\n",
|
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | resource.c | 173 {"-display", ".display", XrmoptionSepArg, (caddr_t) NULL}, 194 {"-display displayname", "X server to contact"}, 221 const char *display; variable 564 if (display != NULL) { 565 char *colon = strrchr(display, ':'); 566 int n = colon - display; 569 error("Malformed -display argument, \"%s\"\n", display); 578 && strncmp(display, "uni [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | XDPSshare.c | 73 Display *display; member in struct:_DisplayInfoRec 82 /* If a display is in displayList, it means that we have looked to see if 83 the extension exists on the display. If context is not NULL, the 84 display has a default context associated with it. */ 88 static DisplayInfo LookupDisplayInfo(Display *display); 115 /* May only be called for a display in the display list. */ 118 Display *display, 128 c->displayInfo = LookupDisplayInfo(display); 133 Display *display, 117 LookupContext( Display *display, DPSContext context) argument 132 AllocDisplayInfo( Display *display, DPSContext context) argument 159 FindDisplayInfo(Display *display) argument 167 LookupDisplayInfo(Display *display) argument 472 Display *display; local 495 XDPSGetSharedContext(Display *display) argument 555 XDPSFreeDisplayInfo(Display *display) argument 615 XDPSExtensionPresent(Display *display) argument [all...] |
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_pm.c | 316 if (!dev_priv->display.fbc_enabled) 319 return dev_priv->display.fbc_enabled(dev); 335 dev_priv->display.enable_fbc(work->crtc, 389 if (!dev_priv->display.enable_fbc) 396 dev_priv->display.enable_fbc(crtc, interval); 414 * display to settle before starting the compression. Note that 433 if (!dev_priv->display.disable_fbc) 436 dev_priv->display.disable_fbc(dev); 805 * FIFO underruns and display "flicker"). 1032 * @pixel_size: display pixe 1162 g4x_compute_wm0(struct drm_device *dev, int plane, const struct intel_watermark_params *display, int display_latency_ns, const struct intel_watermark_params *cursor, int cursor_latency_ns, int *plane_wm, int *cursor_wm) argument 1220 g4x_check_srwm(struct drm_device *dev, int display_wm, int cursor_wm, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor) argument 1248 g4x_compute_srwm(struct drm_device *dev, int plane, int latency_ns, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor, int *display_wm, int *cursor_wm) argument 1696 ironlake_check_srwm(struct drm_device *dev, int level, int fbc_wm, int display_wm, int cursor_wm, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor) argument 1743 ironlake_compute_srwm(struct drm_device *dev, int level, int plane, int latency_ns, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor, int *fbc_wm, int *display_wm, int *cursor_wm) argument 2656 sandybridge_compute_sprite_wm(struct drm_device *dev, int plane, uint32_t sprite_width, int pixel_size, const struct intel_watermark_params *display, int display_latency_ns, int *sprite_wm) argument 2688 sandybridge_compute_sprite_srwm(struct drm_device *dev, int plane, uint32_t sprite_width, int pixel_size, const struct intel_watermark_params *display, int latency_ns, int *sprite_wm) argument [all...] |
H A D | i915_drv.h | 195 * - Support vertical blank on secondary display pipe 335 struct intel_display_error_state *display; 395 /* display clock increase/decrease */ 1113 struct drm_i915_display_funcs display; member in struct:drm_i915_private 1464 * capability related checks should use IS_GEN, while display and other checks 1465 * have their own (e.g. HAS_PCH_SPLIT for ILK+ display, IS_foo for particular
|