Home
last modified time | relevance | path

Searched refs:response (Results 1 – 25 of 371) sorted by path

12345678910>>...15

/illumos-gate/
H A DCODE_OF_CONDUCT.md38 response to any instances of unacceptable behavior.
69 All complaints will be reviewed and investigated and will result in a response
/illumos-gate/usr/src/cmd/bhyve/
H A Dhda_codec.c536 if (!hops->response) { in hda_codec_command()
573 return (hops->response(hci, res, HDA_CODEC_RESPONSE_EX_SOL)); in hda_codec_command()
H A Dpci_hda.c199 static int hda_response(struct hda_codec_inst *hci, uint32_t response,
265 .response = hda_response,
1072 hda_response(struct hda_codec_inst *hci, uint32_t response, uint8_t unsol) in hda_response() argument
1094 HDA_RIRB_ENTRY_LEN * rirb->wp, response); in hda_response()
H A Dpci_hda.h84 int (*response)(struct hda_codec_inst *hci, uint32_t response, member
H A Dpci_virtio_scsi.c167 uint8_t response; member
183 uint8_t response; member
225 uint8_t response; member
456 tmf->response = io->taskio.task_status; in pci_vtscsi_tmf_handle()
557 cmd_wr->response = VIRTIO_SCSI_S_FAILURE; in pci_vtscsi_request_handle()
563 cmd_wr->response = VIRTIO_SCSI_S_OK; in pci_vtscsi_request_handle()
H A Dtpm_ppi_qemu.c39 uint32_t response; // PPRP member
/illumos-gate/usr/src/cmd/bnu/
H A Din.uucpd.c510 uucp_conv(num_msg, msg, response, appdata_ptr) argument
513 struct pam_response **response;
525 *response = (struct pam_response *)calloc(num_msg,
527 if (*response == NULL)
532 r = *response;
552 r = *response;
557 free(*response);
558 *response = NULL;
575 r = *response;
580 free(*response);
[all …]
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c287 char *response, buf[1024]; in yesno() local
303 while (isspace(*response)) in yesno()
304 response++; in yesno()
305 if (*response == '\0') in yesno()
308 ans = yn_to_int(response); in yesno()
848 char *response = NULL; in get_input_string() local
857 if (response == NULL) { in get_input_string()
866 response++; in get_input_string()
867 if (*response == '\0') { in get_input_string()
874 len = strlen(response); in get_input_string()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME273 DHCP response. This auxiliary state can then also be used diagnostically by
369 event, and in response to the current state/aux state and
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME182 response. This is done by sending a REQUEST and then returning to the
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c526 cstate->response[len] = (char) (drand48() * 0xff);
528 BCOPY(hash, cstate->response, MD5_SIGNATURE_SIZE);
903 BCOPY(cstate->response, outp, md_len); /* copy MD to buffer */
H A Dchap.h90 u_char response[MAX_RESPONSE_LENGTH]; /* Response to send */ member
H A Dchap_ms.c318 MS_ChapResponse *response;
343 MS_ChapResponse response; local
353 BZERO(&response, sizeof(response));
362 response.UseNT = !ms_lanman;
364 response.UseNT = 1;
367 BCOPY(&response, cstate->response, MS_CHAP_RESPONSE_LEN);
389 u_char *response;
489 MS_Chapv2Response response; local
498 BZERO(&response, sizeof(response));
506 BCOPY(&response, cstate->response, MS_CHAPV2_RESPONSE_LEN);
[all …]
H A Dchap_ms.h35 int ChapMSValidate __P((chap_state *cstate, u_char *response, int response_len,
38 u_char *response, int response_len, char *secret, int secret_len));
H A Dmschap_test.c30 printf("%02X ", (unsigned int)cstate->response[i]); in show_response()
68 if (!ChapMSValidate(&cstate, cstate.response, cstate.resp_length,
73 cstate.response[MS_CHAP_RESPONSE_LEN-1] = '\0';
74 if (!ChapMSValidate(&cstate, cstate.response, cstate.resp_length,
83 if (!ChapMSv2Validate(&cstate, cstate.resp_name, cstate.response,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c93 static int response(void);
348 (void) response(); in main()
696 if (response() < 0) in toremote()
1221 if (response() < 0) { in source()
1296 (void) response(); in source()
1322 if (response() < 0) { in rsource()
1340 if (response() < 0) { in rsource()
1363 (void) response(); in rsource()
1367 response(void) in response() function
1693 (void) response(); in sink()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c291 if (response() < 0) in install()
384 if (response() < 0) { in sendf()
414 (void) response(); in sendf()
442 (void) response(); in sendf()
452 if (response() < 0) in sendf()
495 (void) response(); in sendf()
511 if (response() < 0) { in sendf()
533 f = response(); in sendf()
1233 if (response() < 0) in rmchk()
1360 (void) response(); in clean()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dctl_transact.c54 ctl_transact(target, msg, type, response) in ctl_transact() argument
58 CTL_RESPONSE *response;
124 cc = recvfrom(ctl_sockt, (char *)response,
140 } while (nready > 0 && response->type != type);
142 } while (response->type != type);
H A Dinvite.c77 CTL_RESPONSE response; in invite_remote() local
125 ctl_transact(my_machine_addr, msg, DELETE, &response); in invite_remote()
127 ctl_transact(rem_machine_addr, msg, DELETE, &response); in invite_remote()
149 CTL_RESPONSE response; in announce_invite() local
154 ctl_transact(rem_machine_addr, msg, ANNOUNCE, &response); in announce_invite()
155 remote_id = response.id_num; in announce_invite()
157 if (response.answer != SUCCESS) { in announce_invite()
159 switch (response.answer) { in announce_invite()
190 ctl_transact(my_machine_addr, msg, LEAVE_INVITE, &response); in announce_invite()
191 local_id = response.id_num; in announce_invite()
H A Dlook_up.c57 CTL_RESPONSE response; in check_local() local
63 if (!look_for_invite(&response)) { in check_local()
77 response = swapresponse(response); in check_local()
78 while (connect(sockt, (struct sockaddr *)&response.addr, in check_local()
79 sizeof (response.addr)) != 0) { in check_local()
89 ctl_transact(rem_machine_addr, msg, DELETE, &response); in check_local()
108 look_for_invite(response) in look_for_invite() argument
109 CTL_RESPONSE *response; in look_for_invite()
113 ctl_transact(rem_machine_addr, msg, LOOK_UP, response);
119 switch (response->answer) {
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME598 challenge-response that uses an external device for generating the
599 response.
644 Example request for generic token card challenge-response:
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rexecd.c537 struct pam_response **response, void *appdata_ptr) in rexec_conv() argument
546 *response = calloc(num_msg, sizeof (struct pam_response)); in rexec_conv()
547 if (*response == NULL) in rexec_conv()
551 r = *response; in rexec_conv()
558 r = *response; in rexec_conv()
563 free(*response); in rexec_conv()
564 *response = NULL; in rexec_conv()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Din.talkd.c59 static CTL_RESPONSE response; variable
100 process_request(&request, &response); in main()
104 print_response(&response); in main()
110 cc = sendto(0, (char *)&response, sizeof (response), 0, in main()
114 if (cc != sizeof (response)) { in main()
H A Dprint.c57 print_response(CTL_RESPONSE *response) in print_response() argument
59 (void) printf("type is %d, answer is %d, id = %d\n\n", response->type, in print_response()
60 response->answer, response->id_num); in print_response()
H A Dprocess.c73 response->type = request->type; in process_request()
74 response->id_num = 0; in process_request()
84 response->answer = FAILED; in process_request()
95 do_announce(request, response); in process_request()
103 response->answer = SUCCESS; in process_request()
114 response->addr = ptr->addr; in process_request()
115 response->answer = SUCCESS; in process_request()
117 response->answer = NOT_HERE; in process_request()
145 response->answer = result; in do_announce()
169 response->id_num = ptr->id_num; in do_announce()
[all …]

12345678910>>...15