Searched defs:xid (Results 1 - 3 of 3) sorted by relevance

/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
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
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...]
/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...]

Completed in 16 milliseconds