Searched refs:num_ttys_to_alloc (Results 1 – 1 of 1) sorted by relevance
1417 int rc, num_ttys_to_alloc; in hvcs_initialize() local1428 num_ttys_to_alloc = HVCS_DEFAULT_SERVER_ADAPTERS; in hvcs_initialize()1430 num_ttys_to_alloc = hvcs_parm_num_devs; in hvcs_initialize()1432 hvcs_tty_driver = tty_alloc_driver(num_ttys_to_alloc, in hvcs_initialize()1439 if (hvcs_alloc_index_list(num_ttys_to_alloc)) { in hvcs_initialize()