Searched refs:lh_magic (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h56 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */ member in struct:zap_leaf_phys::zap_leaf_header
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h109 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */ member in struct:zap_leaf_phys::zap_leaf_header
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c118 buf->l_hdr.lh_magic = BSWAP_32(buf->l_hdr.lh_magic);
176 zap_leaf_phys(l)->l_hdr.lh_magic = ZAP_LEAF_MAGIC;
404 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC);
464 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC);
H A Dzap.c546 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC);
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1332 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */ member in struct:zap_leaf_phys::zap_leaf_header
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c669 if (l->l_hdr.lh_magic != ZAP_LEAF_MAGIC)
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c629 zlp->l_hdr.lh_magic != ZAP_LEAF_MAGIC) {

Completed in 90 milliseconds