Searched defs:replyType (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c2638 uint8_t replyType; local
2658 replyType = replyDesc->ReplyFlags &
2661 if (replyType == MPI2_RPY_DESCRIPT_FLAGS_UNUSED)
2749 replyType = replyDesc->ReplyFlags &
2752 if (replyType == MPI2_RPY_DESCRIPT_FLAGS_UNUSED)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c651 const char *replyName, const char *replyType, const char *replyDomain, void *context)
664 DNSServiceResolve(newref, kDNSServiceFlagsShareConnection, ifIndex, replyName, replyType, replyDomain, zonedata_resolve, newref);
668 const char *replyName, const char *replyType, const char *replyDomain, void *context)
681 op, flags, ifIndex, replyDomain, replyType, replyName);
650 zonedata_browse(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *replyName, const char *replyType, const char *replyDomain, void *context) argument
667 browse_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *replyName, const char *replyType, const char *replyDomain, void *context) argument
/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c1514 char replyName[256], replyType[kDNSServiceMaxDomainName], replyDomain[kDNSServiceMaxDomainName]; local
1516 get_string(&data, end, replyType, kDNSServiceMaxDomainName);
1519 else ((DNSServiceBrowseReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, replyName, replyType, replyDomain, sdr->AppContext);

Completed in 596 milliseconds