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.c375 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in spa_find_by_dev()
892 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_getter()
926 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_setter()
1099 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_setter_str()
1241 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_unset_impl()
1402 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_iterate()
1442 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_attach_nvstore()
1599 .dv_type = DEVT_ZFS,
1671 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/zfsboot/
H A Dzfsboot.c224 if (bdev != NULL && bdev->dd.d_dev->dv_type == DEVT_ZFS) { in main()
465 if (bdev->dd.d_dev->dv_type == DEVT_ZFS) { in load()
/freebsd/stand/i386/loader/
H A Dmain.c378 if (new_currdev.dd.d_dev->dv_type == DEVT_ZFS) in extract_currdev()
/freebsd/stand/libsa/
H A Dstand.h149 #define DEVT_ZFS 4 macro
/freebsd/stand/efi/loader/
H A Dmain.c1677 case DEVT_ZFS: in command_chain()