Searched refs:boot_type (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c945 make_disks(zpool_handle_t *zhp, nvlist_t *nv, zpool_boot_label_t boot_type, argument
984 if (boot_type == ZPOOL_CREATE_BOOT_LABEL) {
994 ret = zpool_label_disk(g_zfs, zhp, diskname, boot_type,
1038 if ((boot_type == ZPOOL_CREATE_BOOT_LABEL)) {
1047 ret = make_disks(zhp, child[c], boot_type, boot_size);
1055 ret = make_disks(zhp, child[c], boot_type, boot_size);
1063 ret = make_disks(zhp, child[c], boot_type, boot_size);
1466 zpool_boot_label_t boot_type; local
1478 boot_type = ZPOOL_COPY_BOOT_LABEL;
1480 boot_type
1527 make_root_vdev(zpool_handle_t *zhp, int force, int check_rep, boolean_t replacing, boolean_t dryrun, zpool_boot_label_t boot_type, uint64_t boot_size, int argc, char **argv) argument
[all...]
H A Dzpool_main.c533 zpool_boot_label_t boot_type; local
584 boot_type = ZPOOL_COPY_BOOT_LABEL;
586 boot_type = ZPOOL_NO_BOOT_LABEL;
591 boot_type, boot_size, argc, argv);
904 zpool_boot_label_t boot_type = ZPOOL_NO_BOOT_LABEL; local
935 boot_type = ZPOOL_CREATE_BOOT_LABEL;
1086 if (boot_type == ZPOOL_CREATE_BOOT_LABEL) {
1118 boot_type, boot_size, argc - 1, argv + 1);
3551 zpool_boot_label_t boot_type; local
3618 boot_type
[all...]
H A Dzpool_util.h47 boolean_t replacing, boolean_t dryrun, zpool_boot_label_t boot_type,
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.cc242 zpool_boot_label_t boot_type; local
337 boot_type = ZPOOL_COPY_BOOT_LABEL;
339 boot_type = ZPOOL_NO_BOOT_LABEL;
342 boot_type, boot_size, NULL) != 0) {
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp_api.h356 u8 boot_type; member in struct:ecore_mfw_tlv_fcoe
H A Decore_mng_tlv.c502 p_buf->p_val = (u8 *)&p_drv_buf->boot_type;
503 return sizeof(p_drv_buf->boot_type);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c4194 zpool_boot_label_t boot_type, uint64_t boot_size, int *slice)
4274 if (boot_type == ZPOOL_CREATE_BOOT_LABEL) {
4193 zpool_label_disk(libzfs_handle_t *hdl, zpool_handle_t *zhp, const char *name, zpool_boot_label_t boot_type, uint64_t boot_size, int *slice) argument
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c440 * : we assume boot_type is 'fd';
441 * : otherwise boot_type is 'no-emulation'.
452 unsigned int boot_type:2; member in struct:iso_option
1145 iso9660->opt.boot_type = OPT_BOOT_TYPE_DEFAULT;
1355 iso9660->opt.boot_type = OPT_BOOT_TYPE_NO_EMU;
1357 iso9660->opt.boot_type = OPT_BOOT_TYPE_FD;
1359 iso9660->opt.boot_type = OPT_BOOT_TYPE_HARD_DISK;
4117 if (iso9660->opt.boot_type != OPT_BOOT_TYPE_DEFAULT) {
4119 if (iso9660->opt.boot_type == OPT_BOOT_TYPE_FD)
4121 if (iso9660->opt.boot_type
[all...]

Completed in 296 milliseconds