CSX_MAPLOGSOCKET(9F) | Kernel Functions for Drivers | CSX_MAPLOGSOCKET(9F) |
csx_MapLogSocket - return the physical socket number associated with the client handle
#include <sys/pccard.h> int32_t csx_MapLogSocket(client_handle_t ch, map_log_socket_t *ls);
illumos DDI Specific (illumos DDI)
ch
ls
This function returns the physical socket number associated with the client handle.
The structure members of map_log_socket_t are:
uint32_t LogSocket; /* logical socket number */ uint32_t PhyAdapter; /* physical adapter number */ uint32_t PhySocket; /* physical socket number */
The fields are defined as follows:
LogSocket
PhyAdapter
PhySocket
CS_SUCCESS
CS_BAD_HANDLE
CS_UNSUPPORTED_FUNCTION
This function may be called from user or kernel context.
PC Card 95 Standard, PCMCIA/JEIDA
July 19, 1996 | OmniOS |