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

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c192 } mio_master_t; typedef in typeref:struct:mio_master
196 mio_master_t *ms_ptr; /* pointer to master */
3451 mio_master_t *mm = NULL;
3495 alloc_sz = sizeof (mio_master_t) +
3497 mm = (mio_master_t *)kmem_zalloc(alloc_sz, KM_SLEEP);
3513 ms = (mio_slave_t *)(((caddr_t)mm) + sizeof (mio_master_t));
3550 ms = (mio_slave_t *)(((caddr_t)mm) + sizeof (mio_master_t));
3572 mio_master_t *mm;

Completed in 62 milliseconds