Home
last modified time | relevance | path

Searched refs:sig_type (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dblk.h62 enum sig_type { enum
101 enum sig_type sig_type; /* Partition table signature type */ member
/rk3399_rockchip-uboot/disk/
H A Dpart_dos.c100 if (dev_desc->sig_type == SIG_TYPE_NONE && in part_test_dos()
102 dev_desc->sig_type = SIG_TYPE_MBR; in part_test_dos()
H A Dpart_efi.c1215 if (dev_desc->sig_type == SIG_TYPE_NONE) { in is_gpt_valid()
1218 dev_desc->sig_type = SIG_TYPE_GUID; in is_gpt_valid()
1222 dev_desc->sig_type = SIG_TYPE_MBR; in is_gpt_valid()
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_device_path.c430 hddp->signature_type = desc->sig_type; in dp_part_fill()