HomeSort by: relevance | last modified time | path
    Searched defs:response (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/usr.bin/talk/
look_up.c 51 CTL_RESPONSE response; local in function:check_local
52 CTL_RESPONSE *rp = &response;
73 p_error("Response uses invalid network address");
invite.c 69 CTL_RESPONSE response; local in function:invite_remote
111 ctl_transact(my_machine_addr, msg, DELETE, &response);
113 ctl_transact(his_machine_addr, msg, DELETE, &response);
146 * Transmit the invitation and process the response
151 CTL_RESPONSE response; local in function:announce_invite
154 ctl_transact(his_machine_addr, msg, ANNOUNCE, &response);
155 remote_id = response.id_num;
156 if (response.answer != SUCCESS) {
157 if (response.answer < NANSWERS)
158 message(answers[response.answer])
    [all...]
  /src/lib/libpam/modules/pam_skey/
pam_skey.c 58 char *response; local in function:pam_sm_authenticate
87 response = strdup(pass);
88 if (response == NULL) {
89 pam_error(pamh, "Unable to copy S/Key response");
93 retval = skey_passcheck(user, response) == -1 ?
96 free(response);
  /src/libexec/talkd/
talkd.c 71 CTL_RESPONSE response; variable in typeref:typename:CTL_RESPONSE
119 memset(&response, 0, sizeof(response));
132 process_request(mp, &response);
139 cc = sendto(sockt, (char *)&response, sizeof (response), 0,
141 if (cc != sizeof (response))
  /src/usr.sbin/hdaudioctl/
graph.c 51 prop_dictionary_t request, response; local in function:hdaudioctl_graph
79 HDAUDIO_FGRP_CODEC_INFO, &response);
86 prop_dictionary_get_uint16(response, "vendor-id", &vendor);
87 prop_dictionary_get_uint16(response, "product-id", &product);
95 HDAUDIO_FGRP_WIDGET_INFO, &response);
98 prop_dictionary_get_string(response, "name", &name);
99 prop_dictionary_get_uint32(response, "cap", &cap);
100 prop_dictionary_get_uint32(response, "config", &config);
101 prop_dictionary_get_uint8(response, "type", &type);
102 prop_dictionary_get_uint8(response, "nid", &nid)
    [all...]
hdaudioctl.c 110 prop_dictionary_t request, response; local in function:hdaudioctl_list
128 HDAUDIO_FGRP_INFO, &response);
134 array = prop_dictionary_get(response, "function-group-info");
153 prop_object_release(response);
162 prop_dictionary_t request, response; local in function:hdaudioctl_get
184 HDAUDIO_FGRP_GETCONFIG, &response);
190 config = prop_dictionary_get(response, "pin-config");
195 prop_object_release(response);
204 prop_dictionary_t request, response; local in function:hdaudioctl_set
235 HDAUDIO_FGRP_SETCONFIG, &response);
262 prop_dictionary_t request, response, dict; local in function:hdaudioctl_show
    [all...]
  /src/sys/dev/scsipi/
ss_scanjet.c 436 char response[20]; local in function:scanjet_compute_sizes
464 error = scanjet_ctl_read(ss, response, 20);
469 p = strchr(response, 'd');
485 error = scanjet_ctl_read(ss, response, 20);
490 p = strchr(response, 'd');
  /src/sys/arch/sparc/dev/
pckbc_js.c 210 int response; local in function:pckbc_js_attach_common
212 response = pckbc_poll_data1(t, PCKBC_KBD_SLOT);
213 if (response == 0x55)
217 response);
  /src/sys/arch/sparc64/dev/
pckbc_ebus.c 170 int response; local in function:pckbc_ebus_attach
172 response = pckbc_poll_data1(t, PCKBC_KBD_SLOT);
173 if (response == 0x55)
177 response);
  /src/sys/dev/pckbport/
pmsvar.h 47 int response; member in struct:pms_protocol
pckbport.c 60 u_char response[4]; member in struct:pckbport_devcmd
210 * the response
304 cmd->response[cmd->responseidx++] = c;
327 memcpy(respbuf, nc.response, responselen);
424 * return nonzero if valid response.
455 cmd->response[cmd->responseidx++] = data;
532 memcpy(respbuf, nc->response, responselen);
  /src/lib/libradius/
radlib_private.h 89 unsigned char response[MSGSIZE]; /* Response received */ member in struct:rad_handle
90 size_t resp_len; /* Length of response */
  /src/sys/dev/pci/
