Searched refs:xid (Results 1 - 11 of 11) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolpolicy.h69 #define RES_TYPE(xid) ((xid) & (0x8000000F))
H A Dtsolutils.c779 * client_private returns true if xid is owned/created by
780 * client or is a default server xid
783 client_private (ClientPtr client, XID xid) argument
785 if (same_client(client, xid) || (xid & SERVER_BIT))
835 * same_client returns true if xid is owned/created by
839 same_client (ClientPtr client, XID xid) argument
845 if (CLIENT_ID(xid) == 0 || (clients[CLIENT_ID(xid)] == NULL))
848 if((SERVER_BIT & xid)
[all...]
H A Dtsolinfo.h357 extern int same_client (ClientPtr client, XID xid);
358 extern int client_private (ClientPtr client, XID xid);
H A Dtsolpolicy.c79 #define SAMECLIENT(client, xid) ((client)->index == CLIENT_ID(xid))
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Ddga_pixshared.h62 u_int xid; /* xid of shared pixmap */ member in struct:shpx_entry
H A Dpix_grab.c236 if (shpx_dir[i].shpx_entry.xid == pix)
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXclient.h277 extern DPSContext XDPSContextFromXID (Display *dpy, XID xid);
281 extern DPSSpace XDPSSpaceFromXID (Display *dpy, XID xid);
/solaris-x11-s11/open-src/lib/libXtsol/sun-src/
H A DXtsol.h190 XID xid,
198 XID xid,
H A DXtsol.c409 XTSOLgetClientAttributes(dpy, xid, clientattr)
411 XID xid; /* window id of client */
425 req->id = xid;
/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c144 XID xid; member in struct:__anon14
300 set_name_xid (name_t *name, XID xid) argument
303 name->xid = xid;
317 name->xid = old->xid;
347 if ((common & name_xid) && name->xid == output->output.xid)
380 if ((common & name_xid) && name->xid == crtc->crtc.xid)
430 set_output_info(output_t *output, RROutput xid, XRROutputInfo *output_info) argument
[all...]
/solaris-x11-s11/open-src/common/
H A DX-parfait.conf65 bugtype "X-resource-leak"(xid) {
69 message="Leaked X Resource ", name(xid);

Completed in 832 milliseconds