Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c984 if (boot_type == ZPOOL_CREATE_BOOT_LABEL) { in make_disks()
994 ret = zpool_label_disk(g_zfs, zhp, diskname, boot_type, in make_disks()
1038 if ((boot_type == ZPOOL_CREATE_BOOT_LABEL)) { in make_disks()
1047 ret = make_disks(zhp, child[c], boot_type, boot_size); in make_disks()
1055 ret = make_disks(zhp, child[c], boot_type, boot_size); in make_disks()
1063 ret = make_disks(zhp, child[c], boot_type, boot_size); in make_disks()
1466 zpool_boot_label_t boot_type; in split_mirror_vdev() local
1478 boot_type = ZPOOL_COPY_BOOT_LABEL; in split_mirror_vdev()
1480 boot_type = ZPOOL_NO_BOOT_LABEL; in split_mirror_vdev()
1483 make_disks(zhp, newroot, boot_type, 0) != 0) { in split_mirror_vdev()
[all …]
H A Dzpool_util.h47 boolean_t replacing, boolean_t dryrun, zpool_boot_label_t boot_type,
H A Dzpool_main.c531 zpool_boot_label_t boot_type; in zpool_do_add() local
582 boot_type = ZPOOL_COPY_BOOT_LABEL; in zpool_do_add()
584 boot_type = ZPOOL_NO_BOOT_LABEL; in zpool_do_add()
589 boot_type, boot_size, argc, argv); in zpool_do_add()
933 boot_type = ZPOOL_CREATE_BOOT_LABEL; in zpool_do_create()
1084 if (boot_type == ZPOOL_CREATE_BOOT_LABEL) { in zpool_do_create()
1116 boot_type, boot_size, argc - 1, argv + 1); in zpool_do_create()
3549 zpool_boot_label_t boot_type; in zpool_do_attach_or_replace() local
3616 boot_type = ZPOOL_COPY_BOOT_LABEL; in zpool_do_attach_or_replace()
3618 boot_type = ZPOOL_NO_BOOT_LABEL; in zpool_do_attach_or_replace()
[all …]
/freebsd-12.1/cddl/usr.sbin/zfsd/
H A Dcase_file.cc242 zpool_boot_label_t boot_type; in ReEvaluate() local
337 boot_type = ZPOOL_COPY_BOOT_LABEL; in ReEvaluate()
339 boot_type = ZPOOL_NO_BOOT_LABEL; in ReEvaluate()
342 boot_type, boot_size, NULL) != 0) { in ReEvaluate()
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Decore_mng_tlv.c502 p_buf->p_val = (u8 *)&p_drv_buf->boot_type; in ecore_mfw_get_fcoe_tlv_value()
503 return sizeof(p_drv_buf->boot_type); in ecore_mfw_get_fcoe_tlv_value()
H A Decore_mcp_api.h356 u8 boot_type; member
/freebsd-12.1/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()
4116 if (iso9660->opt.boot_type != OPT_BOOT_TYPE_DEFAULT) { in write_information_block()
4118 if (iso9660->opt.boot_type == OPT_BOOT_TYPE_FD) in write_information_block()
4120 if (iso9660->opt.boot_type == OPT_BOOT_TYPE_HARD_DISK) in write_information_block()
7158 switch (iso9660->opt.boot_type) { in isoent_create_boot_catalog()
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c4185 zpool_boot_label_t boot_type, uint64_t boot_size, int *slice) argument
4265 if (boot_type == ZPOOL_CREATE_BOOT_LABEL) {