Searched refs:reply (Results 101 - 125 of 197) sorted by relevance

12345678

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_dev.c484 const char *reply)
508 reply[i];
526 void *reply; local
571 rc = xenbus_dev_request_and_reply(&xbs->u.msg, &reply);
581 (void) ddi_strtoul((char *)reply, NULL, 0,
601 rc = xenbusdrv_queue_reply(xbs, &xbs->u.msg, reply);
603 kmem_free(reply, xbs->u.msg.len + 1);
483 xenbusdrv_queue_reply(xenbus_dev_t *xbs, const struct xsd_sockmsg *msg, const char *reply) argument
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c128 krb5_data reply; local
133 reply.data = 0;
156 &reply, use_master, tcp_only, hostname_used);
160 /* now decode the reply...could be error or as_rep */
161 if (krb5_is_krb_error(&reply)) {
164 if ((retval = decode_krb5_error(&reply, &err_reply)))
173 free(reply.data);
174 reply.data = 0;
186 * Check to make sure it isn't a V4 reply.
188 if (!krb5_is_as_rep(&reply)) {
[all...]
H A Dgic_pwd.c91 prompt.reply = password;
227 /* if the reply did not come from the master kdc, try again with
331 prompt[0].reply = &pw0;
336 prompt[1].reply = &pw1;
/illumos-gate/usr/src/uts/sun4u/lw2plus/io/
H A Dlombus.c309 uint8_t reply[LOMBUS_BUFSIZE]; member in struct:lombus_state
669 ssp->reply[rcvd = ssp->index] = data;
683 ssp->reply[0], ssp->reply[1],
684 ssp->reply[2], ssp->reply[3],
685 ssp->reply[4], ssp->reply[5],
686 ssp->reply[6], ssp->reply[
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dkadmin.c656 char reply[32]; local
680 fgets(reply, sizeof (reply), stdin);
681 if (strncmp(gettext("yes\n"), reply, sizeof (reply)) &&
682 strncmp(gettext("y\n"), reply, sizeof (reply)) &&
683 strncmp(gettext("Y\n"), reply, sizeof (reply))) {
1836 char reply[3 local
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Doplkmdrv.c904 * The max msg size should be at least the size of reply
1012 * okm_send_reply - Send a mailbox reply message.
1018 okm_rep_hdr_t reply; local
1023 reply.krp_version = htonl(OKM_PROTOCOL_VERSION);
1024 reply.krp_transid = htonl(transid);
1025 reply.krp_status = htonl(status);
1026 reply.krp_sadb_errno = htonl(sadb_err);
1027 reply.krp_sadb_version = htonl(sadb_ver);
1028 okmsp->km_sg_tx.msc_dptr = (caddr_t)&reply;
1029 okmsp->km_sg_tx.msc_len = sizeof (reply);
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_quota.c377 smb_quota_query(smb_quota_query_t *request, smb_quota_response_t *reply) argument
383 list_create(&reply->qr_quota_list, sizeof (smb_quota_t),
401 status = smb_quota_query_list(qtree, request, reply);
405 status = smb_quota_query_all(qtree, request, reply);
447 smb_quota_free(smb_quota_response_t *reply) argument
449 list_t *list = &reply->qr_quota_list;
482 smb_quota_response_t *reply)
518 quota_list = &reply->qr_quota_list;
542 * Insert an entry in the reply quota list for each sid.
543 * For any sid that cannot be found in the avl tree, the reply
481 smb_quota_query_all(smb_quota_tree_t *qtree, smb_quota_query_t *request, smb_quota_response_t *reply) argument
547 smb_quota_query_list(smb_quota_tree_t *qtree, smb_quota_query_t *request, smb_quota_response_t *reply) argument
[all...]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dkrb5ssp.c284 * Unwrap a GSS-API encapsulated RFC 1964 reply message,
297 krb5_ap_rep_enc_part *reply = NULL; local
344 * Now what's left should be a krb5 reply
349 rc = krb5_rd_rep(ss->ss_krb5ctx, ss->ss_auth, &ap, &reply);
358 * Have the decoded reply. Save anything?
366 if (reply != NULL)
367 krb5_free_ap_rep_enc_part(ss->ss_krb5ctx, reply);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h91 extern int await_reply P((reply_t reply, int ival, void *ptr, long timeout));
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_read.c133 * SMB2 Read reply
137 &sr->reply,
H A Dsmb2_session_setup.c118 * SMB2 Session Setup reply
122 &sr->reply,
H A Dsmb2_write.c146 * SMB2 Write reply
151 &sr->reply, "wwlll",
H A Dsmb2_negotiate.c35 * This is also used as a "sanity limit" for internal send/reply message
83 * Note: This sends an SMB2 reply _itself_ and then returns
84 * SDRC_NO_REPLY so the caller will not send an SMB1 reply.
148 sr->smb2_reply_hdr = sr->reply.chain_offset = 0;
163 * if it's Negotiate execute it, then send the reply, etc.
244 * Do negotiation decisions, encode, send the reply.
290 * SMB2 negotiate reply
301 &sr->reply,
360 * One interesting requirement here is that we MUST reply
362 * original reply t
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c1205 struct pam_response *reply = NULL; local
1209 reply = malloc(sizeof(struct pam_response) * num_msg);
1210 if (reply == NULL)
1216 reply[replies].resp_retcode = PAM_SUCCESS;
1217 reply[replies].resp = COPY_STRING(PAM_username);
1221 reply[replies].resp_retcode = PAM_SUCCESS;
1222 reply[replies].resp = COPY_STRING(PAM_password);
1229 reply[replies].resp_retcode = PAM_SUCCESS;
1230 reply[replies].resp = NULL;
1234 free (reply);
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.c417 if (ap->reply)
418 (*ap->reply)(ap, data+2, cnt-2);
H A Dkerberos5.c450 /* the rest of the reply should contain a krb_ap_rep */
451 krb5_ap_rep_enc_part *reply; local
459 &inbuf, &reply);
467 krb5_free_ap_rep_enc_part(telnet_context, reply);
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_comm.c402 * reply (output) - reply message. If 0, reply will be
408 * otherwise - error from reply header.
411 * - The reply body is only returned if the error code is NDMP_NO_ERR.
415 ndmp_error err, void *request_data, void **reply)
463 * Process messages until the reply to this request has been
473 /* no reply received? */
477 /* reply received? */
482 "Received unexpected reply
414 ndmp_send_request(ndmp_connection_t *connection_handle, ndmp_message message, ndmp_error err, void *request_data, void **reply) argument
523 ndmp_send_request_lock(ndmp_connection_t *connection_handle, ndmp_message message, ndmp_error err, void *request_data, void **reply) argument
556 ndmp_send_response(ndmp_connection_t *connection_handle, ndmp_error err, void *reply) argument
[all...]
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h286 extern int reply(char *);
350 extern int reply();
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_prot.x145 readok reply;
327 * (sequence numbers and write reply structure)
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs2ops.c89 read_res.readres_u.reply.data.data_val = buf_offset;
111 * the reply, reduce the read size in an
113 * transmission and reply wait timers.
139 readcnt = read_res.readres_u.reply.data.data_len;
H A Dnfs_xdr.c207 return (xdr_b_readokres(xdrs, &objp->readres_u.reply));
263 return (xdr_b_dirlist(xdrs, &objp->readdirres_u.reply));
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c696 char reply[LINE_MAX]; local
721 for (i = 0; i < LINE_MAX && read(PROMPT, &reply[i], 1) > 0; i++) {
722 if (reply[i] == '\n') {
728 reply[i] = 0;
738 return (yes_check(reply));
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_browser.c598 int data_count, int reply, char *mailbox)
604 short class = (reply == ONE_WAY_TRANSACTION) ? 2 : 0;
631 reply, /* No reply */
900 unsigned short reply; local
926 &reply, /* No reply */
597 smb_browser_load_transact_header(unsigned char *buffer, int maxcnt, int data_count, int reply, char *mailbox) argument
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x209 * Status OK portion of remote read reply
218 readokres reply;
281 dirlist reply;
296 statfsokres reply;
1018 dirlist3 reply;
1060 dirlistplus3 reply;
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_ip.c151 dhcp_ipc_reply_t *reply; local
184 err = dhcp_ipc_make_request(request, &reply, DHCP_IPC_WAIT_DEFAULT);
185 if (err != 0 || reply->return_code != 0) {
187 dhcp_ipc_strerror(err == 0 ? reply->return_code : err));
190 /* get data from the reply */
191 opt = dhcp_ipc_get_data(reply, &opt_len, NULL);
207 (void) snprintf(errmsg, LINE_MAX, "cannot decode reply");
212 free(reply);
218 free(reply);

Completed in 127 milliseconds

12345678