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

/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c186 static int cs_find_io_win(uint32_t, iowin_char_t *, uint32_t *, uint32_t *);
5554 * if that fails, then call cs_find_io_win to find a window.
5565 if ((error = cs_find_io_win(sp->socket_num, &iowin_char,
5569 } /* cs_find_io_win */
5937 * cs_find_io_win - finds an IO window that matches the parameters specified
5951 cs_find_io_win(uint32_t sn, iowin_char_t *iwc, uint32_t *assigned_window, function
5995 * CS_OUT_OF_RESOURCE - if cs_find_io_win couldn't find a
6010 if (cs_find_io_win(sn, &iowin_char, assigned_window, NULL) ==

Completed in 75 milliseconds