Searched refs:boot_size (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_util.h48 uint64_t boot_size, int argc, char **argv);
H A Dzpool_vdev.c1010 uint64_t boot_size)
1059 boot_size, &slice);
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);
1670 uint64_t boot_size, int argc, char **argv)
1722 if (!dryrun && make_disks(zhp, newroot, boot_type, boot_size) != 0) {
1009 make_disks(zpool_handle_t *zhp, nvlist_t *nv, zpool_boot_label_t boot_type, uint64_t boot_size) argument
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
H A Dzpool_main.c561 uint64_t boot_size; local
625 boot_size = zpool_get_prop_int(zhp, ZPOOL_PROP_BOOTSIZE, NULL);
627 boot_type, boot_size, argc, argv);
950 uint64_t boot_size = 0; local
981 if (boot_size == 0)
982 boot_size = SYSTEM256;
1020 &boot_size) < 0 || boot_size == 0) {
1138 (void) asprintf(&buf, "%" PRIu64, boot_size);
1163 boot_type, boot_size, arg
3877 uint64_t boot_size; local
[all...]
/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.cc243 uint64_t boot_size; local
340 boot_size = zpool_get_prop_int(pool, ZPOOL_PROP_BOOTSIZE, NULL);
342 boot_type, boot_size, NULL) != 0) {
/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)
4401 if (boot_size % vtoc->efi_lbasize != 0) {
4416 if (boot_size < 1024 * 1024) {
4418 zfs_nicenum(boot_size, buf, sizeof (buf));
4429 boot_size < 33 * 1024 * 1024) ||
4431 boot_size < 256 * 1024 * 1024))) {
4433 zfs_nicenum(boot_size, buf, sizeof (buf));
4440 start_block += boot_size / vtoc->efi_lbasize;
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
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwmreg.h929 uint32_t boot_size; /* bytes of bootstrap code */ member in struct:iwm_ucode_header::__anon13516::__anon13517
938 uint32_t boot_size; /* bytes of bootstrap code */ member in struct:iwm_ucode_header::__anon13516::__anon13518

Completed in 215 milliseconds