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

/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_map.c380 void **new_pvtp1, devmap_cookie_t new_dhp2, void **new_pvtp2)
424 if (new_dhp2 != NULL && new_pvtp2 != NULL) {
425 *new_pvtp2 = efb_new_mapping(mstate, new_dhp2, off+len,
378 efb_devmap_unmap(devmap_cookie_t dhp, void *pvtp, offset_t off, size_t len, devmap_cookie_t new_dhp1, void **new_pvtp1, devmap_cookie_t new_dhp2, void **new_pvtp2) argument
H A Ddrm_sunmod.c690 devmap_cookie_t new_dhp1, void **new_pvtp1, devmap_cookie_t new_dhp2,
712 if (new_dhp2 != NULL) {
713 ndhp = (devmap_handle_t *)new_dhp2;
689 drm_devmap_unmap(devmap_cookie_t dhc, void *pvtp, offset_t off, size_t len, devmap_cookie_t new_dhp1, void **new_pvtp1, devmap_cookie_t new_dhp2, void **new_pvtp2) argument
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_sunmod.c131 devmap_cookie_t new_dhp1, void **new_pvtp1, devmap_cookie_t new_dhp2,
156 if (new_dhp2 != NULL) {
157 ndhp = (devmap_handle_t *)new_dhp2;
268 devmap_cookie_t new_dhp2, void **newpvtp2)
275 _NOTE(ARGUNUSED(new_dhp2, newpvtp2))
130 drm_devmap_unmap(devmap_cookie_t dhc, void *pvtp, offset_t off, size_t len, devmap_cookie_t new_dhp1, void **new_pvtp1, devmap_cookie_t new_dhp2, void **new_pvtp2) argument
266 drm_gem_unmap(devmap_cookie_t dhp, void *pvtp, offset_t off, size_t len, devmap_cookie_t new_dhp1, void **newpvtp1, devmap_cookie_t new_dhp2, void **newpvtp2) argument

Completed in 20 milliseconds