Searched refs:stuff (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/ |
H A D | tsolextension.c | 457 switch (stuff->data) 496 SendErrorToClient(client, TsolReqCode, stuff->data, 0, BadRequest); 510 swaps(&stuff->length); 511 switch (stuff->data) 550 SendErrorToClient(client, TsolReqCode, stuff->data, 0, BadRequest); 565 swapl(&stuff->uid); 566 swapl(&stuff->enabled); 567 swaps(&stuff->sllength); 576 swapl(&stuff->id); 577 swapl(&stuff [all...] |
H A D | tsolprotocol.c | 319 REQUEST_FIXED_SIZE(xInternAtomReq, stuff->nbytes); 320 if ((stuff->onlyIfExists != xTrue) && (stuff->onlyIfExists != xFalse)) 322 client->errorValue = stuff->onlyIfExists; 325 tchar = (char *) &stuff[1]; 326 atom = MakeAtom(tchar, stuff->nbytes, !stuff->onlyIfExists); 355 if ((str = NameForAtom(stuff->id))) 360 tndp = &(tsol_node[stuff->id]); 387 client->errorValue = stuff [all...] |
/solaris-x11-s11/open-src/xserver/xorg/sun-src/IA/ |
H A D | interactive.c | 86 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...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | FSBwraps.psw | 305 % just yet since we'll be coming back quite soon for more stuff
|
Completed in 34 milliseconds