Searched defs:reply (Results 26 - 50 of 114) sorted by relevance

12345

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c126 char *reply; local
138 reply = slp_dequeue(hp->q);
139 /* reply == NULL if no more available or SLPClosed */
140 cont = args->msg_cb(hp, reply, args->cb, args->cookie,
143 if (reply) {
144 free(reply);
H A DSLPFindAttrs.c105 SLPBoolean slp_UnpackAttrReply(slp_handle_impl_t *hp, char *reply, argument
118 if (!reply) {
132 /* parse reply into params */
133 len = slp_get_length(reply);
134 off = SLP_HDRLEN + slp_get_langlen(reply);
136 if (slp_get_sht(reply, len, &off, &protoErrCode) != SLP_OK)
144 attr_tbv = reply + off;
146 if (slp_get_string(reply, len, &off, &pcAttrList) != SLP_OK)
151 if (slp_get_byte(reply, len, &off, &auth_cnt) != SLP_OK) {
164 reply
196 unpackDAAdvert_attr(slp_handle_impl_t *hp, char *reply, SLPAttrCallback cb, void *cookie, void **collator, int *numResults) argument
253 unpackSAAdvert_attr(slp_handle_impl_t *hp, char *reply, SLPAttrCallback cb, void *cookie, void **collator, int *numResults) argument
[all...]
H A DSLPFindSrvs.c106 SLPBoolean slp_unpackSrvReply(slp_handle_impl_t *hp, char *reply, argument
116 if (!reply) {
126 len = slp_get_length(reply);
127 off = SLP_HDRLEN + slp_get_langlen(reply);
129 if (slp_get_sht(reply, len, &off, &protoErrCode) != SLP_OK)
137 if (slp_get_sht(reply, len, &off, &urlCount) != SLP_OK)
151 if (slp_get_sht(reply, len, &off, &sLifetime) != SLP_OK)
154 url_tbv = reply + off;
156 if (slp_get_string(reply, len, &off, &pcSrvURL) != SLP_OK)
161 if (slp_get_byte(reply, le
224 unpackDAAdvert_srv(slp_handle_impl_t *hp, char *reply, SLPSrvURLCallback cb, void *cookie, void **collator, int *numResults) argument
282 unpackSAAdvert_srv(slp_handle_impl_t *hp, char *reply, SLPSrvURLCallback cb, void *cookie, void **collator, int *numResults) argument
[all...]
H A DSLPReg.c36 * reply.
43 * reply from slpd
56 * code found in the reply from slpd
627 * 'reply' should point to the beginning of the header.
629 static SLPError UnpackSrvAck(char *reply, SLPError *ans) { argument
632 char *p = reply + SLP_HDRLEN;
634 langlen = slp_get_langlen(reply);
646 * dispatches the reply to the user callback.
650 char *reply = NULL; local
656 if ((err = slp_send2slpd_iov(msg->msgiov, msg->msgiov_len, &reply))
763 char *reply; local
[all...]
H A Dslp_targets.c148 char *query, *reply; local
210 if ((err = slp_find_das(query, &reply)) != SLP_OK &&
221 /* Unpack the reply */
222 if (reply) {
227 (void) slp_unpackSrvReply(hp, reply, collect_DAs,
229 free(reply);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnfs.h30 /* Block size used for NFS read accesses. A RPC reply packet (including all
59 } reply; member in union:rpc_t::__anon2093
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_scsi.c102 ndmp_scsi_close_reply reply; local
107 reply.error = NDMP_DEV_NOT_OPEN_ERR;
108 ndmp_send_reply(connection, (void *) &reply,
109 "sending scsi_close reply");
125 reply.error = NDMP_NO_ERR;
126 ndmp_send_reply(connection, (void *) &reply,
127 "sending scsi_close reply");
152 ndmp_scsi_get_state_reply reply; local
156 reply.error = NDMP_DEV_NOT_OPEN_ERR;
158 reply
222 ndmp_scsi_reset_device_reply reply; local
266 ndmp_scsi_reset_bus_reply reply; local
292 ndmp_execute_cdb_reply reply; local
392 ndmp_scsi_open_reply reply; local
505 ndmp_scsi_set_target_reply reply; local
[all...]
H A Dndmpd_tape.c54 ndmp_tape_read_reply *reply);
245 ndmp_tape_close_reply reply; local
250 reply.error = NDMP_DEV_NOT_OPEN_ERR;
251 ndmp_send_reply(connection, (void *) &reply,
252 "sending tape_close reply");
277 ndmp_tape_get_state_reply_v2 reply; local
285 reply.error = NDMP_DEV_NOT_OPEN_ERR;
286 ndmp_send_reply(connection, (void *) &reply,
287 "sending tape_get_state reply");
294 reply
353 ndmp_tape_mtio_reply reply; local
495 ndmp_tape_read_reply reply; local
544 ndmp_tape_execute_cdb_reply reply; local
608 ndmp_tape_get_state_reply_v3 reply; local
761 ndmp_tape_write_reply reply; ndmpd_session_t *session = local
848 ndmp_tape_read_reply reply; local
964 ndmp_tape_get_state_reply_v4 reply; local
1049 ndmp_tape_close_reply reply; local
1097 ndmp_tape_open_reply reply; local
1118 unbuffered_read(ndmpd_session_t *session, char *buf, long wanted, ndmp_tape_read_reply *reply) argument
1341 ndmp_tape_close_reply reply; local
[all...]
H A Dndmpd_config.c107 ndmp_config_get_host_info_reply_v2 reply; local
114 (void) memset((void*)&reply, 0, sizeof (reply));
118 reply.error = NDMP_NO_ERR;
119 reply.hostname = buf;
121 reply.os_type = uts.sysname;
122 reply.os_vers = uts.release;
126 reply.error = NDMP_UNDEFINED_ERR;
135 reply.hostid = hostidstr;
138 reply
163 ndmp_config_get_butype_attr_reply reply; local
202 ndmp_config_get_mover_type_reply reply; local
235 ndmp_config_get_auth_attr_reply reply; local
291 ndmp_config_get_host_info_reply_v3 reply; local
345 ndmp_config_get_connection_type_reply_v3 reply; local
380 ndmp_config_get_auth_attr_reply reply; local
431 ndmp_config_get_butype_info_reply_v3 reply; local
533 ndmp_config_get_fs_info_reply_v3 reply; local
685 ndmp_config_get_tape_info_reply_v3 reply; local
790 ndmp_config_get_scsi_info_reply_v3 reply; local
877 ndmp_config_get_server_info_reply_v3 reply; local
936 ndmp_config_get_butype_info_reply_v4 reply; local
1049 ndmp_config_get_ext_list_reply_v4 reply; local
1090 ndmp_config_set_ext_list_reply_v4 reply; local
[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/cmd/cmd-inet/usr.bin/telnet/
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/sckmd/sparc/sun4u/
H A Dsckmd.c222 sckm_ioctl_status_t reply; local
235 /* initialize a reply message */
236 (void) memset(&reply, 0, sizeof (sckm_ioctl_status_t));
237 reply.transid = msg->transid;
243 reply.status = SCKM_IOCTL_STAT_ERR_REQ;
244 return (send_sckm_status(fd, &reply));
250 reply.status = SCKM_IOCTL_STAT_ERR_REQ;
251 return (send_sckm_status(fd, &reply));
265 reply.status = SCKM_IOCTL_STAT_ERR_VERSION;
266 reply
[all...]
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Daddon-network-discovery.c153 DBusMessage *reply; local
209 if ((reply = dbus_message_new_method_return(message)) == NULL) {
210 HAL_WARNING(("Could not allocate memory for the DBus reply"));
214 dbus_message_append_args(reply, DBUS_TYPE_INT32, &rc,
217 if (!dbus_connection_send(connection, reply, NULL)) {
218 HAL_WARNING(("Could not sent reply"));
221 dbus_message_unref(reply);
/illumos-gate/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c139 DBusMessage *reply = NULL; local
177 if (!(reply = dbus_connection_send_with_reply_and_block (dbus_connection, msg, -1, &error))) {
195 if (reply != NULL)
196 dbus_message_unref (reply);
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Drunner.c111 DBusMessage *reply; local
118 reply = dbus_message_new_method_return(msg);
119 g_assert(reply != NULL);
121 dbus_message_iter_init_append(reply, &iter);
128 dbus_connection_send(con, reply, NULL);
129 dbus_message_unref(reply);
201 /* Time is up, kill the process, send reply that it was killed!
240 /* Run the given request and reply it's result on msg */
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c64 krb5_kdc_rep reply; local
95 reply.padata = 0; /* avoid bogus free in error_out */
394 reply.msg_type = KRB5_AS_REP;
395 reply.client = request->client;
396 reply.ticket = &ticket_reply;
425 &reply, client_key, &encrypting_key, &pa_context);
433 reply.enc_part.enctype = encrypting_key.enctype;
436 0, &encrypting_key, &reply, response);
439 reply.enc_part.kvno = client_key->key_data_kvno;
448 memset(reply
[all...]
H A Ddo_tgs_req.c71 krb5_kdc_rep reply; local
314 /* include new addresses in ticket & reply */
328 /* include new addresses in ticket & reply */
640 reply.msg_type = KRB5_TGS_REP;
641 reply.padata = 0; /* always */
642 reply.client = header_ticket->enc_part2->client;
643 reply.enc_part.kvno = 0; /* We are using the session key */
644 reply.ticket = &ticket_reply;
671 reply.enc_part.enctype = subkey ? subkey->enctype :
677 &reply, respons
[all...]
/illumos-gate/usr/src/cmd/ldmad/
H A Dldma_dio.c86 ldma_message_header_t *reply; local
98 reply = ldma_alloc_result_msg(request, md_size);
99 if (reply == NULL) {
105 reply->msg_info = md_size;
106 data = LDMA_HDR2DATA(reply);
108 *replyp = reply;
H A Dldma_system.c79 ldma_message_header_t *reply; local
107 reply = ldma_alloc_result_msg(request, rlen);
109 if (reply == NULL) {
114 reply->msg_info = rlen;
116 data = LDMA_HDR2DATA(reply);
136 *replyp = reply;
256 ldma_message_header_t *reply; local
278 reply = ldma_alloc_result_msg(request, rlen);
280 if (reply == NULL) {
285 reply
[all...]
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c198 char *reply; local
215 if (cache_get(xprt, msg, &reply, &replylen)) {
216 (void) _sendto(xprt->xp_sock, reply, (int) replylen, 0,
293 * Copies pointers to reply buffers into fifo cache
322 * The cached reply and length
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c210 struct rpc_msg reply; /* our reply msg header */ local
265 /* initialize reply's rpc_msg struct, so we can decode later. */
266 reply.acpted_rply.ar_verf = _null_auth; /* struct copy */
267 reply.acpted_rply.ar_results.where = ret;
268 reply.acpted_rply.ar_results.proc = out_xdr;
386 if (xdr_replymsg(&rcv_xdrs, &reply) == FALSE) {
390 _seterr_reply(&reply, &rpc_error);
398 &reply.acpted_rply.ar_verf) == FALSE) {
403 if (reply
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c110 int reply; local
131 if (error = nd_poll(tiptr, retry, &reply))
134 if (!reply) {
484 * Briefly enable interrupts before checking for a reply;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vss.c70 * before the reply. If the the max data bytes to return is
417 smb_vss_get_snapshots_free(smb_gmttoken_response_t *reply) argument
419 xdr_free(smb_gmttoken_response_xdr, (char *)reply);
H A Dsmb_quota.c293 smb_quota_response_t *reply, smb_ofile_t *ofile)
301 list_t *list = &reply->qr_quota_list;
375 smb_quota_response_t reply; local
388 bzero(&reply, sizeof (smb_quota_response_t));
405 if (smb_quota_query(sr->sr_server, &request, &reply) != 0) {
408 if (reply.qr_status != NT_STATUS_SUCCESS) {
409 status = reply.qr_status;
411 q = list_head(&reply.qr_quota_list);
420 xdr_free(smb_quota_response_xdr, (char *)&reply);
435 * 0 - success. Status set in reply
292 smb_quota_encode_quotas(mbuf_chain_t *mbc, smb_quota_query_t *request, smb_quota_response_t *reply, smb_ofile_t *ofile) argument
438 smb_quota_query(smb_server_t *sv, smb_quota_query_t *request, smb_quota_response_t *reply) argument
457 smb_quota_set(smb_server_t *sv, smb_quota_set_t *request, uint32_t *reply) argument
[all...]
H A Dsmb_signing.c398 /* Save the reply sequence number */
412 smb_sign_reply(smb_request_t *sr, struct mbuf_chain *reply) argument
417 if (reply)
418 mbc = *reply;
420 mbc = sr->reply;
422 /* Reset offset to start of reply */

Completed in 143 milliseconds

12345