Home
last modified time | relevance | path

Searched refs:efi_device_path_vendor (Results 1 – 9 of 9) sorted by relevance

/u-boot/lib/efi_selftest/
A Defi_selftest_devicepath.c117 struct efi_device_path_vendor vendor_node; in setup()
133 sizeof(struct efi_device_path_vendor) + in setup()
140 sizeof(struct efi_device_path_vendor) + in setup()
147 sizeof(struct efi_device_path_vendor) + in setup()
155 vendor_node.dp.length = sizeof(struct efi_device_path_vendor); in setup()
160 sizeof(struct efi_device_path_vendor)); in setup()
162 sizeof(struct efi_device_path_vendor)); in setup()
164 sizeof(struct efi_device_path_vendor)); in setup()
169 &vendor_node, sizeof(struct efi_device_path_vendor)); in setup()
171 &vendor_node, sizeof(struct efi_device_path_vendor)); in setup()
[all …]
A Defi_selftest_load_file.c64 struct efi_device_path_vendor v;
71 sizeof(struct efi_device_path_vendor),
83 struct efi_device_path_vendor v;
92 sizeof(struct efi_device_path_vendor),
115 struct efi_device_path_vendor v;
122 sizeof(struct efi_device_path_vendor),
134 struct efi_device_path_vendor v;
143 sizeof(struct efi_device_path_vendor),
A Defi_selftest_block_device.c189 struct efi_device_path_vendor vendor_node; in setup()
208 sizeof(struct efi_device_path_vendor) + in setup()
217 vendor_node.dp.length = sizeof(struct efi_device_path_vendor); in setup()
222 sizeof(struct efi_device_path_vendor)); in setup()
227 boottime->copy_mem((char *)dp + sizeof(struct efi_device_path_vendor), in setup()
A Defi_selftest_loadimage.c80 struct efi_device_path_vendor vendor;
87 .length = sizeof(struct efi_device_path_vendor),
101 struct efi_device_path_vendor vendor;
110 .length = sizeof(struct efi_device_path_vendor),
/u-boot/lib/efi_loader/
A Defi_root_node.c18 struct efi_device_path_vendor vendor;
43 dp->vendor.dp.length = sizeof(struct efi_device_path_vendor); in efi_root_node_register()
A Defi_device_path_to_text.c65 struct efi_device_path_vendor *vdp = in dp_hardware()
66 (struct efi_device_path_vendor *)dp; in dp_hardware()
69 n = (int)vdp->dp.length - sizeof(struct efi_device_path_vendor); in dp_hardware()
265 struct efi_device_path_vendor *vdp = in dp_media()
266 (struct efi_device_path_vendor *)dp; in dp_media()
269 n = (int)vdp->dp.length - sizeof(struct efi_device_path_vendor); in dp_media()
A Defi_device_path.c37 static const struct efi_device_path_vendor ROOT = {
479 + sizeof(struct efi_device_path_vendor) + 1; in dp_size()
489 + sizeof(struct efi_device_path_vendor) + 1; in dp_size()
526 struct efi_device_path_vendor *vdp = buf; in dp_fill()
553 struct efi_device_path_vendor *dp; in dp_fill()
570 struct efi_device_path_vendor *dp; in dp_fill()
/u-boot/include/
A Defi_load_initrd.h21 struct efi_device_path_vendor vendor;
A Defi_api.h502 struct efi_device_path_vendor { struct

Completed in 22 milliseconds