Searched refs:efi_device_path_vendor (Results 1 – 9 of 9) sorted by relevance
117 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 …]
64 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),
189 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()
80 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),
18 struct efi_device_path_vendor vendor;43 dp->vendor.dp.length = sizeof(struct efi_device_path_vendor); in efi_root_node_register()
65 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()
37 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()
21 struct efi_device_path_vendor vendor;
502 struct efi_device_path_vendor { struct
Completed in 22 milliseconds