Searched refs:actual (Results 1 - 9 of 9) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXpriv.h70 int actual; member in struct:_t_XDPSPrivContextRec
97 int /* actual */,
H A DdpsXpriv.c308 int actual,
361 wh->actual = actual;
391 wh->actual, cidP, sxidP,
396 wh->grayramp, wh->ccube, wh->actual, cidP,
299 XDPSCreatePrivContextRec( Display *dpy, Drawable drawable, GC gc, int x, int y, unsigned int eventmask, XStandardColormap *grayramp, XStandardColormap *ccube, int actual, int secure) argument
H A DdpsXclient.c554 int actual,
561 ccube, actual, false);
584 int actual,
591 ccube, actual, true);
545 XDPSCreateContext( Display *dpy, Drawable draw, GC gc, int x, int y, unsigned int eventmask, XStandardColormap *grayramp, XStandardColormap *ccube, int actual, DPSTextProc textProc, DPSErrorProc errorProc, DPSSpace space) argument
575 XDPSCreateSecureContext( Display *dpy, Drawable draw, GC gc, int x, int y, unsigned int eventmask, XStandardColormap *grayramp, XStandardColormap *ccube, int actual, DPSTextProc textProc, DPSErrorProc errorProc, DPSSpace space) argument
H A DXDPS.c591 unsigned int actual,
679 req->actual = actual;
711 unsigned int actual,
795 req->actual = actual;
583 XDPSLCreateContextAndSpace( register Display *xdpy, Drawable draw, GC gc, int x, int y, unsigned int eventMask, XStandardColormap *grayRamp, XStandardColormap *colorCube, unsigned int actual, ContextPSID *cpsid, SpaceXID *sxid, Bool secure) argument
702 XDPSLCreateContext( register Display *xdpy, SpaceXID sxid, Drawable draw, GC gc, int x, int y, unsigned int eventMask, XStandardColormap *grayRamp, XStandardColormap *colorCube, unsigned int actual, ContextPSID *cpsid, Bool secure) argument
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXclient.h131 int actual,
140 currently ignored. 'grayramp', 'ccube', and 'actual' collectively
176 int actual,
H A DXDPSlib.h107 unsigned int actual,
118 unsigned int actual,
H A DXDPSproto.h131 CARD32 actual B32; /* actual colors, if any */
/solaris-x11-s11/open-src/app/xdm/
H A DMakefile124 XCF_HEADER += \n%1$$s xdm reads the actual configuration from the copies located in $(XDM_ETC_CONFIGDIR)
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_irq.c138 int count, avail, actual; local
176 count, &actual, DDI_INTR_ALLOC_NORMAL);
178 if ((ret != DDI_SUCCESS) || (actual == 0)) {
183 pdev->msi_actual = actual;
191 for(i = 0; i < actual; i++)
200 for(i = 0; i < actual; i++)
703 * implementation of a kms driver to implement the actual timestamping.

Completed in 30 milliseconds