OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckDevicePath
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
ConPlatform.c
1049
EFI_DEVICE_PATH_PROTOCOL *
CheckDevicePath
;
1051
CheckDevicePath
= DevicePath;
1052
while (!IsDevicePathEnd (
CheckDevicePath
)) {
1056
if ((DevicePathType (
CheckDevicePath
) == MESSAGING_DEVICE_PATH) &&
1057
(DevicePathSubType (
CheckDevicePath
) == MSG_USB_DP ||
1058
DevicePathSubType (
CheckDevicePath
) == MSG_USB_CLASS_DP ||
1059
DevicePathSubType (
CheckDevicePath
) == MSG_USB_WWID_DP)) {
1065
if ((DevicePathType (
CheckDevicePath
) == HARDWARE_DEVICE_PATH) &&
1066
(DevicePathSubType (
CheckDevicePath
) == HW_PCCARD_DP)) {
1073
CheckDevicePath
= NextDevicePathNode (CheckDevicePath);
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
Terminal.c
[
all
...]
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DxeDeferImageLoadLib.c
390
CheckDevicePath
(
495
if (
CheckDevicePath
(Path, DevicePath)) {
633
if (
CheckDevicePath
(DevicePath, OptionDevicePath)) {
Completed in 4944 milliseconds