Home | History | Annotate | Download | only in fastboot

Lines Matching refs:ERR

50 #define ERR(x...) fprintf(stderr, "ERROR: " x)
99 ERR("Couldn't create a device interface iterator: (%08x)\n", kr);
130 ERR("Couldn't create interface interface: (%08x)\n",
166 ERR("Unable to get number of endpoints: (%08x)\n", kr);
175 ERR("Unable to get interface class, subclass and protocol\n");
212 ERR("could not get pipe properties\n");
234 ERR("could not clear input pipe; result %x, ignoring...\n", kr);
242 ERR("could not clear output pipe; result %x, ignoring....\n", kr);
276 ERR("Unable to create a plug-in (%08x)\n", kr);
284 ERR("Couldn't create a device interface (%08x)\n", (int) result);
298 ERR("GetDeviceVendor");
304 ERR("GetDeviceProduct");
310 ERR("GetDeviceClass");
316 ERR("GetDeviceSubClass");
322 ERR("GetDeviceProtocol");
328 ERR("GetLocationId");
399 ERR("Couldn't create USB matching dictionary.\n");
407 ERR("Could not create iterator.");
483 ERR("usb_read interface was null\n");
488 ERR("bulkIn endpoint not assigned\n");
498 ERR("usb_read failed with status %x\n", result);
516 ERR("usb_write interface was null\n");
521 ERR("bulkOut endpoint not assigned\n");
560 ERR("usb_write failed with status %x\n", result);