Go to the source code of this file.
◆ CmdLineGetDebugString()
◆ CmdLineGetDefaultOS()
◆ CmdLineGetTimeOut()
◆ CmdLineParse()
Definition at line 29 of file cmdline.c.
30{
33
34
38
39
40
41
42
43
44
46 if (Setting)
47 {
48
49 Setting +=
sizeof(
"debug=") -
sizeof(
ANSI_NULL);
50 End =
strstr(Setting,
" ");
52
53
56
57
59 while (*Setting)
60 {
61 if (*Setting == ';') *Setting = ' ';
62 Setting++;
63 }
64
66 }
67
68
70 if (Setting)
71 {
74 }
75
76
78 if (Setting)
79 {
80
81 Setting +=
sizeof(
"defaultos=") -
sizeof(
ANSI_NULL);
82 End =
strstr(Setting,
" ");
84
85
88 }
89
90
92 if (Setting)
93 {
98 }
99
100
102 if (Setting)
103 {
107 }
108
109
111 if (Setting)
112 {
116 }
117
118
120}
char * strstr(char *String1, char *String2)
UINT32 strtoul(const char *String, char **Terminator, UINT32 Base)
ACPI_SIZE strlen(const char *String)
static const WCHAR CmdLine[]
_Check_return_ int __cdecl atoi(_In_z_ const char *_Str)
_In_ ULONG _In_ ULONG Offset
_In_ ULONG _In_ ULONG _In_ ULONG Length
NTSTRSAFEAPI RtlStringCbCopyNA(_Out_writes_bytes_(cbDest) NTSTRSAFE_PSTR pszDest, _In_ size_t cbDest, _In_reads_bytes_(cbToCopy) STRSAFE_LPCSTR pszSrc, _In_ size_t cbToCopy)
_CRTIMP char *__cdecl _strupr(_Inout_z_ char *_String)
Referenced by BootMain().