Searched defs:Input (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dmodem_setup.c67 int Input; local
115 Input = 0;
123 while ((Input = getch()) == ERR);
125 if (Input == 10) {
134 if ((char)Input == rsc_escape[0]) {
138 ADM_Send_Char((char)Input);
143 ADM_Send_Char((char)Input);
147 if ((char)Input == '.') {
153 ADM_Send_Char((char)Input);
159 ADM_Send_Char((char)Input);
[all...]
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.c2091 * Input
2095 mdlCalculateCRC(unsigned int NumberOfBytes, unsigned char *Input) argument
2103 CurrentByte = *Input;
2104 Input++;

Completed in 78 milliseconds