Searched refs:response (Results 1 - 25 of 196) sorted by relevance

12345678

/freebsd-13-stable/contrib/wpa/src/common/
H A Dgas_server.c52 static void gas_server_free_response(struct gas_server_response *response);
57 struct gas_server_response *response = eloop_ctx; local
61 response, MAC2STR(response->dst), response->dialog_token,
62 response->freq, response->frag_id,
63 (unsigned long) response->offset,
64 (unsigned long) wpabuf_len(response->resp));
65 response
73 gas_server_free_response(struct gas_server_response *response) argument
94 struct gas_server_response *response; local
238 gas_server_handle_rx_comeback_req(struct gas_server_response *response) argument
292 struct gas_server_response *response; local
359 gas_server_handle_tx_status(struct gas_server_response *response, int ack) argument
388 struct gas_server_response *response; local
440 struct gas_server_response *response, *tmp_r; local
[all...]
/freebsd-13-stable/sys/cam/scsi/
H A Dsmp_all.c276 * Decode the SMP REPORT GENERAL response. The format is current as of SPL
281 smp_report_general_sbuf(struct smp_report_general_response *response, argument
286 response->response_len,
287 response->response_len * SMP_WORD_LEN);
289 scsi_2btoul(response->expander_change_count));
291 scsi_2btoul(response->expander_route_indexes));
293 smp_yesno(response->long_response &
295 sbuf_printf(sb, "Number of Phys: %d\n", response->num_phys);
297 smp_yesno(response->config_bits0 &
300 smp_yesno(response
420 smp_report_manuf_info_sbuf(struct smp_report_manuf_info_response *response, int response_len, struct sbuf *sb) argument
492 smp_report_general(struct ccb_smpio *smpio, uint32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), struct smp_report_general_request *request, int request_len, uint8_t *response, int response_len, int long_response, uint32_t timeout) argument
521 smp_discover(struct ccb_smpio *smpio, uint32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), struct smp_discover_request *request, int request_len, uint8_t *response, int response_len, int long_response, int ignore_zone_group, int phy, uint32_t timeout) argument
552 smp_report_manuf_info(struct ccb_smpio *smpio, uint32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), struct smp_report_manuf_info_request *request, int request_len, uint8_t *response, int response_len, int long_response, uint32_t timeout) argument
581 smp_phy_control(struct ccb_smpio *smpio, uint32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), struct smp_phy_control_request *request, int request_len, uint8_t *response, int response_len, int long_response, uint32_t expected_exp_change_count, int phy, int phy_op, int update_pp_timeout_val, uint64_t attached_device_name, int prog_min_prl, int prog_max_prl, int slumber_partial, int pp_timeout_value, uint32_t timeout) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp183 StreamString response; local
189 response.PutCString("triple:");
190 response.PutStringAsRawHex8(host_triple.getTriple());
191 response.Printf(";ptrsize:%u;", host_arch.GetAddressByteSize());
195 response.PutCString("distribution_id:");
196 response.PutStringAsRawHex8(distribution_id);
197 response.PutCString(";");
202 response.PutCString("vendor:apple;");
208 response.Printf("cputype:%u;", cpu);
210 response
325 StreamString response; local
420 StreamString response; local
441 StreamString response; local
461 StreamString response; local
533 StreamString response; local
560 StreamString response; local
571 StreamGDBRemote response; local
607 StreamGDBRemote response; local
667 StreamString response; local
684 StreamString response; local
709 StreamString response; local
721 StreamString response; local
746 StreamGDBRemote response; local
778 StreamGDBRemote response; local
803 StreamGDBRemote response; local
823 StreamGDBRemote response; local
834 StreamGDBRemote response; local
1092 StreamGDBRemote response; local
1172 StreamString response; local
1180 CreateProcessInfoResponse( const ProcessInstanceInfo &proc_info, StreamString &response) argument
1209 CreateProcessInfoResponse_DebugServerStyle( const ProcessInstanceInfo &proc_info, StreamString &response) argument
[all...]
H A DGDBRemoteCommunicationClient.cpp124 StringExtractorGDBRemote response; local
127 packet_result = ReadPacket(response, milliseconds(10), false);
130 // was sent and _any_ response (including UNIMPLEMENTED) was received), or
131 // false if no response was received. This quickly tells us if we have a
220 StringExtractorGDBRemote response; local
221 if (SendPacketAndWaitForResponse("QStartNoAckMode", response, false) ==
223 if (response.IsOKResponse()) {
237 StringExtractorGDBRemote response; local
238 if (SendPacketAndWaitForResponse("QListThreadsInStopReply", response,
240 if (response
250 StringExtractorGDBRemote response; local
264 StringExtractorGDBRemote response; local
357 StringExtractorGDBRemote response; local
454 StringExtractorGDBRemote response; local
466 StringExtractorGDBRemote response; local
524 SendThreadSpecificPacketAndWaitForResponse( lldb::tid_t tid, StreamString &&payload, StringExtractorGDBRemote &response, bool send_async) argument
562 StringExtractorGDBRemote response; local
576 StringExtractorGDBRemote response; local
593 StringExtractorGDBRemote response; local
607 StringExtractorGDBRemote response; local
622 StringExtractorGDBRemote response; local
637 StringExtractorGDBRemote response; local
651 StringExtractorGDBRemote response; local
727 StringExtractorGDBRemote response; local
761 StringExtractorGDBRemote response; local
815 StringExtractorGDBRemote response; local
861 StringExtractorGDBRemote response; local
899 StringExtractorGDBRemote response; local
917 StringExtractorGDBRemote response; local
1002 StringExtractorGDBRemote response; local
1093 StringExtractorGDBRemote response; local
1120 StringExtractorGDBRemote response; local
1156 StringExtractorGDBRemote response; local
1339 SendAttach( lldb::pid_t pid, StringExtractorGDBRemote &response) argument
2586 StringExtractorGDBRemote response; local
2607 StringExtractorGDBRemote response; local
2643 StringExtractorGDBRemote response; local
2666 GetStopReply( StringExtractorGDBRemote &response) argument
2674 GetThreadStopInfo( lldb::tid_t tid, StringExtractorGDBRemote &response) argument
[all...]
H A DGDBRemoteClientBase.cpp38 llvm::StringRef payload, StringExtractorGDBRemote &response) {
40 response.Clear();
53 PacketResult read_result = ReadPacket(response, kInterruptTimeout, false);
70 if (response.Empty())
73 const char stop_type = response.GetChar();
75 response.GetStringRef().data());
90 response.GetHexByteString(inferior_stdout);
96 llvm::StringRef(response.GetStringRef()).substr(1));
99 delegate.HandleAsyncStructuredDataPacket(response.GetStringRef());
104 const bool should_stop = ShouldStop(signals, response);
36 SendContinuePacketAndWaitForResponse( ContinueDelegate &delegate, const UnixSignals &signals, llvm::StringRef payload, StringExtractorGDBRemote &response) argument
155 SendPacketAndWaitForResponse( llvm::StringRef payload, StringExtractorGDBRemote &response, bool send_async) argument
173 SendPacketAndReceiveResponseWithOutputSupport( llvm::StringRef payload, StringExtractorGDBRemote &response, bool send_async, llvm::function_ref<void(llvm::StringRef)> output_callback) argument
197 SendPacketAndWaitForResponseNoLock( llvm::StringRef payload, StringExtractorGDBRemote &response) argument
225 SendvContPacket(llvm::StringRef payload, StringExtractorGDBRemote &response) argument
250 ShouldStop(const UnixSignals &signals, StringExtractorGDBRemote &response) argument
[all...]
H A DGDBRemoteClientBase.h42 llvm::StringRef payload, StringExtractorGDBRemote &response);
45 StringExtractorGDBRemote &response,
49 llvm::StringRef payload, StringExtractorGDBRemote &response,
54 StringExtractorGDBRemote &response);
79 StringExtractorGDBRemote &response);
129 StringExtractorGDBRemote &response);
H A DGDBRemoteCommunicationServerLLGS.cpp354 StreamGDBRemote response; local
355 response.PutChar('E');
356 response.PutHex8(GDBRemoteServerError::eErrorExitStatus);
357 return SendPacketNoLock(response.GetString());
363 StreamGDBRemote response; local
364 response.Format("{0:g}", *wait_status);
365 return SendPacketNoLock(response.GetString());
368 static void AppendHexValue(StreamString &response, const uint8_t *buf, argument
373 response.PutHex8(buf[i]);
376 response
461 CollectRegNums(const uint32_t *reg_num, StreamString &response, bool usehex) argument
473 WriteRegisterValueInHexFixedWidth( StreamString &response, NativeRegisterContext &reg_ctx, const RegisterInfo &reg_info, const RegisterValue *reg_value_p, lldb::ByteOrder byte_order) argument
1037 StreamString response; local
1256 StreamGDBRemote response; local
1439 StreamString response; local
1571 StreamString response; local
1857 StreamGDBRemote response; local
1935 StreamGDBRemote response; local
1987 StreamGDBRemote response; local
2085 StreamGDBRemote response; local
2309 StreamGDBRemote response; local
2460 StreamGDBRemote response; local
2750 StreamString response; local
2925 StreamGDBRemote response; local
2999 StreamGDBRemote response; local
3175 StreamString response; local
3208 StreamGDBRemote response; local
[all...]
H A DGDBRemoteCommunicationServerPlatform.cpp198 StreamGDBRemote response; local
199 response.Printf("pid:%" PRIu64 ";port:%u;", debugserver_pid,
202 response.PutCString("socket_name:");
203 response.PutStringAsRawHex8(socket_name);
204 response.PutChar(';');
207 PacketResult packet_result = SendPacketNoLock(response.GetString());
231 StreamGDBRemote response; local
232 response.AsRawOstream() << std::move(server_list);
235 escaped_response.PutEscapedBytes(response.GetString().data(),
236 response
371 StreamString response; local
411 StreamString response; local
[all...]
/freebsd-13-stable/contrib/ipfilter/l4check/
H A Dl4check.conf18 response timeout 4
19 response string <HTML>
20 #response file http.ok
/freebsd-13-stable/contrib/wpa/src/eap_common/
H A Dchap.c16 size_t challenge_len, u8 *response)
27 return md5_vector(3, addr, len, response);
15 chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge, size_t challenge_len, u8 *response) argument
H A Dchap.h15 size_t challenge_len, u8 *response);
/freebsd-13-stable/lib/libc/locale/
H A Drpmatch.c37 rpmatch(const char *response) argument
48 if (regexec(&yes, response, 0, NULL, 0) == 0)
50 else if (regexec(&no, response, 0, NULL, 0) == 0)
/freebsd-13-stable/usr.bin/talk/
H A Dinvite.c73 CTL_RESPONSE response; local
111 ctl_transact(my_machine_addr, msg, DELETE, &response);
113 ctl_transact(his_machine_addr, msg, DELETE, &response);
149 * Transmit the invitation and process the response
154 CTL_RESPONSE response; local
157 ctl_transact(his_machine_addr, msg, ANNOUNCE, &response);
158 remote_id = response.id_num;
159 if (response.answer != SUCCESS) {
160 if (response.answer < NANSWERS)
161 message(answers[response
[all...]
/freebsd-13-stable/tools/build/cross-build/include/mac/
H A Dstdlib.h43 int rpmatch(const char *response);
/freebsd-13-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Diter_cred.c46 krb5_storage *request, *response; local
57 ret = krb5_kcm_call(context, request, &response, &response_data);
67 ret = krb5_ret_uint32(response, &morep);
72 ret = krb5_ret_stringz(response, &user);
74 ret = krb5_ret_stringz(response, &domain);
92 krb5_storage_free(response);
/freebsd-13-stable/lib/libpam/modules/pam_opie/
H A Dpam_opie.c70 char *response; local
120 retval = pam_prompt(pamh, style, &response,
127 PAM_LOG("Completed challenge %d: %s", i, response);
129 if (response[0] != '\0')
136 pam_set_item(pamh, PAM_AUTHTOK, response);
140 * But it returns -1 even if the response string isn't in the form
144 retval = opieverify(&opie, response);
145 free(response);
/freebsd-13-stable/usr.sbin/iscsid/
H A Ddiscovery.c47 struct pdu *response; local
50 response = pdu_new(conn);
51 pdu_receive(response);
52 if (response->pdu_bhs->bhs_opcode != ISCSI_BHS_OPCODE_TEXT_RESPONSE)
54 response->pdu_bhs->bhs_opcode);
55 bhstr = (struct iscsi_bhs_text_response *)response->pdu_bhs;
72 return (response);
99 struct pdu *response; local
102 response = pdu_new(conn);
103 pdu_receive(response);
172 struct pdu *request, *response; local
[all...]
H A Dlogin.c48 login_nsg(const struct pdu *response) argument
52 bhslr = (struct iscsi_bhs_login_response *)response->pdu_bhs;
191 login_handle_redirection(struct connection *conn, struct pdu *response) argument
197 bhslr = (struct iscsi_bhs_login_response *)response->pdu_bhs;
201 keys_load(response_keys, response);
220 struct pdu *response; local
225 response = pdu_new(conn);
226 pdu_receive(response);
227 if (response->pdu_bhs->bhs_opcode != ISCSI_BHS_OPCODE_LOGIN_RESPONSE) {
229 response
485 struct pdu *request, *response; local
615 login_send_chap_r(struct pdu *response) argument
700 login_verify_mutual(const struct pdu *response) argument
745 struct pdu *response; local
773 struct pdu *request, *response; local
[all...]
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dms_funcs.h15 u8 *response);
20 u8 *response);
25 const u8 *nt_response, u8 *response);
30 const u8 *nt_response, u8 *response);
32 size_t password_len, u8 *response);
35 u8 *response);
/freebsd-13-stable/sbin/camcontrol/
H A Dutil.c169 int response = -1; local
175 response = 1;
177 response = 0;
182 response = 0;
183 } while (response == -1);
184 return (response);
/freebsd-13-stable/contrib/opie/
H A Dopiekey.c5 and outputs a response.
142 char response[OPIE_RESPONSE_MAX + 1]; local
202 fprintf(stderr, "%s: %s: unknown response type.\n", argv[0], optarg);
221 fprintf(stderr, "Using the %s algorithm to compute response.\n", algnames[algorithm]);
305 opiebtoh(response, &key);
307 opiebtoe(response, &key);
310 strcpy(response, "word:");
311 strcat(response, opiebtoe(buf, &key));
314 strcpy(response, "hex:");
315 strcat(response, opiebto
[all...]
/freebsd-13-stable/libexec/talkd/
H A Dtalkd.c71 static CTL_RESPONSE response; variable
121 process_request(mp, &response);
123 cc = sendto(STDIN_FILENO, (char *)&response,
124 sizeof(response), 0, &ctl_addr, sizeof(ctl_addr));
125 if (cc != sizeof (response))
/freebsd-13-stable/sys/ofed/include/uapi/rdma/
H A Drdma_user_cm.h93 __u64 response; member in struct:rdma_ucm_create_id
104 __u64 response; member in struct:rdma_ucm_destroy_id
114 __u64 response; member in struct:rdma_ucm_bind_ip
155 __u64 response; member in struct:rdma_ucm_query
240 __u64 response; member in struct:rdma_ucm_init_qp_attr
251 __u64 response; /* rdma_ucm_create_id_resp */ member in struct:rdma_ucm_join_ip_mcast
265 __u64 response; /* rdma_ucma_create_id_resp */ member in struct:rdma_ucm_join_mcast
274 __u64 response; member in struct:rdma_ucm_get_event
311 __u64 response; member in struct:rdma_ucm_migrate_id
/freebsd-13-stable/usr.sbin/ctld/
H A Dlogin.c49 login_set_nsg(struct pdu *response, int nsg) argument
57 bhslr = (struct iscsi_bhs_login_response *)response->pdu_bhs;
75 login_set_csg(struct pdu *response, int csg) argument
83 bhslr = (struct iscsi_bhs_login_response *)response->pdu_bhs;
102 * without sending response ("A target receiving any PDU
152 struct pdu *response; local
160 response = pdu_new_response(request);
161 bhslr2 = (struct iscsi_bhs_login_response *)response->pdu_bhs;
163 login_set_csg(response, BHSLR_STAGE_SECURITY_NEGOTIATION);
171 return (response);
177 struct pdu *response; local
259 struct pdu *response; local
341 struct pdu *response; local
629 struct pdu *response; local
688 struct pdu *response; local
813 struct pdu *request, *response; local
837 struct pdu *request, *response; local
[all...]
/freebsd-13-stable/crypto/heimdal/lib/ipc/
H A Dclient.c94 const heim_idata *request, heim_idata *response,
154 response->data = malloc(replyout_length);
155 if (response->data == NULL) {
160 memcpy(response->data, replyout, replyout_length);
161 response->length = replyout_length;
165 response->data = malloc(replyin_length);
166 if (response->data == NULL)
168 memcpy(response->data, replyin, replyin_length);
169 response->length = replyin_length;
193 heim_idata response; local
93 mach_ipc(void *ctx, const heim_idata *request, heim_idata *response, heim_icred *cred) argument
445 door_ipc(void *ctx, const heim_idata *request, heim_idata *response, heim_icred *cred) argument
[all...]

Completed in 309 milliseconds

12345678