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

/illumos-gate/usr/src/uts/sun4/io/
H A Drootnex.c328 rootnex_map_regspec(ddi_map_req_t *mp, caddr_t *vaddrp, uint_t mapping_attr) function
354 DPRINTF(ROOTNEX_MAP_DEBUG, ("rootnex_map_regspec: zero "
365 DPRINTF(ROOTNEX_MAP_DEBUG, ("rootnex_map_regspec: Mapping "
614 error = rootnex_map_regspec(mp, vaddrp, mapping_attr);
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c377 static int rootnex_map_regspec(ddi_map_req_t *mp, caddr_t *vaddrp);
953 return (rootnex_map_regspec(mp, vaddrp));
1026 * rootnex_map_regspec()
1030 rootnex_map_regspec(ddi_map_req_t *mp, caddr_t *vaddrp) function
1046 "rootnex_map_regspec: <0x%x 0x%x 0x%x> handle 0x%x\n",
1079 ddi_map_debug("rootnex_map_regspec: mmap() "
1110 "rootnex_map_regspec: \"Mapping\" %d bytes I/O space at 0x%x\n",
1168 ddi_map_debug("rootnex_map_regspec: zero regspec_size\n");
1180 ddi_map_debug("rootnex_map_regspec: Mapping %d pages "

Completed in 74 milliseconds