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

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_util.h47 boolean_t replacing, boolean_t dryrun, zpool_boot_label_t boot_type,
H A Dzpool_vdev.c1009 make_disks(zpool_handle_t *zhp, nvlist_t *nv, zpool_boot_label_t boot_type, argument
1048 if (boot_type == ZPOOL_CREATE_BOOT_LABEL) {
1058 ret = zpool_label_disk(g_zfs, zhp, diskname, boot_type,
1102 if ((boot_type == ZPOOL_CREATE_BOOT_LABEL)) {
1111 ret = make_disks(zhp, child[c], boot_type, boot_size);
1119 ret = make_disks(zhp, child[c], boot_type, boot_size);
1127 ret = make_disks(zhp, child[c], boot_type, boot_size);
1583 zpool_boot_label_t boot_type; local
1595 boot_type = ZPOOL_COPY_BOOT_LABEL;
1597 boot_type
1668 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.c560 zpool_boot_label_t boot_type; local
620 boot_type = ZPOOL_COPY_BOOT_LABEL;
622 boot_type = ZPOOL_NO_BOOT_LABEL;
627 boot_type, boot_size, argc, argv);
949 zpool_boot_label_t boot_type = ZPOOL_NO_BOOT_LABEL; local
980 boot_type = ZPOOL_CREATE_BOOT_LABEL;
1131 if (boot_type == ZPOOL_CREATE_BOOT_LABEL) {
1163 boot_type, boot_size, argc - 1, argv + 1);
3876 zpool_boot_label_t boot_type; local
3943 boot_type
[all...]
/freebsd-12-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-12-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-12-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...]
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c4320 zpool_boot_label_t boot_type, uint64_t boot_size, int *slice)
4400 if (boot_type == ZPOOL_CREATE_BOOT_LABEL) {
4319 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

Completed in 276 milliseconds