Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dedd.h186 unsigned char mbr_signature_nr; member
/openbmc/u-boot/include/linux/
H A Dedd.h176 unsigned char mbr_signature_nr; member
/openbmc/linux/drivers/firmware/
H A Dedd.c76 return edev->index < min_t(unsigned char, edd.mbr_signature_nr, EDD_MBR_SIG_MAX); in edd_has_mbr_signature()
718 min_t(unsigned char, EDD_MBR_SIG_MAX, edd.mbr_signature_nr), in edd_num_devices()
/openbmc/linux/arch/x86/kernel/
H A Dsetup.c184 edd.mbr_signature_nr = boot_params.edd_mbr_sig_buf_entries; in copy_edd()