Home | History | Annotate | Download | only in SnpNt32Dxe

Lines Matching defs:Entry

358   @param  BuffSize         On entry, the size, in bytes, of Buffer. On exit, the size, in

398 }, // Entry
481 LIST_ENTRY *Entry;
486 NET_LIST_FOR_EACH (Entry, &GlobalData->InstanceList) {
488 Instance = NET_LIST_USER_STRUCT_S (Entry, SNPNT32_INSTANCE_DATA, Entry, SNP_NT32_INSTANCE_SIGNATURE);
993 @param BuffSize On entry, the size, in bytes, of Buffer. On exit, the size, in
1108 LIST_ENTRY *Entry;
1243 InsertTailList (&This->InstanceList, &Instance->Entry);
1252 Entry = This->InstanceList.ForwardLink;
1254 Instance = NET_LIST_USER_STRUCT_S (Entry, SNPNT32_INSTANCE_DATA, Entry, SNP_NT32_INSTANCE_SIGNATURE);
1256 RemoveEntryList (Entry);
1406 LIST_ENTRY *Entry;
1421 Entry = This->InstanceList.ForwardLink;
1423 Instance = NET_LIST_USER_STRUCT_S (Entry, SNPNT32_INSTANCE_DATA, Entry, SNP_NT32_INSTANCE_SIGNATURE);
1425 RemoveEntryList (Entry);
1441 This is the declaration of an EFI image entry point. This entry point is