Home
last modified time | relevance | path

Searched refs:DNS_SERVICE_FROM_THIS (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsDriver.c767 DnsSb = DNS_SERVICE_FROM_THIS (ServiceBinding); in Dns4DriverBindingStop()
1032 DnsSb = DNS_SERVICE_FROM_THIS (ServiceBinding); in Dns6DriverBindingStop()
1106 DnsSb = DNS_SERVICE_FROM_THIS (This); in Dns4ServiceBindingCreateChild()
1254 DnsSb = DNS_SERVICE_FROM_THIS (This); in Dns4ServiceBindingDestroyChild()
1349 DnsSb = DNS_SERVICE_FROM_THIS (This); in Dns6ServiceBindingCreateChild()
1497 DnsSb = DNS_SERVICE_FROM_THIS (This); in Dns6ServiceBindingDestroyChild()
DDnsDriver.h105 #define DNS_SERVICE_FROM_THIS(a) \ macro