Lines Matching defs:bootfs
32 * kernel, kernel$, module, module$, findroot, bootfs
54 #define BPROP_ZFSBOOTFS "zfs-bootfs"
231 * 1. zfs-bootfs property is set explicitly
242 /* zfs-bootfs is not specified, or bootpath is allready set */
331 char bootfs[BOOTARGS_MAX];
338 bfslen = barg_bootfs_var(barg, bootfs, sizeof (bootfs));
341 if (bfslen >= sizeof (bootfs) || isalen >= sizeof (isadir))
345 ZFS_BOOT_VAR, strlen(ZFS_BOOT_VAR), bootfs, bfslen)) != 0)
430 bootfs(const grub_line_t *lp, grub_barg_t *barg)
445 * If the bootfs value is the same as the bootfs for the pool,
454 /* check if specified bootfs belongs to the root pool */