Searched refs:num_ttys_to_alloc (Results 1 – 1 of 1) sorted by relevance
1464 int rc, num_ttys_to_alloc; in hvcs_initialize() local1475 num_ttys_to_alloc = HVCS_DEFAULT_SERVER_ADAPTERS; in hvcs_initialize()1477 num_ttys_to_alloc = hvcs_parm_num_devs; in hvcs_initialize()1479 hvcs_tty_driver = alloc_tty_driver(num_ttys_to_alloc); in hvcs_initialize()1485 if (hvcs_alloc_index_list(num_ttys_to_alloc)) { in hvcs_initialize()