Home
last modified time | relevance | path

Searched refs:mddb_de_ic_t (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/md/
H A Dsimple_de_ic.c35 mddb_de_ic_t value; in simple_de_ic()
42 if (mdb_vread(&value, sizeof (mddb_de_ic_t), addr) != in simple_de_ic()
43 sizeof (mddb_de_ic_t)) { in simple_de_ic()
H A Dwalk_directory_entry.c53 mddb_de_ic_t de_entry; in mddb_de_ic_walk_step()
60 if (mdb_vread(&de_entry, sizeof (mddb_de_ic_t), wsp->walk_addr) == -1) { in mddb_de_ic_walk_step()
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c421 mddb_de_ic_t *dep, in rec_crcfunc()
605 mddb_de_ic_t *dep; in computefreeblks()
1712 mddb_de_ic_t *dep in sizeofde()
1717 size = sizeof (mddb_de_ic_t) - sizeof (mddb_block_t) + in sizeofde()
1751 mddb_de_ic_t *dep; in create_db32rec()
1905 mddb_de_ic_t *dep, in getrecord()
2013 mddb_de_ic_t *dep, *dep2; in readcopy()
2068 dep = (mddb_de_ic_t *) in readcopy()
2069 kmem_zalloc(sizeof (mddb_de_ic_t) - in readcopy()
2080 dep2 = (mddb_de_ic_t *)kmem_zalloc( in readcopy()
[all …]
H A Dmd_rename.c740 mddb_de_ic_t *dep; in md_rename_update_self()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_mddb.h615 } mddb_de_ic_t; typedef
627 mddb_de_ic_t *db_firstentry;
715 to->db_firstentry = (mddb_de_ic_t *)(uintptr_t)from->db32_firstentry;
846 extern mddb_de_ic_t *mddb_getrecdep(mddb_recid_t);
/titanic_41/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c1281 mddb_de_ic_t *dep; in sp_snarf()
1735 mddb_de_ic_t *dep; in sp_imp_set()
/titanic_41/usr/src/uts/common/io/lvm/hotspares/
H A Dhotspares.c1277 mddb_de_ic_t *dep; in load_hotspare()
1711 mddb_de_ic_t *dep; in imp_hotspare()
/titanic_41/usr/src/uts/common/io/lvm/stripe/
H A Dstripe.c827 mddb_de_ic_t *dep; in stripe_snarf()
1614 mddb_de_ic_t *dep; in stripe_imp_set()
/titanic_41/usr/src/uts/common/io/lvm/trans/
H A Dmdtrans.c786 mddb_de_ic_t *dep; in trans_snarf()
/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid.c3639 mddb_de_ic_t *dep; in raid_snarf()
4273 mddb_de_ic_t *dep; in raid_imp_set()
/titanic_41/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c5153 mddb_de_ic_t *dep; in mirror_snarf()
5602 mddb_de_ic_t *dep; in mirror_imp_set()
H A Dmirror_ioctl.c1394 mddb_de_ic_t *dep, *old_dep; in mirror_grow_unit()