Searched refs:Input (Results 1 - 3 of 3) 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++;
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S342 beep: movb $ASCII_BEL,%al # Input error, print or beep

Completed in 56 milliseconds