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

/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c313 * ihdls - array of ihandles returned to the caller
314 * maxi - length of the ihdls array
317 get_device_list(ihandle_t ihdl, ihandle_t *ihdls, size_t maxi) argument
323 &numfound, maxi, ihdls) > FORTH_STRINGLEN) {
475 ihandle_t ihdls[TTYMUX_MAX_LINKS]; local
486 cnt = get_device_list(stdihdl, ihdls, TTYMUX_MAX_LINKS);
490 if (prom_ihandle_to_path(ihdls[i], devpath, MAXPATHLEN) == 0)
511 cn->sm_i_ihdl = ihdls[i];
513 cn->sm_o_ihdl = ihdls[i];

Completed in 573 milliseconds