vioscsireg.h 35 /* Response status values */
64 /* Response header structure */
70 uint8_t response; member in struct:virtio_scsi_res_hdr
twa.c 1144 return(0); /* no more response queue entries */
1154 * Removes all requests from "large" response queue on the 9550 controller.
1161 uint32_t response = 0; local in function:twa_drain_response_queue_large
1168 while ((response &
1170 response = twa_inl(sc, TWA_RESPONSE_QUEUE_LARGE_OFFSET);
1367 /* Response queue is not empty. */
1417 /* Drain the response queue. */
2504 * init_connect_result -- result bitmap of fw response
2611 * Enable interrupts, and also clear attention and response interrupts.
2639 "response queue not empty after reset.\n")
    [all...]
  /src/usr.bin/xargs/
xargs.c 625 char *response; local in function:prompt
632 if ((response = fgetln(ttyfp, &rsize)) == NULL ||
637 response[rsize - 1] = '\0';
638 match = regexec(&cre, response, 0, NULL, 0);
  /src/sys/dev/iscsi/
iscsi_rcv.c 284 * Handle text continuation in login and text response PDUs
441 * Handle receipt of a login response PDU.
454 DEBC(conn, 9, ("Received Login Response PDU, op=%x, flags=%x, sn=%u\n",
460 DEBOUT(("Received duplicate login response (no associated CCB)\n"));
492 * Handle receipt of a text response PDU.
505 DEBC(conn, 9, ("Received Text Response PDU, op=%x, flags=%x\n",
512 DEBOUT(("Received unsolicited text response\n"));
534 * Handle receipt of a logout response PDU.
546 uint8_t response; local in function:receive_logout_pdu
550 response = pdu->pdu_hdr.pduh_OpcodeSpecific [0]
    [all...]
iscsi_text.c 62 AUTH_CHAP_RSP_SENT, /* CHAP: Response sent */
1169 * Declarative keys (no response required)
1329 * rx_pdu The received login response PDU
1349 uint8_t *response = NULL; local in function:assemble_security_parameters
1434 DEBOUT(("Bad Response, auth_state = %d, size %d\n",
1438 response = rxp.val.sval;
1441 DEBOUT(("CHAP Response, bad size %d\n",
1513 if (!par->auth_info.mutual_auth || response == NULL) {
1525 memcmp(state->temp_buf, response, response_size)) {
1631 * rx_pdu The received login response PD
    [all...]
iscsi_pdu.h 119 /* Command + Response */
235 /* Text request / response */
260 /* Login request / response */
273 /* Overlays LUN field in login request and response */
299 /* Logout request / response */
419 scsi_response_pdu_t response; member in union:pdu_header_s::__anon84477f6c010a
  /src/usr.bin/rdist/
server.c 80 static int response(void);
313 if (response() < 0)
397 if (response() < 0) {
428 (void) response();
453 (void) response();
465 if (response() < 0)
507 (void) response();
523 if (response() < 0) {
544 f = response();
562 while (response() > 0
1517 response(void) function in typeref:typename:int
    [all...]
  /src/sys/dev/ic/
tpm.c 143 struct tpm_header response; local in function:tpm12_suspend
175 * Read the response -- just the header; we don't expect a
186 error = (*sc->sc_intf->read)(sc, &response, sizeof(response), &nread,
192 if (nread != sizeof(response)) {
206 * Verify the response looks reasonable.
208 if (be16toh(response.tag) != TPM_TAG_RSP_COMMAND ||
209 be32toh(response.length) != sizeof(response) ||
210 be32toh(response.code) != 0)
242 struct tpm_header response; local in function:tpm20_suspend
497 struct response { struct in function:tpm12_rng
501 } __packed response; local in function:tpm12_rng
637 struct response { struct in function:tpm20_rng
641 } __packed response; local in function:tpm20_rng
    [all...]
  /src/sys/arch/dreamcast/dev/maple/
maple.c 456 /* Write address to receive buffer where the response
1220 maple_response_t response; local in function:maple_check_responses
1239 if ((response = u->u_rxbuf[0]) == MAPLE_RESPONSE_AGAIN) {
1257 if (response == MAPLE_RESPONSE_DATATRF && len > 0 &&
1264 } else if (response == MAPLE_RESPONSE_NONE) {
1268 printf("%s: func: %d: periodic response %d\n",
1271 response);
1285 switch (response) {
1294 printf("%s: no response\n",
1317 switch (response) {
    [all...]
  /src/bin/rcp/
rcp.c 88 int response(void);
159 (void)response();
268 if (response() < 0)
379 if (response() < 0)
386 if (response() < 0)
425 (void)response();
452 if (response() < 0) {
460 if (response() < 0) {
479 (void)response();
727 (void)response();
748 response(void) function in typeref:typename:int
    [all...]
  /src/sys/dev/hdaudio/
hdaudio.c 303 hda_trace(sc, "%s: response %08X %08X\n",
340 /* Clear response interrupt status */
1346 prop_dictionary_t response)
1387 prop_dictionary_set(response, "function-group-info", array);
1393 prop_dictionary_t request, prop_dictionary_t response)
1434 prop_dictionary_set(response, "pin-config", array);
1441 prop_dictionary_t request, prop_dictionary_t response)
1478 prop_dictionary_t request, prop_dictionary_t response)
1510 err = infocb(fgrp_sc, request, response);
1518 err = infocb(fgrp_sc, request, response);
1556 prop_dictionary_t request, response; local in function:hdaudioioctl
    [all...]
  /src/usr.sbin/lpr/lpd/
printjob.c 135 static char response(void);
932 (resp = response()) < 0 || resp == '\1') {
978 if (write(pfd, "", 1) != 1 || response())
989 response(void) function in typeref:typename:char
1478 (resp = response()) == '\0')
  /src/usr.bin/ftp/
fetch.c 257 * Generate authorization response based on given authentication challenge.
259 * Sets response to a malloc(3)ed string; caller should free.
262 auth_url(const char *challenge, char **response, const struct authinfo *auth)
271 *response = NULL;
337 *response = ftp_malloc(rlen);
338 (void)strlcpy(*response, scheme, rlen);
339 len = strlcat(*response, " ", rlen);
342 (unsigned char *)*response + len);
1009 /* Determine HTTP response code */
1077 char *response; local in function:do_auth
    [all...]

Completed in 26 milliseconds

1 2