Home | History | Annotate | Download | only in fastboot

Lines Matching refs:ERR

53 #define ERR(x...) fprintf(stderr, "ERROR: " x)
116 ERR("Couldn't create a device interface iterator: (%08x)\n", kr);
147 ERR("Couldn't create interface interface: (%08x)\n",
183 ERR("Unable to get number of endpoints: (%08x)\n", kr);
192 ERR("Unable to get interface class, subclass and protocol\n");
229 ERR("could not get pipe properties for endpoint %u (%08x)\n", endpoint, kr);
251 ERR("could not clear input pipe; result %x, ignoring...\n", kr);
259 ERR("could not clear output pipe; result %x, ignoring....\n", kr);
293 ERR("Unable to create a plug-in (%08x)\n", kr);
301 ERR("Couldn't create a device interface (%08x)\n", (int) result);
322 ERR("GetDeviceVendor");
328 ERR("GetDeviceProduct");
334 ERR("GetDeviceClass");
340 ERR("GetDeviceSubClass");
346 ERR("GetDeviceProtocol");
352 ERR("GetLocationId");
428 ERR("Couldn't create USB matching dictionary.\n");
436 ERR("Could not create iterator.");
512 ERR("usb_read interface was null\n");
517 ERR("bulkIn endpoint not assigned\n");
526 ERR("usb_read failed with status %x\n", result);
544 ERR("usb_write interface was null\n");
549 ERR("bulkOut endpoint not assigned\n");
588 ERR("usb_write failed with status %x\n", result);