EFAULT            238 lib/common/results.c         case EFAULT:            return "EFAULT";
EFAULT            626 lib/common/results.c         case EFAULT:
EFAULT            487 lib/fencing/st_client.c         return -EFAULT;
EFAULT            156 maint/gnulib/lib/get-rusage-data.c #   define errno_expected() (errno == EINVAL || errno == EFAULT)
EFAULT            391 maint/gnulib/lib/poll.c       errno = EFAULT;
EFAULT             95 maint/gnulib/lib/strerrorname_np.c     #if defined EFAULT
EFAULT             96 maint/gnulib/lib/strerrorname_np.c     case EFAULT:          return "EFAULT";
EFAULT             40 maint/gnulib/tests/test-errno.c int e14 = EFAULT;
EFAULT             97 maint/gnulib/tests/test-strerrorname_np.c   #if defined EFAULT
EFAULT             98 maint/gnulib/tests/test-strerrorname_np.c   ASSERT (strcmp (strerrorname_np (EFAULT), "EFAULT") == 0);