Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c1019 if (boot_type == ZPOOL_CREATE_BOOT_LABEL) { in make_disks()
1029 ret = zpool_label_disk(g_zfs, zhp, diskname, boot_type, in make_disks()
1073 if ((boot_type == ZPOOL_CREATE_BOOT_LABEL)) { in make_disks()
1082 ret = make_disks(zhp, child[c], boot_type, boot_size); in make_disks()
1090 ret = make_disks(zhp, child[c], boot_type, boot_size); in make_disks()
1098 ret = make_disks(zhp, child[c], boot_type, boot_size); in make_disks()
1551 zpool_boot_label_t boot_type; in split_mirror_vdev() local
1561 boot_type = ZPOOL_COPY_BOOT_LABEL; in split_mirror_vdev()
1563 boot_type = ZPOOL_NO_BOOT_LABEL; in split_mirror_vdev()
1566 make_disks(zhp, newroot, boot_type, 0) != 0) { in split_mirror_vdev()
[all …]
H A Dzpool_util.h52 zpool_boot_label_t boot_type, uint64_t boot_size, int argc, char **argv);
H A Dzpool_main.c688 zpool_boot_label_t boot_type; in zpool_do_add() local
763 boot_type = ZPOOL_COPY_BOOT_LABEL; in zpool_do_add()
765 boot_type = ZPOOL_NO_BOOT_LABEL; in zpool_do_add()
784 boot_type, boot_size, argc, argv); in zpool_do_add()
1134 boot_type = ZPOOL_CREATE_BOOT_LABEL; in zpool_do_create()
1279 if (boot_type == ZPOOL_CREATE_BOOT_LABEL) { in zpool_do_create()
1311 boot_type, boot_size, argc - 1, argv + 1); in zpool_do_create()
5541 zpool_boot_label_t boot_type; in zpool_do_attach_or_replace() local
5623 boot_type = ZPOOL_COPY_BOOT_LABEL; in zpool_do_attach_or_replace()
5625 boot_type = ZPOOL_NO_BOOT_LABEL; in zpool_do_attach_or_replace()
[all …]
/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c160 zpool_boot_label_t boot_type; in zfs_process_add() local
228 boot_type = ZPOOL_COPY_BOOT_LABEL; in zfs_process_add()
230 boot_type = ZPOOL_NO_BOOT_LABEL; in zfs_process_add()
234 boot_type, boot_size, NULL) != 0) { in zfs_process_add()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_mcp_api.h385 u8 boot_type; member
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c4594 zpool_boot_label_t boot_type, uint64_t boot_size, int *slice) in zpool_label_disk() argument
4674 if (boot_type == ZPOOL_CREATE_BOOT_LABEL) { in zpool_label_disk()