Lines Matching refs:UInt16
148 UInt16 value;
149 UInt16 index;
150 UInt16 length;
175 UInt16 vendorID; /* Vendor id */
176 UInt16 productID; /* Product id */
182 …_t (*DeviceRequest)(struct classdriver_s **printer, iodevice_request_t *iorequest, UInt16 timeout);
183 … (*GetString)(struct classdriver_s **printer, UInt8 whichString, UInt16 language, UInt16 timeout, …
186 kern_return_t (*SoftReset)(struct classdriver_s **printer, UInt16 timeout);
187 …*GetCentronicsStatus)(struct classdriver_s **printer, centronics_status_t *result, UInt16 timeout);
188 kern_return_t (*GetDeviceID)(struct classdriver_s **printer, CFStringRef *devid, UInt16 timeout);
306 …_printer_interface_indexed_description(printer_interface_t printer, UInt8 index, UInt16 language);
1560 #define pack_device_id_wIndex(intf, alt) ((UInt16)((((UInt16)(intf)) << 8) | ((UInt8)(alt)))) in copy_printer_interface_deviceid()
1612 UInt16 actualLength = OSSwapBigToHostInt16(*((UInt16 *)request.pData)); in copy_printer_interface_deviceid()
1622 actualLength = OSSwapBigToHostInt16(*((UInt16 *)request.pData)); in copy_printer_interface_deviceid()
1725 …y_printer_interface_indexed_description(printer_interface_t printer, UInt8 index, UInt16 language) in copy_printer_interface_indexed_description()
1779 request.wLength = (UInt16)length; in copy_printer_interface_indexed_description()