Home
last modified time | relevance | path

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

/freebsd-13-stable/stand/libsa/zfs/
HDzfs.c789 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_get_bootenv()
825 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_set_bootenv()
928 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_getter()
962 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_setter()
1135 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_setter_str()
1277 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_unset_impl()
1434 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_iterate()
1474 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_attach_nvstore()
1631 .dv_type = DEVT_ZFS,
1703 if (vdev->d_dev->dv_type != DEVT_ZFS) in zfs_fmtdev()
HDzfsimpl.c1371 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in spa_find_by_dev()
/freebsd-13-stable/stand/i386/libi386/
HDbootinfo32.c102 case DEVT_ZFS: in bi_load32()
/freebsd-13-stable/stand/i386/zfsboot/
HDzfsboot.c225 if (bdev != NULL && bdev->dd.d_dev->dv_type == DEVT_ZFS) { in main()
466 if (bdev->dd.d_dev->dv_type == DEVT_ZFS) { in load()
/freebsd-13-stable/stand/i386/loader/
HDmain.c380 if (new_currdev.dd.d_dev->dv_type == DEVT_ZFS) in extract_currdev()
/freebsd-13-stable/stand/libsa/
HDstand.h153 #define DEVT_ZFS 4 macro
/freebsd-13-stable/stand/efi/loader/
HDmain.c1642 case DEVT_ZFS: in command_chain()