Lines Matching refs:ROOT
30 static const struct efi_device_path_vendor ROOT = { variable
34 .length = sizeof(ROOT),
264 return sizeof(ROOT); in dp_size()
270 return sizeof(ROOT); in dp_size()
294 *vdp = ROOT; in dp_fill()
359 dpsize = sizeof(ROOT) + sizeof(struct efi_device_path_usb); in dp_part_size()
389 memcpy(buf, &ROOT, sizeof(ROOT)); in dp_part_fill()
390 buf += sizeof(ROOT); in dp_part_fill()
515 dpsize += sizeof(ROOT); in efi_dp_from_eth()
524 memcpy(buf, &ROOT, sizeof(ROOT)); in efi_dp_from_eth()
525 buf += sizeof(ROOT); in efi_dp_from_eth()