Searched refs:reply (Results 151 - 175 of 197) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c66 extern int32_t reply(char *);
164 else if (reply(gettext("file is not a block or "
H A Dpass1.c63 extern int32_t reply(char *);
563 if (preen || reply(gettext("ADJUST")) == 1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
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/ufs/fsck/
H A Dpass3.c380 if ((n = reply("FIX")) == 1) {
H A Dutilities.c122 reply(caddr_t fmt, ...) function
128 pfatal("INTERNAL ERROR: GOT TO reply() in preen mode");
394 if (reply("CONTINUE") == 0) {
413 if (preen || reply("UPDATE STANDARD SUPERBLOCK") == 1) {
857 if (reply("SALVAGE") == 0) {
1280 (reply("FILE SYSTEM STATE IN SUPERBLOCK IS WRONG; FIX") == 0))
H A Dfsck.h610 int reply(caddr_t, ...);
H A Dmain.c478 quiet_dups = (reply("LIST REMAINING DUPS") == 0);
H A Dinode.c976 if (preen || (reply("CLEAR") == 1)) {
1180 if (reply("REPAIR") == 0)
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_locking_andx.c394 * the SMB1 header and everything, in sr->reply.
426 &sr->reply, "Mb19.wwwwbb3.wbb10.",
H A Dsmb_session.c1350 sr->reply.max_bytes = session->reply_max_bytes;
1394 if (sr->reply.chain)
1395 m_freem(sr->reply.chain);
1441 mbuf_chain_t *mbc = &sr->reply;
1446 * Build the break message in sr->reply and then send it.
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c598 if (!ep->reply) {
607 ret = (*ep->reply)(data, cnt);
610 "(*ep->reply)(%x, %d) returned %s(%d)\n"),
/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/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
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c250 * not necessarily received reply from the target (this behavior is from
1498 int reply; local
1679 reply = (*pr->check_reply_fn) (&in_msg, cc, seq,
1685 if (reply == REPLY_SHORT_PKT) {
1692 * if reply comes from a different host, print
1725 if (reply == REPLY_GOT_TARGET) {
1745 if (reply == REPLY_GOT_OTHER) {
1905 * Wait until a reply arrives or timeout occurs. If packet arrived, read it
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c2459 /* KDC reply */
3413 krb5_data *reply,
3426 kprompt.reply = reply;
3552 krb5_data reply; local
3556 reply.data = tmpbuf;
3557 reply.length = sizeof(tmpbuf);
3559 /* note, don't care about the reply */
3560 return (pkinit_prompt_user(context, cctx, &reply, token_prompt, 0));
3599 krb5_data reply; local
3411 pkinit_prompt_user(krb5_context context, pkinit_identity_crypto_context cctx, krb5_data *reply, char *prompt, int hidden) argument
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c391 static rdma_stat rib_rem_rep(rib_qp_t *, struct reply *);
711 static struct reply *rib_addreplylist(rib_qp_t *, uint32_t);
713 static int rib_remreply(rib_qp_t *, struct reply *);
1204 struct reply *r;
1267 /* RPC caller not waiting for reply */
2287 rib_rem_rep(rib_qp_t *qp, struct reply *rep)
2417 * Send RPC reply and wait for RDMA_DONE.
2479 struct reply *rep;
2628 struct reply *rep;
2662 * Client side only interface to "recv" the rpc reply bu
[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...]
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dzambezi.esc266 event ereport.asic.zambezi.lfu.reply-invalid-or-unmapped@interconnect
268 event ereport.asic.zambezi.lfu.reply-tid-release-set@interconnect
538 ereport.asic.zambezi.lfu.reply-invalid-or-unmapped@interconnect
540 ereport.asic.zambezi.lfu.reply-tid-release-set@interconnect
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c693 if (reply(gettext(
708 reply(gettext("set owner/mode for '.'")) == FAIL) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log_xdr.c811 dp = (struct dirent64 *)objp->reply.entries;
837 return (xdr_bool(xdrs, &objp->reply.eof));
H A Dnfs3_xdr.c2058 for (size = objp->size, dp = (struct dirent64 *)objp->reply.entries;
2091 objp->reply.eof = FALSE;
2106 if (!xdr_bool(xdrs, &objp->reply.eof))
2302 dp = (struct dirent64 *)objp->reply.entries;
2329 if (!xdr_bool(xdrs, &objp->reply.eof))
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h703 krb5_data *reply, struct sockaddr *localaddr, socklen_t *localaddrlen,
2358 const struct addrlist *, struct sendto_callback_info*, krb5_data *reply,
2497 const krb5_data * realm, krb5_data * reply,
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h624 #define rr_ok readres_u.reply
728 int kernel_waiting; /* Kernel waiting for daemon to reply */
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm.h666 struct drm_wait_vblank_reply reply; member in union:drm_wait_vblank
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_log.h471 nfslog_dirlistplus3 reply; member in struct:nfslog_READDIRPLUS3resok

Completed in 198 milliseconds

12345678