Searched defs:cs_card_for_client (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c117 static int cs_card_for_client(client_t *);
2019 * the cs_card_for_client function will always return
2040 if (cs_card_for_client(client) && (cie != 0)) {
2043 } /* cs_card_for_client */
3454 if (cs_card_for_client(client)) {
3583 * cs_card_for_client - checks to see if a card that the client can control
3588 cs_card_for_client(client_t *client) function
3621 cmn_err(CE_CONT, "cs_card_for_client: client handle 0x%x "
8706 if (cs_card_for_client(client))

Completed in 85 milliseconds