Home
last modified time | relevance | path

Searched refs:dp1 (Results 1 – 6 of 6) sorted by relevance

/u-boot/lib/efi_selftest/
A Defi_selftest_devicepath_util.c94 struct efi_device_path *dp1; in execute() local
115 if (dp1) { in execute()
121 if (!dp1) { in execute()
125 len = dpu->get_device_path_size(dp1); in execute()
131 ret = boottime->free_pool(dp1); in execute()
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
179 ret = boottime->free_pool(dp1); in execute()
192 if (!dp1) { in execute()
219 dp3 = dp1; in execute()
225 if (!dp1) { in execute()
[all …]
A Defi_selftest_devicepath.c44 static u8 *dp1; variable
135 (void **)&dp1); in setup()
159 boottime->copy_mem(dp1, &vendor_node, in setup()
181 boottime->copy_mem(dp1 + sizeof(struct efi_device_path_vendor), in setup()
191 dp1); in setup()
245 dp1); in teardown()
278 if (dp1) { in teardown()
279 ret = boottime->free_pool(dp1); in teardown()
/u-boot/drivers/net/octeontx2/
A Dnpc.h17 u16 dp1; member
/u-boot/lib/efi_loader/
A Defi_device_path.c285 struct efi_device_path *efi_dp_append(const struct efi_device_path *dp1, in efi_dp_append() argument
290 if (!dp1 && !dp2) { in efi_dp_append()
293 } else if (!dp1) { in efi_dp_append()
296 ret = efi_dp_dup(dp1); in efi_dp_append()
299 unsigned sz1 = efi_dp_size(dp1); in efi_dp_append()
304 memcpy(p, dp1, sz1); in efi_dp_append()
/u-boot/arch/arm/dts/
A Ds5p4418.dtsi102 dp1:dp@c0102c00 { label
/u-boot/include/
A Defi_loader.h625 struct efi_device_path *efi_dp_append(const struct efi_device_path *dp1,

Completed in 10 milliseconds