Searched refs:dp1 (Results 1 - 5 of 5) sorted by relevance

/u-boot/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c94 struct efi_device_path *dp1; local
114 dp1 = dpu->duplicate_device_path(NULL);
115 if (dp1) {
120 dp1 = dpu->append_device_path(NULL, NULL);
121 if (!dp1) {
125 len = dpu->get_device_path_size(dp1);
131 ret = boottime->free_pool(dp1);
137 ret = create_single_node_device_path(21, &dp1);
144 dp3 = dpu->append_device_path(dp1, dp2);
149 if (dp3 == dp1 || dp
[all...]
H A Defi_selftest_devicepath.c44 static u8 *dp1; variable
135 (void **)&dp1);
159 boottime->copy_mem(dp1, &vendor_node,
181 boottime->copy_mem(dp1 + sizeof(struct efi_device_path_vendor),
191 dp1);
245 dp1);
278 if (dp1) {
279 ret = boottime->free_pool(dp1);
/u-boot/drivers/net/octeontx2/
H A Dnpc.h17 u16 dp1; member in struct:npc_kpu_profile_cam
/u-boot/lib/efi_loader/
H A Defi_device_path.c277 * @dp1: First device path
288 efi_device_path *efi_dp_concat(const struct efi_device_path *dp1, argument
295 if (!dp1 && !dp2) {
298 } else if (!dp1) {
301 ret = efi_dp_dup(dp1);
303 /* both dp1 and dp2 are non-null */
304 unsigned sz1 = efi_dp_size(dp1);
316 memcpy(p, dp1, sz1);
/u-boot/include/
H A Defi_loader.h947 struct efi_device_path *efi_dp_concat(const struct efi_device_path *dp1,

Completed in 179 milliseconds