Lines Matching refs:start
691 cddp->partition_start = info.start; in dp_part_node()
702 hddp->partition_start = info.start; in dp_part_node()
765 void *buf, *start; in efi_dp_from_part() local
767 start = efi_alloc(dp_part_size(desc, part) + sizeof(EFI_DP_END)); in efi_dp_from_part()
768 if (!start) in efi_dp_from_part()
771 buf = dp_part_fill(start, desc, part); in efi_dp_from_part()
775 return start; in efi_dp_from_part()
884 void *buf, *start; in efi_dp_from_eth() local
891 start = efi_alloc(dpsize + sizeof(EFI_DP_END)); in efi_dp_from_eth()
892 if (!start) in efi_dp_from_eth()
895 buf = dp_fill(start, dev); in efi_dp_from_eth()
899 return start; in efi_dp_from_eth()
1011 void *buf, *start; in efi_dp_from_mem() local
1013 start = efi_alloc(sizeof(*mdp) + sizeof(EFI_DP_END)); in efi_dp_from_mem()
1014 if (!start) in efi_dp_from_mem()
1017 mdp = start; in efi_dp_from_mem()
1028 return start; in efi_dp_from_mem()