CSX_CONVERTSIZE(9F) | Kernel Functions for Drivers | CSX_CONVERTSIZE(9F) |
csx_ConvertSize - convert device sizes
#include <sys/pccard.h> int32_t csx_ConvertSize(convert_size_t *cs);
illumos DDI Specific (illumos DDI)
cs
csx_ConvertSize() is an illumos-specific extension that provides a method for clients to convert from one type of device size representation to another, that is, from devsize format to bytes and vice versa.
The structure members of convert_size_t are:
uint32_t Attributes; uint32_t bytes; uint32_t devsize;
The fields are defined as follows:
Attributes
CONVERT_BYTES_TO_DEVSIZE
CONVERT_DEVSIZE_TO_BYTES
bytes
devsize
CS_SUCCESS
CS_BAD_SIZE
CS_UNSUPPORTED_FUNCTION
This function may be called from user or kernel context.
csx_ModifyWindow(9F), csx_RequestWindow(9F)
PCCard 95 Standard, PCMCIA/JEIDA
July 19, 1996 | OmniOS |