Home
last modified time | relevance | path

Searched refs:mddb_de32_t (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c1724 mddb_de32_t *dep in sizeofde32()
1734 static mddb_de32_t *
1736 mddb_de32_t *dep in nextentry()
1739 mddb_de32_t *ret; in nextentry()
1741 ret = (mddb_de32_t *)((void *)((caddr_t)dep + sizeofde32(dep))); in nextentry()
1752 mddb_de32_t *de32p; in create_db32rec()
1755 ASSERT(sizeof (mddb_de_t) == sizeof (mddb_de32_t)); in create_db32rec()
1762 de32p = (mddb_de32_t *)((void *) ((caddr_t)(&db32p->db32_firstentry) in create_db32rec()
2014 mddb_de32_t *de32p, *de32p2; in readcopy()
2020 ASSERT(sizeof (mddb_de_t) == sizeof (mddb_de32_t)); in readcopy()
[all …]
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_mddb.h649 } mddb_de32_t; typedef