Home
last modified time | relevance | path

Searched refs:boot_type (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_mng_tlv.c499 p_buf->p_val = (u8 *)&p_drv_buf->boot_type; in ecore_mfw_get_fcoe_tlv_value()
500 return sizeof(p_drv_buf->boot_type); in ecore_mfw_get_fcoe_tlv_value()
H A Decore_mcp_api.h354 u8 boot_type; member
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c452 unsigned int boot_type:2; member
1145 iso9660->opt.boot_type = OPT_BOOT_TYPE_DEFAULT; in archive_write_set_format_iso9660()
1355 iso9660->opt.boot_type = OPT_BOOT_TYPE_NO_EMU; in iso9660_options()
1357 iso9660->opt.boot_type = OPT_BOOT_TYPE_FD; in iso9660_options()
1359 iso9660->opt.boot_type = OPT_BOOT_TYPE_HARD_DISK; in iso9660_options()
4113 if (iso9660->opt.boot_type != OPT_BOOT_TYPE_DEFAULT) { in write_information_block()
4115 if (iso9660->opt.boot_type == OPT_BOOT_TYPE_FD) in write_information_block()
4117 if (iso9660->opt.boot_type == OPT_BOOT_TYPE_HARD_DISK) in write_information_block()
7155 switch (iso9660->opt.boot_type) { in isoent_create_boot_catalog()