Home | History | Annotate | Download | only in libusb

Lines Matching defs:errno

25 #include <errno.h>
1158 usbi_dbg("timerfd not available (code %d error %d)", ctx->timerfd, errno);
1217 "failed to read monotonic clock, errno=%d", errno);
1420 usbi_warn(ctx, "failed to arm first timerfd (errno %d)", errno);
1649 usbi_err(ITRANSFER_CTX(itransfer), "failed to set timer for next timeout, errno=%d", errno);
1993 "async cancel failed %d errno=%d", r, errno);
2157 else if (r == -1 && errno == EINTR) {
2162 usbi_err(ctx, "poll failed %d err=%d", r, errno);
2588 usbi_err(ctx, "failed to read monotonic clock, errno=%d", errno);