Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c1341 migp->size = ML_UNIT_ONDSZ; in trans_get_log()
1345 if (migp->size < ML_UNIT_ONDSZ) in trans_get_log()
1348 if (ddi_copyout(ul, (void *)(uintptr_t)migp->mdp, ML_UNIT_ONDSZ, in trans_get_log()
H A Dtrans_log.c444 recid = mddb_createrec(ML_UNIT_ONDSZ, typ1, LOG_REC, in ldl_create()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h180 #define ML_UNIT_ONDSZ ((size_t)((caddr_t)&((ml_unit_t *)0)->un_spare[15] +\ macro