Searched refs:modemStates (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
H A Dposix_tty.c485 } modemStates[] = { variable in typeref:struct:states[]
519 static int numStates = sizeof(modemStates) / sizeof(modemStates[0]);
528 if (state & modemStates[i].xf)
529 ret |= modemStates[i].os;
540 if (state & modemStates[i].os)
541 ret |= modemStates[i].xf;
551 ret |= modemStates[i].os;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/
H A Dposix_tty.c447 } modemStates[] = { variable in typeref:struct:states[]
492 static int numStates = ARRAY_SIZE(modemStates);
501 if (state & modemStates[i].xf)
502 ret |= modemStates[i].os;
513 if (state & modemStates[i].os)
514 ret |= modemStates[i].xf;
525 ret |= modemStates[i].os;

Completed in 3 milliseconds