Searched refs:EINVAL (Results 1 - 25 of 635) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libc/port/gen/
H A Dmkdev.c47 errno = EINVAL;
56 errno = EINVAL;
62 errno = EINVAL;
68 errno = EINVAL;
74 errno = EINVAL;
93 errno = EINVAL;
101 errno = EINVAL;
106 errno = EINVAL;
113 errno = EINVAL;
130 errno = EINVAL;
[all...]
H A Dposix_fadvise.c62 return (EINVAL);
65 return (EINVAL);
90 return (EINVAL);
93 return (EINVAL);
H A Dposix_fallocate.c36 * Return the proper Posix error number for a failed (EINVAL) fcntl() operation.
51 error = EINVAL;
63 return (EINVAL);
71 if ((error = errno) == EINVAL)
89 return (EINVAL);
97 if ((error = errno) == EINVAL)
H A Dstrerror.c48 errno = EINVAL;
65 ret = errno = EINVAL;
H A Dposix_madvise.c53 return (EINVAL);
H A Dposix_memalign.c57 error = EINVAL;
H A Ducred.c116 errno = EINVAL;
130 errno = EINVAL;
144 errno = EINVAL;
158 errno = EINVAL;
172 errno = EINVAL;
186 errno = EINVAL;
200 errno = EINVAL;
221 errno = EINVAL;
236 errno = EINVAL;
246 errno = EINVAL;
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Derrno.h25 #define EINVAL GRUB_ERR_BAD_NUMBER macro
/osnet-11/usr/src/lib/libmapmalloc/common/
H A Dvalloc.c52 errno = EINVAL;
/osnet-11/usr/src/lib/libc/i386/sys/
H A Dxstat.c46 errno = EINVAL;
56 errno = EINVAL;
66 errno = EINVAL;
76 errno = EINVAL;
/osnet-11/usr/src/lib/libast/common/comp/
H A Dfsync.c35 #define ENOSYS EINVAL
H A Dlink.c35 #define ENOSYS EINVAL
H A Dmkfifo.c36 #define ENOSYS EINVAL
H A Dmount.c35 #define ENOSYS EINVAL
H A Dvfork.c35 #define ENOSYS EINVAL
H A Dsetpgid.c35 #define ENOSYS EINVAL
72 errno = EINVAL;
/osnet-11/usr/src/lib/libsec/common/
H A Daclcheck.c88 errno = EINVAL;
99 errno = EINVAL;
110 errno = EINVAL;
121 errno = EINVAL;
165 errno = EINVAL;
176 errno = EINVAL;
187 errno = EINVAL;
198 errno = EINVAL;
206 errno = EINVAL;
215 errno = EINVAL;
[all...]
/osnet-11/usr/src/lib/libcontract/common/
H A Dprocess.c110 return (EINVAL);
121 return (EINVAL);
123 return (EINVAL);
134 return (EINVAL);
136 return (EINVAL);
147 return (EINVAL);
149 return (EINVAL);
160 return (EINVAL);
162 return (EINVAL);
173 return (EINVAL);
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Dpthr_attr.c80 return (EINVAL);
97 return (EINVAL);
136 return (EINVAL);
153 return (EINVAL);
169 return (EINVAL);
186 return (EINVAL);
204 return (EINVAL);
221 return (EINVAL);
240 return (EINVAL);
257 return (EINVAL);
[all...]
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_uri_ui.c71 *error = EINVAL;
106 *error = EINVAL;
111 *error = EINVAL;
144 *error = EINVAL;
165 *error = EINVAL;
185 *error = EINVAL;
204 *error = EINVAL;
223 *error = EINVAL;
243 *error = EINVAL;
260 *error = EINVAL;
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dstring_to_cksumtype.c42 return(EINVAL);
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_byteorder.c67 return (EINVAL);
/osnet-11/usr/src/cmd/sendmail/db/os/
H A Dos_tmpdir.c74 return (EINVAL);
79 return (EINVAL);
84 return (EINVAL);
91 return (EINVAL);
/osnet-11/usr/src/lib/libc/port/sys/
H A Dposix_sigwait.c48 errno = EINVAL;
H A Dsiginterrupt.c43 errno = EINVAL;

Completed in 72 milliseconds

1234567891011>>