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

12345678

/freebsd-11.0-release/sys/cam/scsi/
H A Dsmp_all.c274 * Decode the SMP REPORT GENERAL response. The format is current as of SPL
279 smp_report_general_sbuf(struct smp_report_general_response *response, argument
284 response->response_len,
285 response->response_len * SMP_WORD_LEN);
287 scsi_2btoul(response->expander_change_count));
289 scsi_2btoul(response->expander_route_indexes));
291 smp_yesno(response->long_response &
293 sbuf_printf(sb, "Number of Phys: %d\n", response->num_phys);
295 smp_yesno(response->config_bits0 &
298 smp_yesno(response
418 smp_report_manuf_info_sbuf(struct smp_report_manuf_info_response *response, int response_len, struct sbuf *sb) argument
490 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
519 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
550 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
579 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-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp152 StreamString response; local
158 response.PutCString("triple:");
159 response.PutCStringAsRawHex8(host_triple.getTriple().c_str());
160 response.Printf (";ptrsize:%u;",host_arch.GetAddressByteSize());
165 response.PutCString("distribution_id:");
166 response.PutCStringAsRawHex8(distribution_id);
167 response.PutCString(";");
175 response.Printf ("cputype:%u;", cpu);
177 response.Printf ("cpusubtype:%u;", sub);
180 response
281 StreamString response; local
395 StreamString response; local
419 StreamString response; local
443 StreamString response; local
508 StreamString response; local
537 StreamString response; local
633 StreamString response; local
656 StreamString response; local
674 StreamString response; local
695 StreamString response; local
707 StreamString response; local
733 StreamGDBRemote response; local
770 StreamGDBRemote response; local
798 StreamGDBRemote response; local
818 StreamGDBRemote response; local
829 StreamGDBRemote response; local
1116 StreamGDBRemote response; local
1151 CreateProcessInfoResponse(const ProcessInstanceInfo &proc_info, StreamString &response) argument
1175 CreateProcessInfoResponse_DebugServerStyle( const ProcessInstanceInfo &proc_info, StreamString &response) argument
[all...]
H A DGDBRemoteCommunicationClient.cpp154 StringExtractorGDBRemote response; local
156 const uint32_t timeout_usec = 10 * 1000; // Wait for 10 ms for a response
158 packet_result = ReadPacket (response, timeout_usec, false);
161 // was sent and _any_ response (including UNIMPLEMENTED) was received),
162 // or false if no response was received. This quickly tells us if we have
268 StringExtractorGDBRemote response; local
269 if (SendPacketAndWaitForResponse("QStartNoAckMode", response, false) == PacketResult::Success)
271 if (response.IsOKResponse())
289 StringExtractorGDBRemote response; local
290 if (SendPacketAndWaitForResponse("QListThreadsInStopReply", response, fals
305 StringExtractorGDBRemote response; local
325 StringExtractorGDBRemote response; local
423 StringExtractorGDBRemote response; local
522 StringExtractorGDBRemote response; local
537 StringExtractorGDBRemote response; local
600 StringExtractorGDBRemote response; local
625 StringExtractorGDBRemote response; local
647 StringExtractorGDBRemote response; local
665 StringExtractorGDBRemote response; local
683 StringExtractorGDBRemote response; local
750 SendPacketAndWaitForResponse( const char *payload, StringExtractorGDBRemote &response, bool send_async ) argument
764 SendPacketAndWaitForResponseNoLock(const char *payload, size_t payload_length, StringExtractorGDBRemote &response) argument
775 SendPacketAndWaitForResponse( const char *payload, size_t payload_length, StringExtractorGDBRemote &response, bool send_async ) argument
1459 StringExtractorGDBRemote response; local
1499 StringExtractorGDBRemote response; local
1562 StringExtractorGDBRemote response; local
1605 StringExtractorGDBRemote response; local
1650 StringExtractorGDBRemote response; local
1670 StringExtractorGDBRemote response; local
1787 StringExtractorGDBRemote response; local
1910 StringExtractorGDBRemote response; local
1944 StringExtractorGDBRemote response; local
1965 StringExtractorGDBRemote response; local
[all...]
H A DGDBRemoteCommunicationServerLLGS.cpp346 StreamGDBRemote response; local
347 response.PutChar ('E');
348 response.PutHex8 (GDBRemoteServerError::eErrorExitStatus);
349 return SendPacketNoLock(response.GetData(), response.GetSize());
356 StreamGDBRemote response; local
374 response.PutChar (return_type_code);
377 response.PutHex8 (return_code);
379 return SendPacketNoLock(response.GetData(), response
384 AppendHexValue(StreamString &response, const uint8_t* buf, uint32_t buf_size, bool swap) argument
400 WriteRegisterValueInHexFixedWidth(StreamString &response, NativeRegisterContextSP &reg_ctx_sp, const RegisterInfo &reg_info, const RegisterValue *reg_value_p) argument
968 StreamString response; local
1159 StreamString response; local
1306 StreamString response; local
1654 StreamGDBRemote response; local
1736 StreamGDBRemote response; local
1839 StreamGDBRemote response; local
2055 StreamGDBRemote response; local
2197 StreamGDBRemote response; local
2510 StreamGDBRemote response; local
2601 StreamGDBRemote response; local
2783 StreamString response; local
2816 StreamGDBRemote response; local
[all...]
H A DGDBRemoteCommunicationServerPlatform.cpp210 StreamGDBRemote response;
211 response.Printf("pid:%" PRIu64 ";port:%u;", debugserver_pid, port + m_port_offset);
214 response.PutCString("socket_name:");
215 response.PutCStringAsRawHex8(socket_name.c_str());
216 response.PutChar(';');
219 PacketResult packet_result = SendPacketNoLock(response.GetData(), response.GetSize());
244 StreamGDBRemote response; local
245 server_list.Write(response);
248 escaped_response.PutEscapedBytes(response
394 StreamString response; local
437 StreamString response; local
[all...]
/freebsd-11.0-release/contrib/ipfilter/l4check/
H A Dl4check.conf18 response timeout 4
19 response string <HTML>
20 #response file http.ok
/freebsd-11.0-release/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-11.0-release/lib/libc/locale/
H A Drpmatch.c35 rpmatch(const char *response) argument
46 if (regexec(&yes, response, 0, NULL, 0) == 0)
48 else if (regexec(&no, response, 0, NULL, 0) == 0)
/freebsd-11.0-release/usr.bin/talk/
H A Dinvite.c71 CTL_RESPONSE response; local
113 ctl_transact(my_machine_addr, msg, DELETE, &response);
115 ctl_transact(his_machine_addr, msg, DELETE, &response);
151 * Transmit the invitation and process the response
156 CTL_RESPONSE response; local
159 ctl_transact(his_machine_addr, msg, ANNOUNCE, &response);
160 remote_id = response.id_num;
161 if (response.answer != SUCCESS) {
162 if (response.answer < NANSWERS)
163 message(answers[response
[all...]
/freebsd-11.0-release/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-11.0-release/lib/libpam/modules/pam_opie/
H A Dpam_opie.c68 char *response; local
118 retval = pam_prompt(pamh, style, &response,
125 PAM_LOG("Completed challenge %d: %s", i, response);
127 if (response[0] != '\0')
134 pam_set_item(pamh, PAM_AUTHTOK, response);
138 * But it returns -1 even if the response string isn't in the form
142 retval = opieverify(&opie, response);
143 free(response);
/freebsd-11.0-release/usr.sbin/iscsid/
H A Ddiscovery.c46 struct pdu *response; local
49 response = pdu_new(conn);
50 pdu_receive(response);
51 if (response->pdu_bhs->bhs_opcode != ISCSI_BHS_OPCODE_TEXT_RESPONSE)
53 response->pdu_bhs->bhs_opcode);
54 bhstr = (struct iscsi_bhs_text_response *)response->pdu_bhs;
71 return (response);
98 struct pdu *response; local
101 response = pdu_new(conn);
102 pdu_receive(response);
171 struct pdu *request, *response; local
[all...]
H A Dlogin.c47 login_nsg(const struct pdu *response) argument
51 bhslr = (struct iscsi_bhs_login_response *)response->pdu_bhs;
190 login_handle_redirection(struct connection *conn, struct pdu *response) argument
196 bhslr = (struct iscsi_bhs_login_response *)response->pdu_bhs;
200 keys_load(response_keys, response);
219 struct pdu *response; local
224 response = pdu_new(conn);
225 pdu_receive(response);
226 if (response->pdu_bhs->bhs_opcode != ISCSI_BHS_OPCODE_LOGIN_RESPONSE) {
228 response
473 struct pdu *request, *response; local
595 login_send_chap_r(struct pdu *response) argument
680 login_verify_mutual(const struct pdu *response) argument
725 struct pdu *response; local
753 struct pdu *request, *response; local
[all...]
/freebsd-11.0-release/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-11.0-release/sbin/camcontrol/
H A Dutil.c168 int response = -1; local
174 response = 1;
176 response = 0;
181 response = 0;
182 } while (response == -1);
183 return (response);
/freebsd-11.0-release/contrib/ofed/libibverbs/src/
H A Dkern_abi.h73 * length of the command block and response buffer if any in 32-bit
82 __u64 response; member in struct:ibv_get_context
93 __u64 response; member in struct:ibv_get_event_fds
/freebsd-11.0-release/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-11.0-release/libexec/talkd/
H A Dtalkd.c69 static CTL_RESPONSE response; variable
118 process_request(mp, &response);
120 cc = sendto(STDIN_FILENO, (char *)&response,
121 sizeof(response), 0, &ctl_addr, sizeof(ctl_addr));
122 if (cc != sizeof (response))
/freebsd-11.0-release/sys/boot/arm/at91/libat91/
H A Dsd-card.c124 // wait for CMDRDY Status flag to read the response
148 // Don't check response CRC on ACMD41 (R3 response type).
284 MCI_GetCSD(unsigned int rca, unsigned int *response) argument
289 response[0] = AT91C_BASE_MCI->MCI_RSPR[0];
290 response[1] = AT91C_BASE_MCI->MCI_RSPR[1];
291 response[2] = AT91C_BASE_MCI->MCI_RSPR[2];
292 response[3] = AT91C_BASE_MCI->MCI_RSPR[3];
304 unsigned int response; local
315 // pattern that gets echoed back in the response
365 MCI_SDCard_GetCID(unsigned int *response) argument
[all...]
/freebsd-11.0-release/usr.sbin/ctld/
H A Dlogin.c48 login_set_nsg(struct pdu *response, int nsg) argument
56 bhslr = (struct iscsi_bhs_login_response *)response->pdu_bhs;
74 login_set_csg(struct pdu *response, int csg) argument
82 bhslr = (struct iscsi_bhs_login_response *)response->pdu_bhs;
101 * without sending response ("A target receiving any PDU
151 struct pdu *response; local
159 response = pdu_new_response(request);
160 bhslr2 = (struct iscsi_bhs_login_response *)response->pdu_bhs;
162 login_set_csg(response, BHSLR_STAGE_SECURITY_NEGOTIATION);
170 return (response);
176 struct pdu *response; local
258 struct pdu *response; local
340 struct pdu *response; local
617 struct pdu *response; local
676 struct pdu *response; local
756 struct pdu *request, *response; local
780 struct pdu *request, *response; local
[all...]
/freebsd-11.0-release/contrib/ofed/librdmacm/include/rdma/
H A Drdma_cma_abi.h78 __u64 response; member in struct:ucma_abi_create_id
88 __u64 response; member in struct:ucma_abi_destroy_id
98 __u64 response; member in struct:ucma_abi_bind_addr
116 __u64 response; member in struct:ucma_abi_query_route
185 __u64 response; member in struct:ucma_abi_init_qp_attr
196 __u64 response; /* ucma_abi_create_id_resp */ member in struct:ucma_abi_join_mcast
203 __u64 response; member in struct:ucma_abi_get_event
226 __u64 response; member in struct:ucma_abi_migrate_id
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Drdma_user_cm.h78 __u64 response; member in struct:rdma_ucm_create_id
89 __u64 response; member in struct:rdma_ucm_destroy_id
99 __u64 response; member in struct:rdma_ucm_bind_addr
117 __u64 response; member in struct:rdma_ucm_query_route
185 __u64 response; member in struct:rdma_ucm_init_qp_attr
196 __u64 response; /* rdma_ucm_create_id_resp */ member in struct:rdma_ucm_join_mcast
203 __u64 response; member in struct:rdma_ucm_get_event
242 __u64 response; member in struct:rdma_ucm_migrate_id
/freebsd-11.0-release/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...]
/freebsd-11.0-release/contrib/serf/auth/
H A Dauth.c31 serf_bucket_t *response,
97 /* Reads and discards all bytes in the response body. */
98 static apr_status_t discard_body(serf_bucket_t *response) argument
105 status = serf_bucket_read(response, SERF_READ_ALL_AVAIL, &data, &len);
116 * handle_auth_header is called for each header in the response. It filters
126 serf_bucket_t *response,
195 status = handler(code, request, response,
263 serf_bucket_t *response,
282 hdrs = serf_bucket_response_get_headers(response);
298 and handle each header in the response, lookin
26 default_auth_response_handler(const serf__authn_scheme_t *scheme, peer_t peer, int code, serf_connection_t *conn, serf_request_t *request, serf_bucket_t *response, apr_pool_t *pool) argument
122 handle_auth_headers(int code, void *baton, apr_hash_t *hdrs, serf_request_t *request, serf_bucket_t *response, apr_pool_t *pool) argument
261 dispatch_auth(int code, serf_request_t *request, serf_bucket_t *response, void *baton, apr_pool_t *pool) argument
316 serf__handle_auth_response(int *consumed_response, serf_request_t *request, serf_bucket_t *response, void *baton, apr_pool_t *pool) argument
[all...]

Completed in 460 milliseconds

12345678