mio_master_t
mio_master_t *ms_ptr; /* pointer to master */
mio_master_t *mm = NULL;
alloc_sz = sizeof (mio_master_t) +
mm = (mio_master_t *)kmem_zalloc(alloc_sz, KM_SLEEP);
ms = (mio_slave_t *)(((caddr_t)mm) + sizeof (mio_master_t));
ms = (mio_slave_t *)(((caddr_t)mm) + sizeof (mio_master_t));
mio_master_t *mm;