Home | History | Annotate | Download | only in utils

Lines Matching refs:x6c

754 	if (resp[0] != 0x6c && resp[0] != 0x9f && resp[0] != 0x61) {
756 "(expected 0x61, 0x6c, or 0x9f)", resp[0]);
809 if (blen < 2 || (buf[0] != 0x6c && buf[0] != 0x67)) {