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

/illumos-gate/usr/src/uts/common/io/
H A Dwinlockio.c699 * call devmap_unload from here - not clear if that is allowed.
1360 err = devmap_unload(owner->lockseg, lp->cookie, PAGESIZE);
1361 err |= devmap_unload(owner->unlockseg, lp->cookie, PAGESIZE);
1487 err = devmap_unload(sdp->unlockseg, lp->cookie, PAGESIZE);
1522 * We do not handle errors in devmap_unload in the !trash case,
1527 (void) devmap_unload(owner->lockseg, lp->cookie, PAGESIZE);
1528 (void) devmap_unload(owner->unlockseg, lp->cookie, PAGESIZE);
1532 if (err = devmap_unload(owner->lockseg, lp->cookie, PAGESIZE)) {
1540 * the right locks), so no need to devmap_unload on unlockseg
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h646 devmap_unload(devmap_cookie_t dhp, offset_t offset, size_t len);
/illumos-gate/usr/src/man/man9f/
H A DMakefile255 devmap_unload.9f \
1682 devmap_load.9f := LINKSRC = devmap_unload.9f
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c2646 * is already a fault code generated by devmap_unload()
2788 * devmap_unload:
2794 devmap_unload(devmap_cookie_t dhc, offset_t offset, size_t len) function
2802 "devmap_unload:start dhp=%p offset=%llx len=%lx",
2804 DEBUGF(7, (CE_CONT, "devmap_unload: dhp %p offset %llx len %lx\n",
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c4403 (void) devmap_unload(hdl->c_dhp,

Completed in 97 milliseconds