| /xsrc/external/mit/libX11/dist/src/ |
| H A D | xcb_io.c | 245 * reply_waiter) to handle an earlier response before we can process or 247 * variable for that thread to process the response and wake us up. 293 void *response; local in function:poll_for_response 310 response = poll_for_event(dpy, poll_queued_only); 311 if(response) 324 * We have some response (error or reply) related to req 333 response = NULL; 337 response = dpy->xcb->next_response; 344 /* Step 4: pull down the next response from the wire. This 350 &response, 388 handle_response(Display * dpy,xcb_generic_reply_t * response,Bool in_XReply) argument 425 xcb_generic_reply_t *response; local in function:_XEventsQueued 456 xcb_generic_reply_t *response; local in function:_XReadEvents 692 xcb_generic_reply_t *response; local in function:_XReply [all...] |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_gamemode.c | 291 char *xstr, *response; local in function:specialCaseParse 312 width = (int) strtol(word, &response, 0); 313 if (response == word || response[0] != 'x') { 317 height = (int) strtol(&xstr[1], &response, 0); 318 if (response == &xstr[1]) { 328 got = specialCaseParse(response, 342 bpp = (int) strtol(&word[1], &response, 0); 343 if (response == &word[1]) { 350 got = specialCaseParse(response, 387 char *cstr, *vstr, *response; local in function:parseCriteria [all...] |
| H A D | glut_dstr.c | 763 char *cstr, *vstr, *response; local in function:parseCriteria 807 value = (int) strtol(vstr, &response, 0); 808 if (response == vstr) {
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_copy_sub_buffer.spec | 34 used to quickly repaint 3D windows in response to expose events 65 in response to expose events when the back color buffer cannot be
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_copy_sub_buffer.spec | 34 used to quickly repaint 3D windows in response to expose events 65 in response to expose events when the back color buffer cannot be
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/inputtest/ |
| H A D | xf86-input-inputtest.c | 120 xf86ITResponseSyncFinished response; local in function:notify_sync_finished 121 response.header.length = sizeof(response); 122 response.header.type = XF86IT_RESPONSE_SYNC_FINISHED; 128 if (write(fd, &response, response.header.length) != response.header.length) { 130 "inputtest: Failed to write sync response: %s\n", 566 xf86ITResponseServerVersion response; local in function:handle_client_version 568 response [all...] |
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xres.c | 48 /** @brief Holds structure for the generated response to 53 struct xorg_list response; member in struct:__anon8d5823770208 58 generate the response to XResQueryResourceBytes. In addition 59 to response it contains information on the query as well, 68 struct xorg_list response; member in struct:__anon8d5823770308 150 xorg_list_init(&ctx->response); 159 DestroyFragments(&ctx->response); 171 xorg_list_init(&ctx->response); 189 DestroyFragments(&ctx->response); 416 response; mark 640 SwapXResQueryResourceBytes(struct xorg_list * response) argument [all...] |
| /xsrc/external/mit/xdm/dist/greeter/ |
| H A D | greet.c | 164 struct pam_response **response, void *appdata_ptr); 701 struct pam_response **response, void *appdata_ptr) 718 *response = calloc(num_msg, sizeof (struct pam_response)); 719 if (*response == NULL) 723 r = *response; 786 r = *response; 793 free(*response); 794 *response = NULL; 700 pamconv(int num_msg,XDM_PAM_QUAL struct pam_message ** msg,struct pam_response ** response,void * appdata_ptr) argument
|
| /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/ |
| H A D | localuser.md | 11 environment variable or IDENT protocol response). It is expected many systems
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_sdvo.c | 355 i830_sdvo_read_response(xf86OutputPtr output, void *response, int response_len) argument 364 /* Read the command response */ 367 &((uint8_t *)response)[i]); 378 LogWrite(1, "%02X ", ((uint8_t *)response)[i]); 442 * This function is making an assumption about the layout of the response, 448 struct i830_sdvo_get_trained_inputs_response response; local in function:i830_sdvo_get_trained_inputs 453 status = i830_sdvo_read_response(output, &response, sizeof(response)); 457 *input_1 = response.input0_trained; 458 *input_2 = response 675 uint8_t response; local in function:i830_sdvo_get_clock_rate_mult 1524 uint8_t response[8]; local in function:i830_sdvo_dump_cmd 1802 uint16_t response; local in function:i830_sdvo_detect [all...] |
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| H A D | MESA_resize_buffers.spec | 38 since most applications call glViewport in response to window size
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| H A D | MESA_resize_buffers.spec | 38 since most applications call glViewport in response to window size
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | gen_release_notes.py | 228 async with session.get(url, params=params) as response: 229 content = await response.json()
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | print-vt-chars.pl | 331 read response; 333 echo "\$response"`;
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/ |
| H A D | x-selection.m | 594 * TARGETS in response to targets. 772 /* DO NOT retain the encdata for longer than the length of an event response. 803 /* The caller should send a default response with a property of None when an error occurs. */
|
| /xsrc/external/mit/MesaLib/dist/docs/ci/ |
| H A D | index.rst | 7 GitLab provides a convenient framework for running commands in response to Git pushes.
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/ |
| H A D | x-selection.m | 613 * TARGETS in response to targets. 791 /* DO NOT retain the encdata for longer than the length of an event response.
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.0.0.rst | 1761 - wgl: Add PFD flags based on stw_winsys callback response
|