Lines Matching refs:errno
11 #include <errno.h>
68 "%s: cache reset returned %d (errno %d)\n",
69 avc_prefix, rc, errno);
88 "%s: cache reset returned %d (errno %d)\n",
89 avc_prefix, rc, errno);
152 } while (rc < 0 && errno == EINTR);
155 errno = EWOULDBLOCK;
160 avc_prefix, errno);
187 errno = EBADFD;
214 errno = -err->error;
216 "%s: netlink error: %d\n", avc_prefix, errno);
250 errno = 0;
253 if (errno == EWOULDBLOCK)
255 if (errno == 0 || errno == EINTR)
260 avc_prefix, errno);
277 errno = 0;
280 if (errno == 0 || errno == EINTR)
285 avc_prefix, errno);
310 avc_prefix, errno);