Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c369 SocketServices(CSUnregister); in cs_deinit()
498 SocketServices(SS_SetSocket, &set_socket)) != SUCCESS) { in cs_deinit()
1528 SocketServices(SS_InquireWindow, &iw); in cs_init_cis_window()
1591 if (SocketServices(SS_SetWindow, &sw) != SUCCESS) { in cs_init_cis_window()
1602 if (SocketServices(SS_SetPage, &set_page) != SUCCESS) { in cs_init_cis_window()
1614 if (SocketServices(SS_GetWindow, &gw) != SUCCESS) in cs_init_cis_window()
2026 if (SocketServices(SS_GetStatus, &get_ss_status) != SUCCESS) { in cs_add_client_to_socket()
2700 if ((ret = SocketServices(SS_SetSocket, &set_socket)) != SUCCESS) { in cs_card_insertion()
2717 SocketServices(SS_ResetSocket, sp->socket_num, in cs_card_insertion()
2769 if ((ret = SocketServices(SS_GetStatus, &gs)) != SUCCESS) { in cs_card_insertion()
[all …]
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c107 SocketServices(CISSetAddress, &csr); in cisp_init()
344 if (SocketServices(SS_GetSocket, &get_socket) != SUCCESS) { in cis_list_lcreate()
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h52 #define SocketServices (*cs_socket_services) macro
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c83 #undef SocketServices
125 int SocketServices(int function, ...);
394 cs_socket_services = SocketServices; in pcmcia_attach()
1759 *ss = (void *)SocketServices; in pcmcia_set_em_handler()
1848 SocketServices(int function, ...) in SocketServices() function