-
-
Notifications
You must be signed in to change notification settings - Fork 180
Commit 44bdca2
committed
uefi: Add get_variable_boxed
This alloc-only method is a more convenient form of `get_variable`.1 parent e84e76f commit 44bdca2
File tree
3 files changed
+50
-8
lines changed- uefi-test-runner/src/runtime
- uefi/src/table
3 files changed
+50
-8
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | + | ||
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
32 | 39 |
| |
33 | 40 |
| |
34 | 41 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | - | ||
5 | - | ||
6 | - | ||
7 | 4 |
| |
8 | - | ||
9 | - | ||
10 | - | ||
5 | + | ||
11 | 6 |
| |
12 | 7 |
| |
13 | 8 |
| |
14 | - | ||
15 | - | ||
16 | 9 |
| |
17 | 10 |
| |
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
18 | 20 |
| |
19 | 21 |
| |
20 | 22 |
| |
| |||
159 | 161 |
| |
160 | 162 |
| |
161 | 163 |
| |
164 | + | ||
165 | + | ||
166 | + | ||
167 | + | ||
168 | + | ||
169 | + | ||
170 | + | ||
171 | + | ||
172 | + | ||
173 | + | ||
174 | + | ||
175 | + | ||
176 | + | ||
177 | + | ||
178 | + | ||
179 | + | ||
180 | + | ||
181 | + | ||
182 | + | ||
183 | + | ||
184 | + | ||
185 | + | ||
186 | + | ||
187 | + | ||
188 | + | ||
189 | + | ||
190 | + | ||
191 | + | ||
192 | + | ||
193 | + | ||
194 | + | ||
195 | + | ||
162 | 196 |
| |
163 | 197 |
| |
164 | 198 |
| |
|
0 commit comments