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

/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c161 static client_handle_t cs_create_client_handle(unsigned, client_t *);
1882 * Create a client list entry - cs_create_client_handle will use this
1893 if (!(*ch = cs_create_client_handle(sn, cclp))) {
2258 * a hint to cs_create_client_handle, and that function
2303 * cs_create_client_handle - create a new client handle for the passed
2310 cs_create_client_handle(unsigned socket_num, client_t *cclp) function
2349 "cs_create_client_handle: duplicate client handle 0x%x\n",

Completed in 58 milliseconds