OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DevPath
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/gnu-efi/dist/lib/
hand.c
122
EFI_DEVICE_PATH *Next, *
DevPath
;
204
DevPath
= DevicePath;
212
if ((DevicePathType(
DevPath
) == MEDIA_DEVICE_PATH) &&
213
(DevicePathSubType(
DevPath
) == MEDIA_HARDDRIVE_DP)) {
215
HardDriveDevicePath = (HARDDRIVE_DEVICE_PATH *)(
DevPath
);
219
Next = NextDevicePathNode(
DevPath
);
243
if (IsDevicePathEnd(
DevPath
)) {
247
DevPath
= NextDevicePathNode(
DevPath
);
dpath.c
56
EFI_DEVICE_PATH *Start, *Next, *
DevPath
;
59
DevPath
= *DevicePath;
60
Start =
DevPath
;
62
if (!
DevPath
) {
71
Next = NextDevicePathNode(
DevPath
);
73
if (IsDevicePathEndType(
DevPath
)) {
81
DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *)
DevPath
) - ((UINT8 *) Start) ));
82
DumpHex (0, 0, ((UINT8 *)
DevPath
) - ((UINT8 *) Start), Start);
86
DevPath
= Next;
89
ASSERT (DevicePathSubType(
DevPath
) == END_ENTIRE_DEVICE_PATH_SUBTYPE |
[
all
...]
/src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efidbg.h
68
EFI_DEVICE_PATH
DevPath
;
/src/sys/external/bsd/gnu-efi/dist/inc/
efidevp.h
12
devpath
.h
471
EFI_DEVICE_PATH_PROTOCOL
DevPath
;
506
EFI_DEVICE_PATH_PROTOCOL *
DevPath
;
Completed in 23 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025