Searched refs:hostName (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DResolveListener.java43 @param hostName
54 String hostName, int port, TXTRecord txtRecord);
53 serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, String hostName, int port, TXTRecord txtRecord) argument
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSwingResolveListener.java66 String hostName, int port, TXTRecord txtRecord)
72 fHostName = hostName;
65 serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, String hostName, int port, TXTRecord txtRecord) argument
H A DBrowserApp.java189 String hostName, int port, TXTRecord txtRecord)
197 hostNameForUpdate = hostName;
188 serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, String hostName, int port, TXTRecord txtRecord) argument
H A DSimpleChat.java166 String hostName, int port, TXTRecord txtRecord)
171 DNSSD.queryRecord( 0, ifIndex, hostName, 1 /* ns_t_a */, 1 /* ns_c_in */,
165 serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, String hostName, int port, TXTRecord txtRecord) argument
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c476 * hostName - name of initiator to add
479 stmfAddToHostGroup(stmfGroupName *hostGroupName, stmfDevid *hostName) argument
486 == sizeof (stmfGroupName)) || hostName == NULL) {
503 hostName)) != STMF_STATUS_SUCCESS) {
512 (char *)hostName->ident);
5961 * hostName - name of host group member to remove
5964 stmfRemoveFromHostGroup(stmfGroupName *hostGroupName, stmfDevid *hostName) argument
5971 == sizeof (stmfGroupName)) || hostName == NULL) {
5988 hostGroupName, hostName)) != STMF_STATUS_SUCCESS) {
5997 (char *)hostName
[all...]
/illumos-gate/usr/src/cmd/make/bin/
H A Ddoname.cc71 static char hostName[MAXNAMELEN] = ""; variable

Completed in 78 milliseconds