Searched refs:reply (Results 1 - 25 of 197) sorted by last modified time

12345678

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_flush.c58 * SMB2 Flush reply
61 &sr->reply, "wwl",
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_change_notify.c133 * SMB2 Change Notify reply
138 &sr->reply, "wwlC",
H A Dsmb2_close.c73 * SMB2 Close reply
76 &sr->reply,
H A Dsmb2_create.c373 * SMB2 Create reply
376 &sr->reply,
398 CreateCtxOffset = sr->reply.chain_offset - sr->smb2_reply_hdr;
404 sr->reply.chain_offset -= 8;
406 &sr->reply,
417 (void) smb_mbc_encodef(&sr->reply, ".");
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...]
H A Dsmb2_echo.c42 * SMB2 Echo reply
45 &sr->reply, "wwl",
H A Dsmb2_ioctl.c183 * SMB2 Ioctl reply
187 &sr->reply, "w..lqqlllll4.#C",
H A Dsmb2_lock.c138 * SMB2 Lock reply (sync)
142 &sr->reply, "w..",
190 * SMB2 Lock reply (async)
194 &sr->reply, "w..",
H A Dsmb2_logoff.c46 * SMB2 Logoff reply
49 &sr->reply, "wwl",
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...]
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 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);
/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/cmd/fs.d/nfs/mountd/
H A Dmountd.c771 syslog(LOG_ERR, "couldn't send reply to %s", host);
773 syslog(LOG_ERR, "couldn't send reply to %s: %m", host);
1252 goto reply;
1266 goto reply;
1281 goto reply;
1296 goto reply;
1302 goto reply;
1311 goto reply;
1321 goto reply;
1339 goto reply;
[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...]
/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/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h805 * request/reply variables
1151 * Mask Doorbell and Reset interrupts to enable reply desc int.
1328 uint16_t dev_handle, int lun, uint8_t *reply, uint32_t reply_size,
/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...]

Completed in 160 milliseconds

12345678