Searched defs:ownp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_ioctl.c1658 mirror_owner_thread(md_mn_req_owner_t *ownp) argument
1661 set_t setno = MD_MIN2SET(ownp->mnum);
1662 mm_unit_t *un = MD_UNIT(ownp->mnum);
1674 MD_MSGF_NO_LOG, 0, (char *)ownp, sizeof (md_mn_req_owner_t),
1724 kmem_free(ownp, sizeof (md_mn_req_owner_t));
1824 md_mn_req_owner_t *ownp; local
1825 ownp = kmem_zalloc(sizeof (md_mn_req_owner_t), KM_SLEEP);
1827 bcopy(&p->d, ownp, sizeof (md_mn_req_owner_t));
1828 if (thread_create(NULL, 0, mirror_owner_thread, (caddr_t)ownp,
1830 kmem_free(ownp, sizeo
2264 mirror_choose_owner(mm_unit_t *un, md_mn_req_owner_t *ownp) argument
[all...]

Completed in 62 milliseconds