HomeSort by: relevance | last modified time | path
    Searched defs:msc_tty (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/amiga/dev/
msc.c 159 struct tty *msc_tty[MSCTTYS]; /* ttys for all lines */ variable in typeref:struct:tty * []
310 msc_tty[MSCTTYSLOT(MSCSLOTUL(unit, Count))] = NULL;
311 msc_tty[MSCTTYSLOT(MSCSLOTUL(unit, Count)) + 1] = NULL;
358 if (!msc_tty[ttyn]) {
362 msc_tty[ttyn] = tp;
363 msc_tty[ttyn+1] = (struct tty *)NULL;
376 tp = msc_tty[ttyn];
502 tp = msc_tty[MSCTTY(dev)];
523 tp = msc_tty[MSCTTY(dev)];
537 tp = msc_tty[MSCTTY(dev)]
    [all...]
msc.c 159 struct tty *msc_tty[MSCTTYS]; /* ttys for all lines */ variable in typeref:struct:tty * []
310 msc_tty[MSCTTYSLOT(MSCSLOTUL(unit, Count))] = NULL;
311 msc_tty[MSCTTYSLOT(MSCSLOTUL(unit, Count)) + 1] = NULL;
358 if (!msc_tty[ttyn]) {
362 msc_tty[ttyn] = tp;
363 msc_tty[ttyn+1] = (struct tty *)NULL;
376 tp = msc_tty[ttyn];
502 tp = msc_tty[MSCTTY(dev)];
523 tp = msc_tty[MSCTTY(dev)];
537 tp = msc_tty[MSCTTY(dev)]
    [all...]

Completed in 21 milliseconds