Home | History | Annotate | Download | only in MnpDxe

Lines Matching defs:Entry

2   Implementation of driver entry point and driver binding protocol.

32 @param[in] Entry The entry to be removed.
35 @retval EFI_SUCCESS The entry has been removed successfully.
36 @retval Others Fail to remove the entry.
42 IN LIST_ENTRY *Entry,
48 MnpServiceData = MNP_SERVICE_DATA_FROM_LINK (Entry);
55 @param[in] Entry The entry to be removed.
58 @retval EFI_SUCCESS The entry has been removed successfully.
59 @retval Others Fail to remove the entry.
65 IN LIST_ENTRY *Entry,
71 MnpServiceData = MNP_SERVICE_DATA_FROM_LINK (Entry);
162 LIST_ENTRY *Entry;
266 Entry = GetFirstNode (&MnpDeviceData->ServiceList);
267 MnpServiceData = MNP_SERVICE_DATA_FROM_LINK (Entry);
664 The entry point for Mnp driver which installs the driver binding and component