Query: csx_getmappedaddr
OS: opensolaris
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
csx_GetMappedAddr(9F) Kernel Functions for Drivers csx_GetMappedAddr(9F)NAMEcsx_GetMappedAddr - return mapped virtual addressSYNOPSIS#include <sys/pccard.h> int32_t csx_GetMappedAddr(acc_handle_t handle, void **addr);INTERFACE LEVELSolaris DDI Specific (Solaris DDI)PARAMETERShandle The access handle returned from csx_RequestIO(9F), csx_RequestWindow(9F), or csx_DupHandle(9F). addr The virtual or I/O port number represented by the handle.DESCRIPTIONThis function returns the mapped virtual address or the mapped I/O port number represented by the handle, handle.RETURN VALUESCS_SUCCESS The resulting address or I/O port number can be directly accessed by the caller. CS_FAILURE The resulting address or I/O port number can not be directly accessed by the caller; the caller must make all accesses to the mapped area via the common access functions. CS_UNSUPPORTED_FUNCTION No PCMCIA hardware installed.CONTEXTThis function may be called from user, kernel, or interrupt context.SEE ALSOcsx_DupHandle(9F), csx_Get8(9F), csx_Put8(9F), csx_RepGet8(9F), csx_RepPut8(9F), csx_RequestIO(9F), csx_RequestWindow(9F) PC Card 95 Standard, PCMCIA/JEIDA SunOS 5.11 19 Jul 1996 csx_GetMappedAddr(9F)
Related Man Pages |
---|
csx_repget16(9f) - sunos |
csx_repput8(9f) - sunos |
csx_repput64(9f) - sunos |
csx_repget16(9f) - opensolaris |
csx_repput16(9f) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
solaris zones vs container.. |
Study UNIX Kernel |
Grep the 'not running' jobs and will send the update in mail with its name(job) |
%memused is high |
Solaris 10 - password complexity not working |