LDI_DEVMAP(9F) | Kernel Functions for Drivers | LDI_DEVMAP(9F) |
ldi_devmap - Issue a devmap request to a device
#include <sys/sunldi.h> int ldi_devmap(ldi_handle_t lh, devmap_cookie_t dhp, offset_t off,
size_t len, size_t *maplen, uint_t model);
lh
dhp
off
len
maplen
model
The ldi_devmap() function passes an devmap request to the device entry point for the device specified by the layered handle. This operation is supported for character devices.
The ldi_devmap() function returns 0 upon success. If a failure occurs before the request is passed to the device, possible return values are shown below. Otherwise any other error number may be returned by the device.
EINVAL
ENOTSUP
This function may be called from user or kernel context.
June 3, 2003 | OmniOS |