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

/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dxlock.c585 struct pam_response **response, void *appdata_ptr)
594 *response = calloc(num_msg, sizeof (struct pam_response));
595 if (*response == NULL)
599 r = *response;
646 r = *response;
651 free(*response);
652 *response = NULL;
584 pamconv(int num_msg, struct pam_message **msg, struct pam_response **response, void *appdata_ptr) argument
/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_sdvo.c483 /* the following two are to read the response */
514 void *response, int response_len)
530 * Also beware that the first response by many devices is to
564 /* Read the command response */
568 &((u8 *)response)[i]))
570 DRM_LOG_KMS(" %02X", ((u8 *)response)[i]);
627 * This function is making an assumption about the layout of the response,
632 struct intel_sdvo_get_trained_inputs_response response; local
635 &response, sizeof(response)))
513 intel_sdvo_read_response(struct intel_sdvo *intel_sdvo, void *response, int response_len) argument
1691 uint16_t response; local
2663 uint16_t response, data_value[2]; local
2780 uint16_t response, data_value[2]; local
2793 uint16_t response; member in union:__anon128
[all...]

Completed in 17 milliseconds