Home | History | Annotate | Download | only in mremap

Lines Matching refs:errno

30  *  mremap() should return -1 and set errno to EINVAL.
41 * if errno set == expected errno
42 * Issue sys call fails with expected return value and errno.
44 * Issue sys call fails with unexpected errno.
49 * Print errno log and/or timing stats if options given
54 * -e : Turn on errno logging.
75 #include <errno.h>
111 errno = 0;
113 TEST_ERRNO = errno;
124 "error=%d", errno);
129 if (errno == EINVAL) {
131 "specified' - errno %d", TEST_ERRNO);
134 "'Unexpected errno %d", TEST_ERRNO);