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

/solaris-x11-s11/open-src/xserver/xorg/sun-src/IA/
H A Dinteractive.c86 static int SetClientPrivate(ClientPtr client, ConnectionPidPtr stuff,
288 switch (stuff->data)
330 if ((stuff->flags & INTERACTIVE_INFO) &&
331 (stuff->uid==ServerUid || ServerUid==0 || stuff->uid==0) &&
333 length = stuff->length - (sizeof(xIASetProcessInfoReq)>>2);
334 SetClientPrivate(client, (ConnectionPidPtr)&stuff[1], length);
338 if ((stuff->flags & INTERACTIVE_SETTING) &&
339 (stuff->uid==ServerUid || ServerUid==0) &&
341 SetIAPrivate((int *)&stuff[
642 SetClientPrivate(ClientPtr client, ConnectionPidPtr stuff, int length) argument
[all...]

Completed in 14 milliseconds