Symbol: response
crypto/libressl/apps/openssl/ts.c
1072
TS_RESP *response = NULL;
crypto/libressl/apps/openssl/ts.c
1083
if ((response = d2i_TS_RESP_bio(in_bio, NULL)) == NULL)
crypto/libressl/apps/openssl/ts.c
1094
TS_RESP_verify_response(verify_ctx, response);
crypto/libressl/apps/openssl/ts.c
1109
TS_RESP_free(response);
crypto/libressl/apps/openssl/ts.c
777
TS_RESP *response = NULL;
crypto/libressl/apps/openssl/ts.c
793
response = read_PKCS7(in_bio);
crypto/libressl/apps/openssl/ts.c
796
response = d2i_TS_RESP_bio(in_bio, NULL);
crypto/libressl/apps/openssl/ts.c
799
response = create_response(conf, section, queryfile, passin,
crypto/libressl/apps/openssl/ts.c
801
if (response != NULL)
crypto/libressl/apps/openssl/ts.c
806
if (response == NULL)
crypto/libressl/apps/openssl/ts.c
815
TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response);
crypto/libressl/apps/openssl/ts.c
819
if (!TS_RESP_print_bio(out_bio, response))
crypto/libressl/apps/openssl/ts.c
825
PKCS7 *token = TS_RESP_get_token(response);
crypto/libressl/apps/openssl/ts.c
829
if (!i2d_TS_RESP_bio(out_bio, response))
crypto/libressl/apps/openssl/ts.c
845
TS_RESP_free(response);
crypto/libressl/apps/openssl/ts.c
900
TS_RESP *response = NULL;
crypto/libressl/apps/openssl/ts.c
964
if ((response = TS_RESP_create_response(resp_ctx, query_bio)) == NULL)
crypto/libressl/apps/openssl/ts.c
970
TS_RESP_free(response);
crypto/libressl/apps/openssl/ts.c
971
response = NULL;
crypto/libressl/apps/openssl/ts.c
976
return response;
crypto/libressl/crypto/ocsp/ocsp_asn.c
388
.offset = offsetof(OCSP_RESPBYTES, response),
crypto/libressl/crypto/ocsp/ocsp_cl.c
215
return ASN1_item_unpack(rb->response, &OCSP_BASICRESP_it);
crypto/libressl/crypto/ocsp/ocsp_local.h
141
ASN1_OCTET_STRING *response;
crypto/libressl/crypto/ocsp/ocsp_prn.c
227
i = ASN1_STRING_length(rb->response);
crypto/libressl/crypto/ocsp/ocsp_srv.c
133
&rsp->responseBytes->response))
crypto/libressl/crypto/ts/ts_local.h
262
TS_RESP *response;
crypto/libressl/crypto/ts/ts_rsp_sign.c
360
if (!TS_RESP_set_status_info(ctx->response, si))
crypto/libressl/crypto/ts/ts_rsp_sign.c
376
TS_STATUS_INFO *si = TS_RESP_get_status_info(ctx->response);
crypto/libressl/crypto/ts/ts_rsp_sign.c
388
TS_STATUS_INFO *si = TS_RESP_get_status_info(ctx->response);
crypto/libressl/crypto/ts/ts_rsp_sign.c
427
TS_RESP *response;
crypto/libressl/crypto/ts/ts_rsp_sign.c
433
if (!(ctx->response = TS_RESP_new())) {
crypto/libressl/crypto/ts/ts_rsp_sign.c
477
if (ctx->response != NULL) {
crypto/libressl/crypto/ts/ts_rsp_sign.c
481
TS_RESP_free(ctx->response);
crypto/libressl/crypto/ts/ts_rsp_sign.c
482
ctx->response = NULL;
crypto/libressl/crypto/ts/ts_rsp_sign.c
486
response = ctx->response;
crypto/libressl/crypto/ts/ts_rsp_sign.c
487
ctx->response = NULL; /* Ownership will be returned to caller. */
crypto/libressl/crypto/ts/ts_rsp_sign.c
489
return response;
crypto/libressl/crypto/ts/ts_rsp_sign.c
497
ctx->response = NULL;
crypto/libressl/crypto/ts/ts_rsp_sign.c
507
TS_RESP_free(ctx->response);
crypto/libressl/crypto/ts/ts_rsp_sign.c
508
ctx->response = NULL;
crypto/libressl/crypto/ts/ts_rsp_sign.c
806
TS_RESP_set_tst_info(ctx->response, p7, ctx->tst_info);
crypto/libressl/crypto/ts/ts_rsp_verify.c
469
TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response)
crypto/libressl/crypto/ts/ts_rsp_verify.c
471
PKCS7 *token = TS_RESP_get_token(response);
crypto/libressl/crypto/ts/ts_rsp_verify.c
472
TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response);
crypto/libressl/crypto/ts/ts_rsp_verify.c
476
if (!TS_check_status_info(response))
crypto/libressl/crypto/ts/ts_rsp_verify.c
588
TS_check_status_info(TS_RESP *response)
crypto/libressl/crypto/ts/ts_rsp_verify.c
590
TS_STATUS_INFO *info = TS_RESP_get_status_info(response);
crypto/libressl/crypto/ts/ts_rsp_verify.c
83
static int TS_check_status_info(TS_RESP *response);
crypto/libressl/include/openssl/ts.h
480
int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response);
crypto/libressl/ssl/ssl_clnt.c
1653
CBS cert_status, response;
crypto/libressl/ssl/ssl_clnt.c
1717
if (!CBS_get_u24_length_prefixed(&cert_status, &response) ||
crypto/libressl/ssl/ssl_clnt.c
1724
if (!CBS_stow(&response, &s->internal->tlsext_ocsp_resp,
crypto/libressl/ssl/ssl_tlsext.c
1032
CBS response;
crypto/libressl/ssl/ssl_tlsext.c
1054
if (!CBS_get_u24_length_prefixed(cbs, &response)) {
crypto/libressl/ssl/ssl_tlsext.c
1058
if (CBS_len(&response) > 65536) {
crypto/libressl/ssl/ssl_tlsext.c
1062
if (!CBS_stow(&response, &s->internal->tlsext_ocsp_resp,
crypto/libressl/tls/tls_ocsp.c
287
tls_ocsp_process_response_internal(struct tls *ctx, const unsigned char *response,
crypto/libressl/tls/tls_ocsp.c
293
resp = d2i_OCSP_RESPONSE(NULL, &response, size);
crypto/libressl/tls/tls_ocsp.c
455
tls_ocsp_process_response(struct tls *ctx, const unsigned char *response,
crypto/libressl/tls/tls_ocsp.c
460
return tls_ocsp_process_response_internal(ctx, response, size);
crypto/openssh/auth2-chall.c
298
char **response = NULL;
crypto/openssh/auth2-chall.c
316
response = xcalloc(nresp, sizeof(char *));
crypto/openssh/auth2-chall.c
318
if ((r = sshpkt_get_cstring(ssh, &response[i], NULL)) != 0)
crypto/openssh/auth2-chall.c
325
res = kbdintctxt->device->respond(kbdintctxt->ctxt, nresp, response);
crypto/openssh/auth2-chall.c
328
explicit_bzero(response[i], strlen(response[i]));
crypto/openssh/auth2-chall.c
329
free(response[i]);
crypto/openssh/auth2-chall.c
331
free(response);
crypto/openssh/clientloop.c
2239
char *fp, *response;
crypto/openssh/clientloop.c
2272
response = NULL;
crypto/openssh/clientloop.c
2274
free(response);
crypto/openssh/clientloop.c
2275
response = read_passphrase("Accept updated hostkeys? "
crypto/openssh/clientloop.c
2277
if (response != NULL && strcasecmp(response, "yes") == 0)
crypto/openssh/clientloop.c
2279
else if (quit_pending || response == NULL ||
crypto/openssh/clientloop.c
2280
strcasecmp(response, "no") == 0) {
crypto/openssh/clientloop.c
2288
if (quit_pending || i >= 3 || response == NULL)
crypto/openssh/clientloop.c
2290
free(response);
crypto/openssh/monitor.c
969
char *response;
crypto/openssh/monitor.c
977
if ((r = sshbuf_get_cstring(m, &response, NULL)) != 0)
crypto/openssh/monitor.c
980
auth_userresponse(authctxt->as, response, 0);
crypto/openssh/monitor.c
982
debug3_f("<%s> = <%d>", response, authok);
crypto/openssh/monitor.c
983
free(response);
crypto/openssh/scp.c
1216
if (response() < 0)
crypto/openssh/scp.c
1452
if (response() < 0)
crypto/openssh/scp.c
1496
(void) response();
crypto/openssh/scp.c
1529
if (response() < 0) {
crypto/openssh/scp.c
1548
(void) response();
crypto/openssh/scp.c
1962
(void) response();
crypto/openssh/scp.c
458
int response(void);
crypto/openssh/scp.c
672
(void) response();
crypto/openssh/scp.c
750
return (response());
crypto/openssh/sshconnect2.c
1943
char *display_prompt = NULL, *response = NULL;
crypto/openssh/sshconnect2.c
1985
response = read_passphrase(display_prompt, echo ? RP_ECHO : 0);
crypto/openssh/sshconnect2.c
1986
if ((r = sshpkt_put_cstring(ssh, response)) != 0)
crypto/openssh/sshconnect2.c
1988
freezero(response, strlen(response));
crypto/openssh/sshconnect2.c
1991
display_prompt = response = prompt = NULL;
crypto/openssh/sshconnect2.c
1999
if (response)
crypto/openssh/sshconnect2.c
2000
freezero(response, strlen(response));
games/hunt/hunt/hunt.c
183
driver->response,
games/hunt/hunt/hunt.c
184
(driver->response == 1) ? "" : "s",
games/hunt/hunt/list.c
121
driver->response = ntohs(resp);
games/hunt/hunt/list.c
127
htons(driver->response);
games/hunt/hunt/list.h
10
u_int16_t response;
games/hunt/huntd/driver.c
1140
u_int16_t response;
games/hunt/huntd/driver.c
1176
response = Nplayer;
games/hunt/huntd/driver.c
1180
response = stat_port;
games/hunt/huntd/driver.c
1189
response = sock_port;
games/hunt/huntd/driver.c
1196
response = ntohs(response);
games/hunt/huntd/driver.c
1197
if (sendto(fd, &response, sizeof response, 0,
lib/libc/locale/rpmatch.c
35
rpmatch(const char *response)
lib/libc/locale/rpmatch.c
46
if (regexec(&yes, response, 0, NULL, 0) == 0)
lib/libc/locale/rpmatch.c
48
else if (regexec(&no, response, 0, NULL, 0) == 0)
libexec/pppoed/pppoed.c
503
unsigned char response[1024];
libexec/pppoed/pppoed.c
654
switch (sz = NgRecvData(ds, response, sizeof response, rhook)) {
libexec/pppoed/pppoed.c
667
sprintf(ptr, "%02x", (u_char)response[f]);
libexec/pppoed/pppoed.c
676
Spawn(prog, acname, provider, exec, ngc, cs, ds, response, sz, optd);
libexec/talkd/table.c
146
insert_table(CTL_MSG *request, CTL_RESPONSE *response)
libexec/talkd/table.c
154
response->id_num = htonl(request->id_num);
libexec/talkd/talkd.c
104
process_request(mp, &response);
libexec/talkd/talkd.c
107
cc = sendto(sockt, (char *)&response,
libexec/talkd/talkd.c
108
sizeof (response), 0, (struct sockaddr *)&mp->ctl_addr,
libexec/talkd/talkd.c
110
if (cc != sizeof (response))
libexec/talkd/talkd.c
58
CTL_RESPONSE response;
sbin/camcontrol/camcontrol.c
2963
int error = 0, response = 0, retval = 0;
sbin/camcontrol/camcontrol.c
3027
response = 1;
sbin/camcontrol/camcontrol.c
3029
response = -1;
sbin/camcontrol/camcontrol.c
3035
} while (response == 0);
sbin/camcontrol/camcontrol.c
3037
if (response == -1) {
sys/dev/acpica/acpi_hp/acpi_hp.c
816
ACPI_BUFFER response = { ACPI_ALLOCATE_BUFFER, NULL };
sys/dev/acpica/acpi_hp/acpi_hp.c
818
ACPI_WMI_GET_EVENT_DATA(sc->wmi_dev, notify, &response);
sys/dev/acpica/acpi_hp/acpi_hp.c
819
obj = (ACPI_OBJECT*) response.Pointer;
sys/dev/acpica/acpi_hp/acpi_hp.c
825
acpi_hp_free_buffer(&response);
sys/dev/disk/amd/amd.c
1203
int response;
sys/dev/disk/amd/amd.c
1206
response = FALSE;
sys/dev/disk/amd/amd.c
1238
response = TRUE;
sys/dev/disk/amd/amd.c
1247
response = amdhandlemsgreject(amd);
sys/dev/disk/amd/amd.c
1248
if (response == FALSE)
sys/dev/disk/amd/amd.c
1322
response = TRUE;
sys/dev/disk/amd/amd.c
1342
response = TRUE;
sys/dev/disk/amd/amd.c
1345
if (response)
sys/dev/disk/amd/amd.c
1348
if (done && !response)
sys/dev/disk/amd/amd.c
1463
int response = FALSE;
sys/dev/disk/amd/amd.c
1524
return (response);
sys/dev/disk/iscsi/initiator/iscsi.h
152
u_char response;
sys/dev/disk/iscsi/initiator/iscsi_subr.c
186
_scsi_done(struct isc_softc *isp, u_int response, u_int status, union ccb *ccb, pduq_t *pq)
sys/dev/disk/iscsi/initiator/iscsi_subr.c
192
if(status || response) {
sys/dev/disk/iscsi/initiator/iscsi_subr.c
193
debug(3, "response=%x status=%x ccb=%p pq=%p", response, status, ccb, pq);
sys/dev/disk/iscsi/initiator/iscsi_subr.c
198
switch(response) {
sys/dev/disk/iscsi/initiator/iscsi_subr.c
232
if((response >= 0x80) && (response <= 0xFF)) {
sys/dev/disk/iscsi/initiator/iscsi_subr.c
336
_scsi_done(sp->isc, cmd->response, cmd->status, opq->ccb, pq);
sys/dev/disk/mpt/mpt_cam.c
2277
uint8_t response;
sys/dev/disk/mpt/mpt_cam.c
2304
response = mpt->tmf_req->ResponseCode;
sys/dev/disk/mpt/mpt_cam.c
2321
if (response != MPI_SCSITASKMGMT_RSP_TM_SUCCEEDED &&
sys/dev/disk/mpt/mpt_cam.c
2322
response != MPI_SCSITASKMGMT_RSP_TM_COMPLETE) {
sys/dev/disk/mpt/mpt_cam.c
2324
"Resetting controller.\n", response);
sys/dev/disk/mpt/mpt_cam.c
4037
uint8_t response;
sys/dev/disk/mpt/mpt_cam.c
4088
response = mpt->tmf_req->ResponseCode;
sys/dev/disk/mpt/mpt_cam.c
4108
if (response != MPI_SCSITASKMGMT_RSP_TM_SUCCEEDED &&
sys/dev/disk/mpt/mpt_cam.c
4109
response != MPI_SCSITASKMGMT_RSP_TM_COMPLETE) {
sys/dev/disk/mpt/mpt_cam.c
4111
"Resetting controller.\n", response);
sys/dev/disk/nata/chipsets/ata-marvell.c
451
struct ata_marvell_response *response;
sys/dev/disk/nata/chipsets/ata-marvell.c
466
response = (struct ata_marvell_response *)
sys/dev/disk/nata/chipsets/ata-marvell.c
470
request->status = response->dev_status;
sys/dev/drm/i915/intel_dp.c
4240
uint8_t response = DP_TEST_NAK;
sys/dev/drm/i915/intel_dp.c
4253
response = intel_dp_autotest_link_training(intel_dp);
sys/dev/drm/i915/intel_dp.c
4257
response = intel_dp_autotest_video_pattern(intel_dp);
sys/dev/drm/i915/intel_dp.c
4261
response = intel_dp_autotest_edid(intel_dp);
sys/dev/drm/i915/intel_dp.c
4265
response = intel_dp_autotest_phy_pattern(intel_dp);
sys/dev/drm/i915/intel_dp.c
4272
if (response & DP_TEST_ACK)
sys/dev/drm/i915/intel_dp.c
4276
status = drm_dp_dpcd_writeb(&intel_dp->aux, DP_TEST_RESPONSE, response);
sys/dev/drm/i915/intel_sdvo.c
1830
uint16_t response;
sys/dev/drm/i915/intel_sdvo.c
1840
&response, 2))
sys/dev/drm/i915/intel_sdvo.c
1844
response & 0xff, response >> 8,
sys/dev/drm/i915/intel_sdvo.c
1847
if (response == 0)
sys/dev/drm/i915/intel_sdvo.c
1850
intel_sdvo->attached_output = response;
sys/dev/drm/i915/intel_sdvo.c
1856
if ((intel_sdvo_connector->output_flag & response) == 0)
sys/dev/drm/i915/intel_sdvo.c
2803
!intel_sdvo_get_value(intel_sdvo, SDVO_CMD_GET_##NAME, &response, 2)) \
sys/dev/drm/i915/intel_sdvo.c
2808
state_assignment = response; \
sys/dev/drm/i915/intel_sdvo.c
2812
data_value[0], data_value[1], response); \
sys/dev/drm/i915/intel_sdvo.c
2828
uint16_t response, data_value[2];
sys/dev/drm/i915/intel_sdvo.c
2839
&response, 2))
sys/dev/drm/i915/intel_sdvo.c
2842
sdvo_state->tv.overscan_h = response;
sys/dev/drm/i915/intel_sdvo.c
2862
data_value[0], data_value[1], response);
sys/dev/drm/i915/intel_sdvo.c
2873
&response, 2))
sys/dev/drm/i915/intel_sdvo.c
2876
sdvo_state->tv.overscan_v = response;
sys/dev/drm/i915/intel_sdvo.c
2898
data_value[0], data_value[1], response);
sys/dev/drm/i915/intel_sdvo.c
2915
if (!intel_sdvo_get_value(intel_sdvo, SDVO_CMD_GET_DOT_CRAWL, &response, 2))
sys/dev/drm/i915/intel_sdvo.c
2918
sdvo_state->tv.dot_crawl = response & 0x1;
sys/dev/drm/i915/intel_sdvo.c
2926
DRM_DEBUG_KMS("dot crawl: current %d\n", response);
sys/dev/drm/i915/intel_sdvo.c
2939
uint16_t response, data_value[2];
sys/dev/drm/i915/intel_sdvo.c
2953
uint16_t response;
sys/dev/drm/i915/intel_sdvo.c
2961
enhancements.response == 0) {
sys/dev/drm/i915/intel_sdvo.c
513
void *response, int response_len)
sys/dev/drm/i915/intel_sdvo.c
572
&((u8 *)response)[i]))
sys/dev/drm/i915/intel_sdvo.c
574
BUF_PRINT(" %02X", ((u8 *)response)[i]);
sys/dev/drm/i915/intel_sdvo.c
640
struct intel_sdvo_get_trained_inputs_response response;
sys/dev/drm/i915/intel_sdvo.c
642
BUILD_BUG_ON(sizeof(response) != 1);
sys/dev/drm/i915/intel_sdvo.c
644
&response, sizeof(response)))
sys/dev/drm/i915/intel_sdvo.c
647
*input_1 = response.input0_trained;
sys/dev/drm/i915/intel_sdvo.c
648
*input_2 = response.input1_trained;
sys/dev/netif/mxge/if_mxge.c
789
volatile mcp_cmd_response_t *response = sc->cmd;
sys/dev/netif/mxge/if_mxge.c
807
response->result = 0xffffffff;
sys/dev/netif/mxge/if_mxge.c
817
switch (be32toh(response->result)) {
sys/dev/netif/mxge/if_mxge.c
819
data->data0 = be32toh(response->data);
sys/dev/netif/mxge/if_mxge.c
839
cmd, be32toh(response->result));
sys/dev/netif/mxge/if_mxge.c
848
cmd, be32toh(response->result));
sys/dev/raid/mpr/mpr_sas.c
2981
uint8_t *request, *response;
sys/dev/raid/mpr/mpr_sas.c
3039
response = (uint8_t *)(uintptr_t)rsp_sg[0].ds_addr;
sys/dev/raid/mpr/mpr_sas.c
3041
response = ccb->smpio.smp_response;
sys/dev/raid/mpr/mpr_sas.c
3045
response = ccb->smpio.smp_response;
sys/dev/raid/mpr/mpr_sas.c
3103
response = (uint8_t *)(uintptr_t)rsp_sg[0].ds_addr;
sys/dev/raid/mpr/mpr_sas.c
3105
response = ccb->smpio.smp_response;
sys/dev/raid/mpr/mpr_sas.c
3108
response = ccb->smpio.smp_response;
sys/dev/raid/mpr/mpr_sas.c
3154
cm->cm_iovec[1].iov_base = response;
sys/dev/raid/mps/mps_sas.c
2463
uint8_t *request, *response;
sys/dev/raid/mps/mps_sas.c
2521
response = (uint8_t *)rsp_sg[0].ds_addr;
sys/dev/raid/mps/mps_sas.c
2523
response = ccb->smpio.smp_response;
sys/dev/raid/mps/mps_sas.c
2526
response = ccb->smpio.smp_response;
sys/dev/raid/mps/mps_sas.c
2570
cm->cm_iovec[1].iov_base = response;
sys/dev/sound/pci/hda/hdac.c
1003
resp = rirb->response;
sys/dev/sound/pci/hda/hdac.c
1013
sc->codecs[cad].response = resp;
sys/dev/sound/pci/hda/hdac.c
1061
sc->codecs[cad].response = HDA_INVALID;
sys/dev/sound/pci/hda/hdac.c
1091
return (sc->codecs[cad].response);
sys/dev/sound/pci/hda/hdac_private.h
132
uint32_t response;
sys/dev/sound/pci/hda/hdac_private.h
222
uint32_t response;
sys/dev/virtual/virtio/scsi/virtio_scsi.c
1147
cmd_resp->response = -1;
sys/dev/virtual/virtio/scsi/virtio_scsi.c
1204
uint8_t response;
sys/dev/virtual/virtio/scsi/virtio_scsi.c
1207
response = tmf_resp->response;
sys/dev/virtual/virtio/scsi/virtio_scsi.c
1211
req, to_req, response);
sys/dev/virtual/virtio/scsi/virtio_scsi.c
1223
if (response == VIRTIO_SCSI_S_FUNCTION_COMPLETE)
sys/dev/virtual/virtio/scsi/virtio_scsi.c
1269
tmf_resp->response = -1;
sys/dev/virtual/virtio/scsi/virtio_scsi.c
1332
switch (cmd_resp->response) {
sys/dev/virtual/virtio/scsi/virtio_scsi.c
1500
switch (tmf_resp->response) {
sys/dev/virtual/virtio/scsi/virtio_scsi.c
1562
tmf_resp->response = -1;
sys/dev/virtual/virtio/scsi/virtio_scsi.c
1587
req, ccb, tmf_resp->response);
sys/dev/virtual/virtio/scsi/virtio_scsi.c
1589
if (tmf_resp->response == VIRTIO_SCSI_S_FUNCTION_COMPLETE) {
sys/dev/virtual/virtio/scsi/virtio_scsi.c
1630
tmf_resp->response = -1;
sys/dev/virtual/virtio/scsi/virtio_scsi.h
58
uint8_t response; /* Response values */
sys/dev/virtual/virtio/scsi/virtio_scsi.h
71
uint8_t response;
sys/dev/virtual/virtio/scsi/virtio_scsi.h
83
uint8_t response;
sys/netbt/hci.h
1527
uint8_t response[240];
sys/netbt/hci.h
1534
uint8_t response[240];
sys/netbt/hci.h
2152
uint8_t response[240]; /* extended inquiry response */
sys/netgraph/ksocket/ng_ksocket.c
1005
NG_MKMESSAGE(response, NGM_KSOCKET_COOKIE,
sys/netgraph/ksocket/ng_ksocket.c
1007
if (response != NULL) {
sys/netgraph/ksocket/ng_ksocket.c
1008
response->header.flags |= NGF_RESP;
sys/netgraph/ksocket/ng_ksocket.c
1009
response->header.token = priv->response_token;
sys/netgraph/ksocket/ng_ksocket.c
1010
*(int32_t *)response->data = error;
sys/netgraph/ksocket/ng_ksocket.c
1017
ng_queue_msg(node, response,
sys/netgraph/ksocket/ng_ksocket.c
986
struct ng_mesg *response;
sys/netgraph7/ksocket/ng_ksocket.c
1017
struct ng_mesg *response;
sys/netgraph7/ksocket/ng_ksocket.c
1035
NG_MKMESSAGE(response, NGM_KSOCKET_COOKIE,
sys/netgraph7/ksocket/ng_ksocket.c
1037
if (response != NULL) {
sys/netgraph7/ksocket/ng_ksocket.c
1038
response->header.flags |= NGF_RESP;
sys/netgraph7/ksocket/ng_ksocket.c
1039
response->header.token = priv->response_token;
sys/netgraph7/ksocket/ng_ksocket.c
1040
*(int32_t *)response->data = error;
sys/netgraph7/ksocket/ng_ksocket.c
1047
response, priv->response_addr, 0);
usr.bin/talk/invite.c
105
ctl_transact(my_machine_addr, msg, DELETE, &response);
usr.bin/talk/invite.c
107
ctl_transact(his_machine_addr, msg, DELETE, &response);
usr.bin/talk/invite.c
148
CTL_RESPONSE response;
usr.bin/talk/invite.c
151
ctl_transact(his_machine_addr, msg, ANNOUNCE, &response);
usr.bin/talk/invite.c
152
remote_id = response.id_num;
usr.bin/talk/invite.c
153
if (response.answer != SUCCESS) {
usr.bin/talk/invite.c
154
if (response.answer < NANSWERS)
usr.bin/talk/invite.c
155
message(answers[response.answer]);
usr.bin/talk/invite.c
160
ctl_transact(my_machine_addr, msg, LEAVE_INVITE, &response);
usr.bin/talk/invite.c
161
local_id = response.id_num;
usr.bin/talk/invite.c
63
CTL_RESPONSE response;
usr.bin/talk/look_up.c
48
CTL_RESPONSE response;
usr.bin/talk/look_up.c
49
CTL_RESPONSE *rp = &response;
usr.bin/xargs/xargs.c
798
char *response;
usr.bin/xargs/xargs.c
805
if ((response = fgetln(ttyfp, &rsize)) == NULL ||
usr.bin/xargs/xargs.c
810
response[rsize - 1] = '\0';
usr.bin/xargs/xargs.c
811
match = regexec(&cre, response, 0, NULL, 0);
usr.sbin/lpr/lpd/printjob.c
1116
(resp = response(pp)) < 0 || resp == '\1') {
usr.sbin/lpr/lpd/printjob.c
1156
if (write(pfd, "", 1) != 1 || response(pp)) {
usr.sbin/lpr/lpd/printjob.c
128
static char response(const struct printer *_pp);
usr.sbin/lpr/lpd/printjob.c
1793
&& (resp = response(pp)) == 0)
usr.sbin/nscd/mp_rs_query.c
170
init_comm_element(&qstate->response, CET_MP_READ_SESSION_RESPONSE);
usr.sbin/nscd/mp_rs_query.c
172
&qstate->response);
usr.sbin/nscd/mp_rs_query.c
332
&qstate->response);
usr.sbin/nscd/mp_rs_query.c
417
init_comm_element(&qstate->response, CET_MP_READ_SESSION_READ_RESPONSE);
usr.sbin/nscd/mp_rs_query.c
419
&qstate->response);
usr.sbin/nscd/mp_rs_query.c
455
&qstate->response);
usr.sbin/nscd/mp_rs_query.c
495
&qstate->response);
usr.sbin/nscd/mp_rs_query.c
506
finalize_comm_element(&qstate->response);
usr.sbin/nscd/mp_rs_query.c
68
finalize_comm_element(&qstate->response);
usr.sbin/nscd/mp_ws_query.c
169
init_comm_element(&qstate->response, CET_MP_WRITE_SESSION_RESPONSE);
usr.sbin/nscd/mp_ws_query.c
171
&qstate->response);
usr.sbin/nscd/mp_ws_query.c
264
&qstate->response);
usr.sbin/nscd/mp_ws_query.c
417
init_comm_element(&qstate->response,
usr.sbin/nscd/mp_ws_query.c
420
&qstate->response);
usr.sbin/nscd/mp_ws_query.c
447
&qstate->response);
usr.sbin/nscd/mp_ws_query.c
459
finalize_comm_element(&qstate->response);
usr.sbin/nscd/mp_ws_query.c
70
finalize_comm_element(&qstate->response);
usr.sbin/nscd/query.c
1067
transform_response = get_cache_transform_response(&qstate->response);
usr.sbin/nscd/query.c
1076
finalize_comm_element(&qstate->response);
usr.sbin/nscd/query.c
1238
init_comm_element(&retval->response, CET_UNDEFINED);
usr.sbin/nscd/query.c
289
finalize_comm_element(&qstate->response);
usr.sbin/nscd/query.c
401
init_comm_element(&qstate->response, CET_WRITE_RESPONSE);
usr.sbin/nscd/query.c
402
write_response = get_cache_write_response(&qstate->response);
usr.sbin/nscd/query.c
474
init_comm_element(&qstate->response, CET_WRITE_RESPONSE);
usr.sbin/nscd/query.c
475
write_response = get_cache_write_response(&qstate->response);
usr.sbin/nscd/query.c
553
write_response = get_cache_write_response(&qstate->response);
usr.sbin/nscd/query.c
562
finalize_comm_element(&qstate->response);
usr.sbin/nscd/query.c
667
init_comm_element(&qstate->response, CET_READ_RESPONSE);
usr.sbin/nscd/query.c
668
read_response = get_cache_read_response(&qstate->response);
usr.sbin/nscd/query.c
830
read_response = get_cache_read_response(&qstate->response);
usr.sbin/nscd/query.c
866
read_response = get_cache_read_response(&qstate->response);
usr.sbin/nscd/query.c
877
finalize_comm_element(&qstate->response);
usr.sbin/nscd/query.c
977
init_comm_element(&qstate->response, CET_TRANSFORM_RESPONSE);
usr.sbin/nscd/query.c
978
transform_response = get_cache_transform_response(&qstate->response);
usr.sbin/nscd/query.h
57
struct comm_element response;
usr.sbin/ppp/chap_ms.c
116
ChallengeResponse(u_char *challenge, u_char *pwHash, u_char *response)
usr.sbin/ppp/chap_ms.c
123
DesEncrypt(challenge, ZPasswordHash + 0, response + 0);
usr.sbin/ppp/chap_ms.c
124
DesEncrypt(challenge, ZPasswordHash + 7, response + 8);
usr.sbin/ppp/chap_ms.c
125
DesEncrypt(challenge, ZPasswordHash + 14, response + 16);
usr.sbin/ppp/chap_ms.c
384
u_char response[24];
usr.sbin/ppp/chap_ms.c
386
ChallengeResponse(challenge, passwordHash, response);
usr.sbin/ppp/chap_ms.c
387
memcpy(passwordHash, response, 24);
usr.sbin/ppp/radius.c
109
u_char response[24];
usr.sbin/ppp/radius.c
825
memcpy(msresp2.response, keyv2->NTResponse, sizeof msresp2.response);