Home
last modified time | relevance | path

Searched refs:DEVT_ZFS (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/boot/efi/libefi/
H A Ddevicename.c122 case DEVT_ZFS: in efi_parsedev()
187 case DEVT_ZFS: in efi_fmtdev()
/illumos-gate/usr/src/boot/i386/libi386/
H A Ddevicename.c123 case DEVT_ZFS: in i386_parsedev()
188 case DEVT_ZFS: in i386_fmtdev()
H A Dbootinfo32.c180 case DEVT_ZFS: in bi_load32()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfs.c692 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_get_bootenv()
728 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_set_bootenv()
831 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_getter()
865 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_setter()
1037 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_setter_str()
1180 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_unset_impl()
1341 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_iterate()
1381 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_attach_nvstore()
1546 .dv_type = DEVT_ZFS,
1611 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_bootfs()
[all …]
H A Dzfsimpl.c1379 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in spa_find_by_dev()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c251 if (bdev != NULL && bdev->dd.d_dev->dv_type == DEVT_ZFS) { in main()
481 if (bdev->dd.d_dev->dv_type == DEVT_ZFS) { in load()
/illumos-gate/usr/src/boot/libsa/
H A Dstand.h147 #define DEVT_ZFS 4 macro
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c1386 case DEVT_ZFS: in command_chain()
/illumos-gate/usr/src/boot/common/
H A Dmultiboot2.c614 if (rootdev->d_dev->dv_type == DEVT_ZFS) in mb_kernel_cmdline()