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

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c92 * The segmap entry point(rsm_segmap) is responsible for setting up a memory
95 * rsm_segmap calls RSMPI rsm_map to allocate device memory. Then the
342 static int rsm_segmap(dev_t, off_t, struct as *, caddr_t *, off_t, uint_t,
382 rsm_segmap, /* segmap */
8557 rsm_segmap(dev_t dev, off_t off, struct as *as, caddr_t *addrp, off_t len, function
8568 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_segmap enter\n"));
8578 "rsm_segmap done: invalid segment\n"));
8599 "rsm_segmap: bar cookie/va is NULL\n"));
8607 "rsm_segmap done: %d\n", error));
8611 "rsm_segmap
[all...]

Completed in 78 milliseconds