Home | History | Annotate | Download | only in UefiShellDriver1CommandsLib

Lines Matching refs:Instance

204   EFI_DEVICE_PATH_PROTOCOL  *Instance;  

248 // Check every instance of the console variable
250 Instance = GetNextDevicePathInstance (&CopyOfDevPath, &Size);
251 if (Instance == NULL) {
258 Next = Instance;
267 if ((DevicePathType (Instance) == MESSAGING_DEVICE_PATH) &&
268 ((DevicePathSubType (Instance) == MSG_USB_CLASS_DP)
269 || (DevicePathSubType (Instance) == MSG_USB_WWID_DP)
274 FreePool(Instance);
303 Instance,
322 Status = ShellConnectDevicePath (Instance);
327 FreePool (Instance);