Home
last modified time | relevance | path

Searched refs:replyType (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c673 … const char *replyName, const char *replyType, const char *replyDomain, void *context) in zonedata_browse() argument
686 …DNSServiceResolve(newref, kDNSServiceFlagsShareConnection, ifIndex, replyName, replyType, replyDom… in zonedata_browse()
690 … const char *replyName, const char *replyType, const char *replyDomain, void *context) in browse_reply() argument
703 op, flags, ifIndex, replyDomain, replyType, replyName); in browse_reply()
/titanic_50/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c2638 uint8_t replyType; in mr_sas_tbolt_process_outstanding_cmd() local
2658 replyType = replyDesc->ReplyFlags & in mr_sas_tbolt_process_outstanding_cmd()
2661 if (replyType == MPI2_RPY_DESCRIPT_FLAGS_UNUSED) in mr_sas_tbolt_process_outstanding_cmd()
2749 replyType = replyDesc->ReplyFlags & in mr_sas_tbolt_process_outstanding_cmd()
2752 if (replyType == MPI2_RPY_DESCRIPT_FLAGS_UNUSED) in mr_sas_tbolt_process_outstanding_cmd()
/titanic_50/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c1491 char replyName[256], replyType[kDNSServiceMaxDomainName], replyDomain[kDNSServiceMaxDomainName]; in handle_browse_response() local
1493 get_string(&data, end, replyType, kDNSServiceMaxDomainName); in handle_browse_response()
1496 …allback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, replyName, replyType, replyDomain, sd… in handle_browse_response()