OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FilePath
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/external/bsd/gnu-efi/dist/lib/
sread.c
39
IN OUT EFI_DEVICE_PATH **
FilePath
,
71
UserFilePath = *
FilePath
;
103
Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &FileSystemProtocol,
FilePath
, DeviceHandle);
111
// Duplicate
FilePath
to make sure it is aligned so that
114
AlignedFilePath = DuplicateDevicePath(*
FilePath
);
123
// To access as a filesystem, the
filepath
should only
124
// contain
filepath
components. Follow the
filepath
nodes
132
// For filesystem access each node should be a
filepath
component
195
*
FilePath
= UserFilePath
[
all
...]
dpath.c
248
FILEPATH_DEVICE_PATH *
FilePath
;
252
FilePath
= AllocateZeroPool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + sizeof(EFI_DEVICE_PATH));
255
if (
FilePath
) {
261
FilePath
->Header.Type = MEDIA_DEVICE_PATH;
262
FilePath
->Header.SubType = MEDIA_FILEPATH_DP;
263
SetDevicePathNodeLength (&
FilePath
->Header, Size + SIZE_OF_FILEPATH_DEVICE_PATH);
264
CopyMem (
FilePath
->PathName, FileName, Size);
265
Eop = NextDevicePathNode(&
FilePath
->Header);
272
DevicePath = (EFI_DEVICE_PATH *)
FilePath
;
279
FreePool(
FilePath
);
[
all
...]
/src/sys/external/bsd/acpica/dist/tools/acpibin/
abcompare.c
312
char *
FilePath
)
318
File = fopen (
FilePath
, "rb");
321
printf ("Could not open file %s\n",
FilePath
);
330
printf ("File %s does not contain a valid ACPI table header\n",
FilePath
);
353
char *
FilePath
)
361
File = fopen (
FilePath
, "rb");
364
printf ("Could not open file %s\n",
FilePath
);
371
printf ("File %s does not contain a valid ACPI table header\n",
FilePath
);
420
File = fopen (
FilePath
, "r+b");
423
printf ("Could not open file %s for writing\n",
FilePath
);
[
all
...]
/src/sys/arch/ia64/stand/efi/libefi/
efi.c
152
img->
FilePath
== NULL) ? 1 : 0;
155
(DevicePathType(img->
FilePath
) != MEDIA_DEVICE_PATH ||
156
DevicePathSubType(img->
FilePath
) != MEDIA_FILEPATH_DP ||
157
DevicePathNodeLength(img->
FilePath
) <=
/src/sys/external/bsd/gnu-efi/dist/apps/
t6.c
37
Print(L"Image file : %s\n", DevicePathToStr(loaded_image->
FilePath
));
t3.c
59
Print(L" li->
FilePath
: %xh\n", li->
FilePath
);
77
EFI_DEVICE_PATH *
FilePath
;
/src/sys/stand/efiboot/
efiboot.c
94
Print(L"
FilePath
: 0x%" PRIxEFIPTR "\n", efi_li->
FilePath
);
97
Print(L"Image file : %s\n", DevicePathToStr(efi_li->
FilePath
));
/src/sys/external/bsd/gnu-efi/dist/inc/
efidevp.h
498
FILEPATH_DEVICE_PATH
FilePath
;
532
FILEPATH_DEVICE_PATH *
FilePath
;
efilib.h
892
IN EFI_DEVICE_PATH *
FilePath
,
944
IN OUT EFI_DEVICE_PATH **
FilePath
,
efiapi.h
373
IN EFI_DEVICE_PATH *
FilePath
,
409
EFI_DEVICE_PATH *
FilePath
;
efiprot.h
552
IN EFI_DEVICE_PATH *
FilePath
,
1235
EFI_DEVICE_PATH *
FilePath
;
/src/sys/external/bsd/acpica/dist/compiler/
readme.txt
107
Arguments: -vi "$(
FilePath
)"
113
Quotes around
FilePath
and FileDir enable spaces in filenames.
/src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h
572
ACPI_EFI_DEVICE_PATH *
FilePath
,
618
ACPI_EFI_DEVICE_PATH *
FilePath
;
Completed in 23 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025