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

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DRegisterListener.java41 /** Called when a registration has been completed.<P>
43 @param registration
44 The active registration.
61 void serviceRegistered( DNSSDRegistration registration, int flags, String serviceName, argument
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSimpleChat.java41 DNS-SD registration, browsing, resolving and record-querying.
70 DNSSDRegistration registration; // object that maintains our connection advertisement field in class:SimpleChat
104 registration = DNSSD.register( 0, 0, ourName, kChatExampleRegType, "", "", inSocket.getLocalPort(), null, this);
157 public void serviceRegistered( DNSSDRegistration registration, int flags, argument
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c44 grub_efi_locate_protocol (grub_efi_guid_t *protocol, void *registration) argument
50 protocol, registration, &interface);

Completed in 28 milliseconds