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

/system/core/fastboot/
H A Dusb_osx.c50 #define ERR(x...) fprintf(stderr, "ERROR: " x) macro
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("Could
[all...]
/system/core/fastbootd/
H A Ddebug.h24 #define ERR 0 macro
H A Dconfig.c124 D(ERR, "failed to open " CONFIG_PATH);
130 D(ERR, "failed to seek to end of " CONFIG_PATH);
138 D(ERR, "failed to allocate %ld bytes", len);
145 D(ERR, "failed to read " CONFIG_PATH ": %d %s", errno, strerror(errno));
149 D(ERR, "early EOF reading " CONFIG_PATH);
H A Dusb_linux_client.c169 D(ERR, "[ %s: cannot open control endpoint: errno=%d]", USB_FFS_FASTBOOT_EP0, errno);
175 D(ERR, "[ %s: write descriptors failed: errno=%d ]", USB_FFS_FASTBOOT_EP0, errno);
181 D(ERR, "[ %s: writing strings failed: errno=%d]", USB_FFS_FASTBOOT_EP0, errno);
187 D(ERR, "[ %s: cannot open bulk-out ep: errno=%d ]", USB_FFS_FASTBOOT_OUT, errno);
193 D(ERR, "[ %s: cannot open bulk-in ep: errno=%d ]", USB_FFS_FASTBOOT_IN, errno);
244 D(ERR, "ERROR: fd = %d, ret = %zd", usb_transport->bulk_in, ret);
284 D(ERR, "ERROR: fd = %d, ret = %zd", usb_transport->bulk_out, ret);
328 D(ERR, "usb connect: failed to initialize usb transport");
H A Dtransport.c59 D(ERR, "mmap(%u) failed: %d %s", len, errno, strerror(errno));
123 D(ERR, "transport connect failed\n");

Completed in 335 milliseconds