Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/sys/
H A Dttymuxuser.h43 #define TTYMUX_MAX_LINKS (16) macro
H A Dttymux.h163 sm_console_t sm_cons_links[TTYMUX_MAX_LINKS];
/titanic_41/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c410 if (j + 1 == TTYMUX_MAX_LINKS) { in get_aconsole()
475 ihandle_t ihdls[TTYMUX_MAX_LINKS]; in find_obp_consoles()
486 cnt = get_device_list(stdihdl, ihdls, TTYMUX_MAX_LINKS); in find_obp_consoles()
863 for (i = 0; i < TTYMUX_MAX_LINKS; i++) in ttymux_config()
/titanic_41/usr/src/uts/sun/io/ttymux/
H A Dttymux_ioctl.c354 char *aliases[TTYMUX_MAX_LINKS]; in upd_config()
371 tok != NULL && cnt < TTYMUX_MAX_LINKS; in upd_config()
398 if (cnt + 1 == TTYMUX_MAX_LINKS) in upd_config()
570 if (j == TTYMUX_MAX_LINKS) { in console_cmd()