Searched refs:SocketServices (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c371 SocketServices(CSUnregister);
500 SocketServices(SS_SetSocket, &set_socket)) != SUCCESS) {
1530 SocketServices(SS_InquireWindow, &iw);
1593 if (SocketServices(SS_SetWindow, &sw) != SUCCESS) {
1604 if (SocketServices(SS_SetPage, &set_page) != SUCCESS) {
1616 if (SocketServices(SS_GetWindow, &gw) != SUCCESS)
2028 if (SocketServices(SS_GetStatus, &get_ss_status) != SUCCESS) {
2702 if ((ret = SocketServices(SS_SetSocket, &set_socket)) != SUCCESS) {
2719 SocketServices(SS_ResetSocket, sp->socket_num,
2771 if ((ret = SocketServices(SS_GetStatu
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c109 SocketServices(CISSetAddress, &csr);
346 if (SocketServices(SS_GetSocket, &get_socket) != SUCCESS) {
/opensolaris-onvv-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h51 * Make the calls to SocketServices and the CIS Parser look like
54 #define SocketServices (*cs_socket_services) macro
/opensolaris-onvv-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c79 #undef SocketServices macro
121 int SocketServices(int function, ...);
390 cs_socket_services = SocketServices;
414 * setup the info necessary for Card Services/SocketServices
1756 *ss = (void *)SocketServices;
1835 * SocketServices
1845 SocketServices(int function, ...) function
1860 cmn_err(CE_CONT, "SocketServices called for function %d [%s]\n",
2011 * the remaining entries are SocketServices calls
3409 * implement SocketServices interface
[all...]

Completed in 258 milliseconds