HomeSort by: relevance | last modified time | path
    Searched defs:dp0 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/i386/stand/efiboot/
efiboot.c 57 EFI_DEVICE_PATH *dp0, *dp; local in function:efi_main
76 &DevicePathProtocol, (void **)&dp0);
80 efi_bootdp = dp0;
81 for (dp = dp0; !IsDevicePathEnd(dp); dp = NextDevicePathNode(dp)) {
efinet.c 323 EFI_DEVICE_PATH *dp0, *dp, *pdp; local in function:efi_net_probe
344 &DevicePathProtocol, (void **)&dp0);
349 for (dp = dp0; !IsDevicePathEnd(dp); dp = NextDevicePathNode(dp)) {
369 for (pdp = NULL, dp = dp0;
eficons.c 813 EFI_DEVICE_PATH *dp, *dp0; local in function:efi_com_probe
830 &DevicePathProtocol, (void **)&dp0);
834 for (uid = -1, dp = dp0;
boot.c 780 EFI_DEVICE_PATH *dp0, *dp; local in function:command_devpath
803 &DevicePathProtocol, (void **)&dp0);
807 printf("DevicePathType %d\n", DevicePathType(dp0));
814 for (dp = dp0;
  /src/sys/stand/efiboot/
efinet.c 330 EFI_DEVICE_PATH *dp0, *dp; local in function:efi_net_probe
365 &DevicePathProtocol, (void **)&dp0);
370 for (dp = dp0; !IsDevicePathEnd(dp); dp = NextDevicePathNode(dp)) {
407 if (depth > 0 && efi_device_path_ncmp(efi_bootdp, dp0, depth) == 0) {

Completed in 15 milliseconds