OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ArgvContents
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/gnu-efi/dist/lib/
cmdline.c
37
static CHAR16
ArgvContents
[MAX_CMDLINE_SIZE];
55
else if (BufLen > sizeof(
ArgvContents
))
56
BufLen = sizeof(
ArgvContents
);
58
CopyMem(
ArgvContents
, ((EFI_LOADED_IMAGE *)LoadedImage)->LoadOptions, BufLen);
59
ArgvContents
[MAX_CMDLINE_SIZE - 1] = L'\0';
61
for (c = ArgStart =
ArgvContents
; *c != L'\0' ; ++c) {
Completed in 140 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025