Home
last modified time | relevance | path

Searched refs:os_local_mac (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_objset.h86 uint8_t os_local_mac[ZIO_OBJSET_MAC_LEN]; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c2140 memset(os->os_phys->os_local_mac, 0, ZIO_OBJSET_MAC_LEN); in dsl_crypto_recv_raw_objset_sync()
2736 memcpy(osp->os_local_mac, local_mac, ZIO_OBJSET_MAC_LEN); in spa_do_crypt_objset_mac_abd()
2746 if (memcmp(local_mac, osp->os_local_mac, ZIO_OBJSET_MAC_LEN) != 0) { in spa_do_crypt_objset_mac_abd()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1348 uint8_t os_local_mac[ZIO_OBJSET_MAC_LEN]; member