Searched refs:response (Results 151 - 160 of 160) sorted by relevance

1234567

/freebsd-10.0-release/contrib/serf/
H A Doutgoing.c48 /* If the response has allocated some buckets, then destroy them (since
166 /* Make sure all response buckets were drained. */
415 /* Read the 'Connection' header from the response. Return SERF_ERROR_CLOSING if
417 * connection right after this response.
420 static apr_status_t is_conn_closing(serf_bucket_t *response) argument
425 hdrs = serf_bucket_response_get_headers(response);
452 /* The request and response buckets are no longer needed,
707 response of the CONNECT request. */
873 /* A response message was received from the server, so call
894 /* If there was an error reading the response (mayb
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dmonitor_wrap.c971 /* Get the challenge, and format the response */
1029 /* Get the challenge, and format the response */
1151 mm_auth_rsa_verify_response(Key *key, BIGNUM *p, u_char response[16]) argument
1167 buffer_put_string(&m, response, 16);
/freebsd-10.0-release/sys/dev/isci/scil/
H A Dscic_sds_request.c137 * and response IU
175 * This macro returns the address of the ssp response buffer in the io
185 * This macro aligns the ssp response buffer in DWORD-aligned fashion
194 * This macro returns the DWORD-aligned ssp response buffer
254 * This macro returns the address of the ssp response buffer in the task
749 // Copy the physical address for the response buffer to the SCU Task Context
1680 * @brief This method copies response data for requests returning response
1684 * which to copy the response data.
2145 // There are times when the SCU hardware will return an early response
2150 SCI_SSP_RESPONSE_IU_T *response = (SCI_SSP_RESPONSE_IU_T *) local
[all...]
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_ripencc.c307 short rpt_0x4E (TSIPPKT *rpt, unsigned char *response);
2160 unsigned char *response)
2161 /* yes/no response to command to set GPS time */
2167 *response = buf[0];
3413 response; local
3416 if (rpt_0x4E (rpt, &response))
3422 switch (response)
2159 rpt_0x4E(TSIPPKT *rpt, unsigned char *response) argument
/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic79xx.c1912 * sent. A busfree is the expected response after
1939 * or start another packet in response to our message.
1951 * start another packet in response to our message.
2016 * If the "illegal" phase changes were in response
2202 * chances are pretty good that the busfree was in response
2248 * This abort is in response to an
4068 * If this message illicited a response,
4076 printf("Asserting ATN for response\n");
4195 * If this message illicited a response, transition
4303 int response; local
4728 int response = 0; local
[all...]
/freebsd-10.0-release/sys/dev/mps/
H A Dmps_sas.c2031 strcat(desc_scsi_state, "response info ");
2758 uint8_t *request, *response; local
2782 * request or response.
2787 "%s: multiple request or response "
2815 response = (uint8_t *)(uintptr_t)rsp_sg[0].ds_addr;
2817 response = ccb->smpio.smp_response;
2821 response = ccb->smpio.smp_response;
2871 cm->cm_iovec[1].iov_base = response;
2880 * segment for the request and another for the response.
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c225 then look for an error embedded in the response. */
811 /* Supplying the optional URI affects apache response when
1277 svn_ra_serf__expect_empty_body -- it just notices POST response
1283 serf_bucket_t *response,
1288 serf_bucket_t *hdrs = serf_bucket_response_get_headers(response);
1293 /* Execute the 'real' response handler to XML-parse the repsonse body. */
1294 return svn_ra_serf__expect_empty_body(request, response,
1416 _("The OPTIONS response did not include the "
1280 post_response_handler(serf_request_t *request, serf_bucket_t *response, void *baton, apr_pool_t *scratch_pool) argument
/freebsd-10.0-release/sys/dev/mxge/
H A Dif_mxge.c806 response in the confirmation address. The firmware should
846 volatile mcp_cmd_response_t *response = sc->cmd; local
864 response->result = 0xffffffff;
874 switch (be32toh(response->result)) {
876 data->data0 = be32toh(response->data);
898 cmd, be32toh(response->result));
908 cmd, be32toh(response->result));
1006 response in the confirmation address. The firmware should
/freebsd-10.0-release/sys/dev/mps/mpi/
H A Dmpi2_history.txt390 * response data.
/freebsd-10.0-release/contrib/ofed/librdmacm/src/
H A Dcma.c102 cmd->response = (uintptr_t)resp;\

Completed in 147 milliseconds

1234567