Searched defs:response (Results 1 - 2 of 2) sorted by relevance
| /solaris-x11-s11/open-src/app/xlock/sun-src/ |
| H A D | xlock.c | 577 struct pam_response **response, void *appdata_ptr) 585 *response = calloc(num_msg, sizeof (struct pam_response)); 586 if (*response == NULL) 590 r = *response; 637 r = *response; 642 free(*response); 643 *response = NULL; 576 pamconv(int num_msg, struct pam_message **msg, struct pam_response **response, void *appdata_ptr) argument
|
| /solaris-x11-s11/open-src/kernel/i915/src/ |
| H A D | intel_sdvo.c | 483 /* 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:__anon168 [all...] |
Completed in 637 milliseconds