Searched refs:reply (Results 51 - 75 of 197) sorted by relevance

12345678

/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/cmd/fs.d/ufs/fsck/
H A Dpass2.c68 if (reply("ALLOCATE") == 0) {
77 if (reply("REALLOCATE") == 1) {
84 if (reply("CONTINUE") == 0) {
95 if (reply("REALLOCATE") == 1) {
102 if (reply("FIX") == 0) {
159 if (reply("FIX") == 1) {
173 if (preen || reply("ADJUST") == 1) {
190 if (preen || reply("CORRECT") == 1) {
260 if (reply("FIX") == 0) {
344 if (reply("FI
[all...]
H A Dpass1.c146 if (reply("CLEAR") == 1) {
176 if (reply("BAD MODE: MAKE IT A FILE") == 1) {
302 if (preen || reply("DISCARD EXCESS FRAGMENTS") == 1) {
406 if (!preen && (reply("CORRECT") == 0))
485 if (reply("CLEAR") == 1) {
520 if (!preen && (reply("REMOVE REFERENCE") == 0)) {
556 if (reply("TRUNCATE AT FIRST EMPTY BLOCK") == 1) {
657 if (reply("CONTINUE") == 0)
716 if (reply("CONTINUE") == 0)
/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/cmd-inet/usr.bin/telnet/
H A Dauth.h78 void (*reply)(struct XauthP *, unsigned char *, int); member in struct:XauthP
H A Dencrypt.h86 int (*reply)(unsigned char *, int); member in struct:__anon144
/illumos-gate/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-power-suspend-sunos.sh38 dbus-send --system --print-reply --dest=org.freedesktop.Hal \
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpusers.c48 reply[100]; variable
200 if (mrecv(reply, sizeof(reply)) == -1)
202 mtype = getmessage(reply, R_LOAD_USER_FILE, &status);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa.c805 struct wpa_eapol_key *reply; local
823 rlen = sizeof (*ethhdr) + sizeof (*hdr) + sizeof (*reply);
837 hdr->length = htons(sizeof (*reply));
839 reply = (struct wpa_eapol_key *)(hdr + 1);
840 reply->type = wpa_s->proto == WPA_PROTO_RSN ?
849 reply->key_info = BE_16(key_info);
850 reply->key_length = 0;
851 (void) memcpy(reply->replay_counter, wpa_s->request_counter,
855 reply->key_data_length = BE_16(0);
859 rlen - sizeof (*ethhdr), reply
876 struct wpa_eapol_key *reply; local
1109 struct wpa_eapol_key *reply; local
1302 struct wpa_eapol_key *reply; local
[all...]
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_irq.c540 vblwait.reply.tval_sec = now.tv_sec;
541 vblwait.reply.tval_usec = now.tv_usec;
542 vblwait.reply.sequence = drm_vblank_count(dev, crtc);
550 vblwait32.reply.type = vblwait.reply.type;
551 vblwait32.reply.sequence = vblwait.reply.sequence;
552 vblwait32.reply.tval_sec = (int32_t)vblwait.reply.tval_sec;
553 vblwait32.reply
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_oplock.c90 &sr->reply, "wb5.qq",
105 * the SMB2 header and everything, in sr->reply.
146 &sr->reply, "wb5.qq",
H A Dsmb_find.c277 (void) smb_mbc_encodef(&sr->reply, "bwwbwb11c5.lb8.13c",
281 rc = (sr->reply.chain_offset - sr->cur_reply_offset) - 8;
282 (void) smb_mbc_poke(&sr->reply, sr->cur_reply_offset, "bwwbw",
327 (void) smb_mbc_encodef(&sr->reply, "bwwbw", 1, 0, VAR_BCC, 5, 0);
350 (void) smb_mbc_encodef(&sr->reply, "b11c.wwlbYl13c",
379 rc = (sr->reply.chain_offset - sr->cur_reply_offset) - 8;
380 if (smb_mbc_poke(&sr->reply, sr->cur_reply_offset, "bwwbw",
482 (void) smb_mbc_encodef(&sr->reply, "bwwbw", 1, 0, VAR_BCC, 5, 0);
503 (void) smb_mbc_encodef(&sr->reply, "b11c.wwlbYl13c",
532 rc = (MBC_LENGTH(&sr->reply)
[all...]
H A Dsmb2_dispatch.c23 * contains a command that may block indefinitely, the compound reply is
26 * commands for this compound request. After the compound reply is sent,
44 * the list of requests that had an interim reply in the initial
45 * compound reply. This includes everything needed to restart
234 * an error reply (NT_STATUS_CANCELLED).
245 * (which may be a compound request) building a reply containing
246 * SMB reply messages, one-to-one with the SMB commands. Some SMB
249 * In such cases, we'll encode the interim response in the reply
253 * the compound reply, we'll send the compound reply, an
[all...]
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindSrvTypes.c72 static SLPBoolean UnpackSrvTypesReply(slp_handle_impl_t *hp, char *reply, argument
82 if (!reply) {
97 /* parse reply into params */
98 len = slp_get_length(reply);
99 off = SLP_HDRLEN + slp_get_langlen(reply);
101 if (slp_get_sht(reply, len, &off, &protoErrCode) != SLP_OK)
109 if (slp_get_string(reply, len, &off, &pcSrvTypes) != SLP_OK)
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 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...]
/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...]
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.c499 DBusMessage *dmesg, *reply; local
526 if (!(reply = dbus_connection_send_with_reply_and_block(dbus_conn,
536 dbus_message_unref(reply);
551 DBusMessage *dmesg, *reply; local
571 if (!(reply = dbus_connection_send_with_reply_and_block(dbus_conn,
581 dbus_message_unref(reply);
596 DBusMessage *dmesg, *reply; local
617 if (!(reply = dbus_connection_send_with_reply_and_block(dbus_conn,
627 dbus_message_unref(reply);
641 DBusMessage *dmesg, *reply; local
689 DBusMessage *dmesg, *reply; local
723 DBusMessage *dmesg, *reply; local
764 DBusMessage *dmesg, *reply; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c37 * or ICMP Echo reply. Packet format is same for both IPv4 and IPv6
64 struct pr_icmp *reply, struct in6_addr fromaddr, struct timeval *recv_tvp);
66 struct pr_icmp *reply, struct in6_addr fromaddr);
68 struct pr_icmp *reply, struct in6_addr fromaddr);
88 * Probe success - A matching probe reply received before CRTT ms has elapsed
90 * Probe failure - No probe reply received and more than CRTT ms has elapsed
305 * not see a reply to the probe and will fail the interface if normal
379 struct pr_icmp *reply; local
437 * reply, starting from the icmp hdr.
441 reply
507 struct pr_icmp *reply; local
617 incoming_rtt_reply(struct phyint_instance *pii, struct pr_icmp *reply, struct in6_addr fromaddr) argument
705 incoming_echo_reply(struct phyint_instance *pii, struct pr_icmp *reply, struct in6_addr fromaddr, struct timeval *recv_tvp) argument
1121 incoming_mcast_reply(struct phyint_instance *pii, struct pr_icmp *reply, struct in6_addr fromaddr) argument
[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/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_name.c226 /* No reply */
235 nbt_name_reply_t *reply; local
241 reply = malloc(sizeof (nbt_name_reply_t));
242 if (reply != NULL) {
243 reply->reply_ready = B_FALSE;
244 reply->name_trn_id = tid;
246 QUEUE_INSERT_TAIL(&reply_queue, reply);
259 if (reply->reply_ready) {
260 info = reply->packet->info;
262 answer = reply
297 nbt_name_reply_t *reply; local
331 nbt_name_reply_t *reply; local
[all...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c106 } reply; member in union:xs_stored_msg::__anon9281
176 * Read a synchronous reply from xenstore. Since we can return early before
177 * reading a relevant reply, we discard any messages not matching the request
181 read_reply(struct xsd_sockmsg *req_hdr, struct xs_stored_msg **reply) argument
193 *reply = NULL;
204 *reply = list_head(&xs_state.reply_list);
205 list_remove(&xs_state.reply_list, *reply);
207 if ((*reply)->hdr.req_id == req_hdr->req_id)
235 * write a message, or before we receive a reply. A client that wants to
238 * daemon) isn't exactly preferable. Caller must free 'reply' o
241 xenbus_dev_request_and_reply(struct xsd_sockmsg *msg, void **reply) argument
300 char *reply; local
[all...]
/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/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;
/illumos-gate/usr/src/uts/common/rpc/
H A Dib.h255 kmem_cache_t *server_side_cache; /* long reply pool */
298 * Structure on reply descriptor for recv queue.
301 struct reply { struct
307 struct reply *next;
308 struct reply *prev;
355 * RPC reply
358 struct reply *replylist;
383 #define REPLY_WAIT_TIME 40 /* time to get reply from remote QP */

Completed in 402 milliseconds

12345678