Searched defs:byte2 (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/aux/
H A Drfc2047.c88 unqp(unsigned char byte1, unsigned char byte2) argument
90 if (hexindex[byte1] == -1 || hexindex[byte2] == -1)
92 return (hexindex[byte1] << 4 | hexindex[byte2]);
/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dmisc.c434 char *str1, *str2, byte1, byte2; local
447 byte2 = POP(DS);
448 if (byte1 > byte2) {
452 if (byte1 < byte2) {
/osnet-11/usr/src/cmd/hal/utils/
H A Dcdutils.c163 uchar_t byte2; local
167 byte2 = (uchar_t)(((pc << 6) & 0xC0) | (page_no & 0x3f));
170 if ((ret = mode_sense(fd, byte2, 1, 254, buf)) == 0) {
/osnet-11/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_scsi.h180 unsigned char byte2; member in struct:__anon2839

Completed in 30 milliseconds