Home
last modified time | relevance | path

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

/freebsd/stand/libsa/zfs/
H A Dzfs.c377 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in spa_find_by_dev()
894 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_getter()
928 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_setter()
1101 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_setter_str()
1243 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_unset_impl()
1404 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_iterate()
1444 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_attach_nvstore()
1601 .dv_type = DEVT_ZFS,
1673 if (vdev->d_dev->dv_type != DEVT_ZFS) in zfs_fmtdev()
/freebsd/stand/i386/libi386/
H A Dbootinfo32.c101 case DEVT_ZFS: in bi_load32()
/freebsd/stand/i386/gptzfsboot/
H A Dzfsboot.c224 if (bdev != NULL && bdev->dd.d_dev->dv_type == DEVT_ZFS) { in main()
467 if (bdev->dd.d_dev->dv_type == DEVT_ZFS) { in load()
/freebsd/stand/i386/loader/
H A Dmain.c385 if (new_currdev.dd.d_dev->dv_type == DEVT_ZFS) in extract_currdev()
/freebsd/stand/libsa/
H A Dstand.h159 #define DEVT_ZFS 4 macro
/freebsd/stand/efi/loader/
H A Dmain.c2055 case DEVT_ZFS: in command_chain()