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

/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2512 unsigned int BmParserErrorCode = 0; local
2515 BmParserErrorCode |= HIDPARSER_ERR_ERROR;
2518 BmParserErrorCode |= HIDPARSER_ERR_STANDARD;
2520 BmParserErrorCode |= (tag << 8) & HIDPARSER_ERR_TAG_MASK;
2521 BmParserErrorCode |= subcode & HIDPARSER_ERR_SUBCODE_MASK;
2526 BmParserErrorCode, msg);
2531 BmParserErrorCode, msg);

Completed in 63 milliseconds