Searched defs:reply (Results 1 - 25 of 114) sorted by last modified time

12345

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h531 * Status OK portion of remote read reply
538 mblk_t *rrok_mp; /* mblk_t contains data for reply */
578 nfsstat ns_status; /* reply status */
587 * NFS_OK part of read sym link reply union
1469 * READ3 reply that directly decodes fattr3 directly into vattr
1489 * READ3 reply that uiomoves data directly into a struct uio
1497 uint_t size; /* maximum reply size */
1823 dirlist3 reply; member in struct:READDIR3resok
1894 dirlistplus3 reply; member in struct:READDIRPLUS3resok
/illumos-gate/usr/src/boot/lib/libstand/
H A Drpc.c117 struct rpc_reply *reply; local
178 recv_head -= sizeof(*reply);
191 if (cc <= sizeof(*reply)) {
199 * Check the RPC reply status.
202 reply = (struct rpc_reply *)recv_head;
203 auth = &reply->rp_u.rpu_rok.rok_auth;
208 printf("callrpc: reply auth != NULL\n");
213 x = ntohl(reply->rp_u.rpu_rok.rok_status);
219 recv_head += sizeof(*reply);
232 struct rpc_reply *reply; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h522 DNSMessage *reply; member in struct:tcpInfo_t
922 mDNSu16 err; // Or UDP reply port, in setup request
1243 mDNSu8 *Reply; // xml reply from router
1427 regState_Pending = 1, // update sent, reply not received
1428 regState_Registered = 2, // update sent, reply received
1429 regState_DeregPending = 3, // dereg sent, reply not received
2001 mDNSu8 TimeoutQuestion; // Timeout this question if there is no reply in configured time
H A DuDNS.c323 // negative response so that applications get a reply. We also need to reinitialize the DNS servers
1360 // It's perfectly fine for this socket to close after the first reply. The server might
1362 // We'll only log this event if we've never received a reply before.
1388 tcpInfo->reply = mDNSPlatformMemAllocate(tcpInfo->replylen);
1389 if (!tcpInfo->reply) { LogMsg("ERROR: tcpCallback - malloc failed"); err = mStatus_NoMemoryErr; goto exit; }
1392 n = mDNSPlatformReadTCP(sock, ((char *)tcpInfo->reply) + (tcpInfo->nread - 2), tcpInfo->replylen - (tcpInfo->nread - 2), &closed);
1429 DNSMessage *reply = tcpInfo->reply; local
1430 mDNSu8 *end = (mDNSu8 *)tcpInfo->reply + tcpInfo->replylen;
1435 tcpInfo->reply
3730 PCPMapReply *reply = (PCPMapReply*)pkt; local
[all...]
H A Duds_daemon.c167 // reply, termination, error, and client context info
171 struct reply_state *replies; // corresponding (active) reply list
521 reply_state *reply; local
529 reply = mallocL("reply_state", sizeof(reply_state) + datalen - sizeof(reply_hdr));
530 if (!reply) FatalError("ERROR: malloc");
532 reply->next = mDNSNULL;
533 reply->totallen = (mDNSu32)datalen + sizeof(ipc_msg_hdr);
534 reply->nwriten = 0;
536 reply->mhdr->version = VERSION;
537 reply
1103 reply_state *reply = create_reply(reg_record_reply_op, len, request); local
3867 reply_state *reply; local
3907 reply_state *reply; local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c249 static int mptsas_do_passthru(mptsas_t *mpt, uint8_t *request, uint8_t *reply,
291 static void mptsas_check_scsi_io_error(mptsas_t *mpt, pMpi2SCSIIOReply_t reply,
294 pMpi2SCSIManagementReply_t reply, mptsas_cmd_t *cmd);
2734 * The size of the reply frame pool is:
2747 * allocate the reply frame pool
2756 * Store the reply frame memory address. This chip uses this
2764 * Clear the reply frame pool.
2788 * The reply free queue size is:
2804 * allocate the reply free queue
2813 * Store the reply fre
5196 pMPI2DefaultReply_t reply; local
5427 mptsas_check_scsi_io_error(mptsas_t *mpt, pMpi2SCSIIOReply_t reply, mptsas_cmd_t *cmd) argument
5697 mptsas_check_task_mgt(mptsas_t *mpt, pMpi2SCSIManagementReply_t reply, mptsas_cmd_t *cmd) argument
10779 mptsas_do_passthru(mptsas_t *mpt, uint8_t *request, uint8_t *reply, uint8_t *data, uint32_t request_size, uint32_t reply_size, uint32_t data_size, uint32_t direction, uint8_t *dataout, uint32_t dataout_size, short timeout, int mode) argument
11272 pMpi2DiagBufferPostReply_t reply; local
11424 pMpi2DiagReleaseReply_t reply; local
[all...]
H A Dmptsas_raid.c276 * Get the header and config page. reply contains the reply
391 * Get the header and config page. reply contains the reply frame,
447 * Get the header and config page. reply contains the reply frame,
515 * Get the header and config page. reply contains the reply frame,
581 pMPI2DefaultReply_t reply; local
642 * Even though reply doe
[all...]
H A Dmptsas_impl.c307 pMpi2ConfigReply_t reply; local
386 * cmd_rfm points to the reply message if a reply was given. Check the
393 reply = (pMpi2ConfigReply_t)(mpt->m_reply_frame + (cmd->cmd_rfm
396 &reply->Header.PageType);
398 &reply->Header.PageNumber);
400 &reply->Header.PageLength);
402 &reply->Header.PageVersion);
404 &reply->ExtPageType);
406 &reply
1088 mptsas_ioc_task_management(mptsas_t *mpt, int task_type, uint16_t dev_handle, int lun, uint8_t *reply, uint32_t reply_size, int mode) argument
[all...]
/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 Dsmb2_qinfo_quota.c44 smb_quota_response_t reply; local
49 bzero(&reply, sizeof (smb_quota_response_t));
94 if (smb_quota_query(sr->sr_server, &request, &reply) != 0) {
97 status = reply.qr_status;
101 &request, &reply, ofile);
103 xdr_free(smb_quota_response_xdr, (char *)&reply);
H A Dsmb2_setinfo_quota.c46 uint32_t reply; local
76 if (smb_quota_set(sr->sr_server, &request, &reply) != 0) {
79 status = reply;
80 xdr_free(xdr_uint32_t, (char *)&reply);
H A Dsmb_common_transact.c822 struct mbuf_chain reply; local
858 * Initialize the reply mbuf chain. Note that we re-initialize
861 MBC_SETUP(&reply, smb_maxbufsize);
919 MBC_FLUSH(&reply);
920 (void) smb_mbc_encodef(&reply, SMB_HEADER_ED_FMT,
934 (void) smb_mbc_encodef(&reply,
954 smb_sign_reply(sr, &reply);
956 (void) smb_session_send(sr->session, 0, &reply);
960 m_freem(reply.chain);
1586 pos = MBC_LENGTH(&sr->reply)
[all...]
H A Dsmb_echo.c60 struct mbuf_chain reply; local
92 MBC_INIT(&reply, SMB_HEADER_ED_LEN + 10 + nbytes);
94 (void) smb_mbc_encodef(&reply, SMB_HEADER_ED_FMT,
108 (void) smb_mbc_encodef(&reply, "bww#c", 1, i,
112 smb_sign_reply(sr, &reply);
114 (void) smb_session_send(sr->session, 0, &reply);
H A Dsmb_nt_transact_quota.c64 * An SMB_COM_NT_TRANSACTION response is sent in reply when the request
91 smb_quota_response_t reply; local
95 bzero(&reply, sizeof (smb_quota_response_t));
156 if (smb_quota_query(sr->sr_server, &request, &reply) != 0) {
159 status = reply.qr_status;
163 &request, &reply, ofile);
167 xdr_free(smb_quota_response_xdr, (char *)&reply);
211 * An SMB_COM_NT_TRANSACTION response is sent in reply when the request
228 uint32_t reply; local
285 if (smb_quota_set(sr->sr_server, &request, &reply) !
[all...]
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 */
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1646 struct mbuf_chain reply; member in struct:smb_request
1653 unsigned int reply_seqnum; /* reply sequence number */
1674 * command and reply headers, and the next reply.
1794 unsigned int reply_seqnum; /* reply sequence number */
/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...]
/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/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c320 dhcp_ipc_reply_t *reply = NULL; local
335 error = dhcp_ipc_make_request(request, &reply, 0);
343 error = reply->return_code;
344 free(reply);
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_doorsvc.c741 smb_gmttoken_response_t reply; local
745 bzero(&reply, sizeof (smb_gmttoken_response_t));
751 reply.gtr_gmttokens.gtr_gmttokens_val = malloc(request.gtq_count *
753 bzero(reply.gtr_gmttokens.gtr_gmttokens_val, request.gtq_count *
756 if (reply.gtr_gmttokens.gtr_gmttokens_val == NULL) {
762 &reply.gtr_count,
763 &reply.gtr_gmttokens.gtr_gmttokens_len,
764 reply.gtr_gmttokens.gtr_gmttokens_val);
766 arg->rbuf = smb_common_encode(&reply, smb_gmttoken_response_xdr,
773 for (i = 0, gmtp = reply
854 smb_quota_response_t reply; local
907 dfs_referral_response_t reply; local
939 uint32_t reply; local
964 int reply; local
[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/io/
H A Dbscbus.c125 BSC_CMD_REPLY = 7, /* got reply byte */
285 uint8_t reply[BSCBUS_BUFSIZE]; member in struct:bscbus_channel_state
703 csp->reply[rcvd = csp->index] = data;
710 csp->reply[0], csp->reply[1],
711 csp->reply[2], csp->reply[3],
712 csp->reply[4], csp->reply[5],
713 csp->reply[
[all...]
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c2765 rsmipc_reply_t *reply)
2822 reply->rsmipc_mode = perm;
2823 reply->rsmipc_uid = seg->s_uid;
2824 reply->rsmipc_gid = seg->s_gid;
2825 reply->rsmipc_segid = seg->s_segid;
2826 reply->rsmipc_seglen = seg->s_len;
3617 rsmipc_reply_t reply; local
3624 reply.rsmipc_status = (short)rsmsegacl_validate(req, src, &reply);
3626 reply
2764 rsmsegacl_validate(rsmipc_request_t *req, rsm_node_id_t rnode, rsmipc_reply_t *reply) argument
4921 rsmipc_reply_t reply; local
5290 rsmipc_send(rsm_node_id_t dest, rsmipc_request_t *req, rsmipc_reply_t *reply) argument
6093 rsmipc_reply_t reply; local
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c422 char *reply; local
425 if (cache_get(xprt, msg, &reply, &replylen)) {
427 tu_data->udata.buf = reply;
625 * Copies pointers to reply buffers into fifo cache
645 * The cached reply and length

Completed in 185 milliseconds

12345