Home | History | Annotate | Download | only in DxeNetLib

Lines Matching refs:Service

1808   Create a child of the service that is identified by ServiceBindingGuid.

1815 @param[in] Controller The controller which has the service installed.
1816 @param[in] Image The image handle used to open service.
1817 @param[in] ServiceBindingGuid The service's Guid.
1834 EFI_SERVICE_BINDING_PROTOCOL *Service;
1845 (VOID **) &Service,
1858 Status = Service->CreateChild (Service, ChildHandle);
1864 Destroy a child of the service that is identified by ServiceBindingGuid.
1870 @param[in] Controller The controller which has the service installed.
1871 @param[in] Image The image handle used to open service.
1872 @param[in] ServiceBindingGuid The service's Guid.
1889 EFI_SERVICE_BINDING_PROTOCOL *Service;
1899 (VOID **) &Service,
1912 Status = Service->DestroyChild (Service, ChildHandle);
1919 There should be MNP Service Binding Protocol installed on the input ServiceHandle.
1924 @param[in] ServiceHandle The handle where network service binding protocols are
1991 @param[in] ServiceHandle The handle where network service binding protocols are
2029 @param[in] ControllerHandle The handle where network service binding protocols are
2089 Get MAC address associated with the network service handle.
2091 There should be MNP Service Binding Protocol installed on the input ServiceHandle.
2095 @param[in] ServiceHandle The handle where network service binding protocols are
2192 Convert MAC address of the NIC associated with specified Service Binding Handle
2195 Locate simple network protocol associated with the Service Binding Handle and
2200 @param[in] ServiceHandle The handle where network service binding protocol is
2293 @param[in] ServiceHandle The handle where network service binding protocols are
2647 service binding instance that is install on UNDI/SNP handle.