Home
last modified time | relevance | path

Searched refs:cd_count (Results 1 – 2 of 2) sorted by relevance

/common/
A Dconsole.c247 int cd_count[MAX_FILES]; variable
252 cd_count[file] = 1; in console_devices_set()
270 for (i = 0; i < ARRAY_SIZE(cd_count); i++) { in console_needs_start_stop()
274 if (iomux_match_device(console_devices[i], cd_count[i], sdev) >= 0) in console_needs_start_stop()
1263 log_debug("file %d: %d devices: ", fnum, cd_count[fnum]); in console_remove_by_name()
1266 for (i = 0; i < cd_count[fnum]; i++, src++) { in console_remove_by_name()
1277 cd_count[fnum] = dest - console_devices[fnum]; in console_remove_by_name()
1278 log_debug("now %d\n", cd_count[fnum]); in console_remove_by_name()
A Diomux.c126 repeat = cd_count[console]; in iomux_doenv()
129 cd_count[console] = cs_idx; in iomux_doenv()

Completed in 8 milliseconds