Home
last modified time | relevance | path

Searched refs:os_portable_mac (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu_objset.h39 uint8_t os_portable_mac[ZIO_OBJSET_MAC_LEN]; member
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h75 uint8_t os_portable_mac[ZIO_OBJSET_MAC_LEN]; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_crypt.c2126 bcopy(portable_mac, os->os_phys->os_portable_mac, ZIO_OBJSET_MAC_LEN); in dsl_crypto_recv_raw_objset_sync()
2525 os->os_phys->os_portable_mac, ZIO_OBJSET_MAC_LEN)); in dsl_crypto_populate_key_nvlist()
2718 bcopy(portable_mac, osp->os_portable_mac, ZIO_OBJSET_MAC_LEN); in spa_do_crypt_objset_mac_abd()
2724 if (bcmp(portable_mac, osp->os_portable_mac, ZIO_OBJSET_MAC_LEN) != 0 || in spa_do_crypt_objset_mac_abd()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1287 uint8_t os_portable_mac[ZIO_OBJSET_MAC_LEN]; member