|
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
- Not used by this implementation of Card Services and can be set to any arbitrary value.
-
PhyAdapter
- Returns the physical adapter number, which is always 0 in the Solaris implementation of Card Services.
-
PhySocket
- Returns the physical socket number associated with the client handle. The physical socket number is typically used as part of an error
or message string or if the client creates minor nodes based on the physical socket number.
|