Searched refs:errno (Results 201 - 225 of 1885) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/sendmail/src/
H A Dcontrol.c77 errno = ENAMETOOLONG;
87 errno = rval;
97 errno = EINVAL;
110 save_errno = errno;
112 errno = save_errno;
128 save_errno = errno;
137 errno = save_errno;
144 save_errno = errno;
146 errno = save_errno;
152 save_errno = errno;
[all...]
/osnet-11/usr/src/lib/libumem/common/
H A Dmalloc.c27 #include <errno.h>
68 errno = ENOMEM; /* overflow */
74 errno = EAGAIN;
76 errno = ENOMEM;
119 errno = ENOMEM; /* overflow */
150 errno = EINVAL;
173 errno = ENOMEM;
178 errno = ENOMEM; /* overflow */
187 errno = EAGAIN;
189 errno
[all...]
/osnet-11/usr/src/lib/sun_fc/common/
H A DHBA.cc36 #include <errno.h>
335 errno = 0;
338 path.c_str(), errno, strerror(errno));
339 if (errno == EBUSY) {
341 } else if (errno == EAGAIN) {
343 } else if (errno == ENOTSUP) {
345 } else if (errno == ENOENT) {
373 errno = 0;
375 if (errno
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c254 * l_errnop - "errno"
270 *l_errnop = errno;
286 *l_errnop = errno;
382 * l_errno - The "errno" to be filled in.
395 * Some messages may display ap_id or errno, which is why they are
444 case CFGA_IB_IOCTL_ERR: /* These messages also print errno. */
450 case CFGA_IB_OPEN_ERR: /* This messages also prints apid and errno. */
624 "errno: %d\n", errno);
631 DPRINTF("ib_setup_for_devctl: nvlist_alloc errno
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c39 #include <errno.h>
75 errno = EINVAL;
78 errno = 0;
103 errno = EINVAL;
115 errno = EOPNOTSUPP;
129 errno = 0;
137 errno = 0;
146 errno = EINVAL;
182 int eo = errno;
184 errno
[all...]
H A Dvolume.c45 #include <errno.h>
177 * Return 0 on success and -1 on error with errno set to the error code.
204 errno = EIO;
230 if (errno != ENOENT) {
354 errno = EIO;
356 eo = errno;
368 errno = eo;
381 * Return 0 on success and -1 on error with errno set to the error code.
410 errno = EIO;
416 err = errno;
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPlwpregs.c28 #include <errno.h>
56 errno = EINVAL;
137 errno = EBUSY;
225 errno = ENODATA;
231 errno = EBUSY;
245 errno = ENODATA;
262 errno = ENODATA;
268 errno = EBUSY;
282 errno = ENODATA;
293 errno
[all...]
/osnet-11/usr/src/lib/libcontract/common/
H A Dlibcontract.c34 #include <errno.h>
46 return (errno);
54 return (errno);
63 return (errno);
78 return (errno);
94 return (errno);
121 return (errno);
135 return (errno);
174 return (errno);
186 return (errno);
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_getalias.c29 #include <errno.h>
117 errno = EINVAL;
124 errno = ENOMEM;
132 errno = EINVAL;
141 errno = EINVAL;
157 errno = ENOENT;
186 errno = ENOENT;
209 errno = ENOMEM;
225 errno = 0;
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_rcvuderr.c34 #include <errno.h>
90 sv_errno = errno;
92 errno = sv_errno;
106 sv_errno = errno;
108 errno = sv_errno;
133 errno = EIO;
145 errno = EPROTO;
191 sv_errno = errno;
202 errno = sv_errno;
H A Dt_look.c30 #include <errno.h>
59 sv_errno = errno;
62 errno = sv_errno;
129 } while (retval < 0 && errno == EINTR);
208 errno = EPROTO;
240 errno = EPROTO;
/osnet-11/usr/src/lib/libcpc/common/
H A Dobsoleted.c35 #include <errno.h>
91 errno = ENXIO;
110 errno = EINVAL;
181 errno != EINVAL)
182 error = errno;
196 __cpc_error(fn, "%s\n", strerror(errno));
202 errno = error;
241 errno = EINVAL;
246 errno = ENXIO;
251 errno
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetpwnam_r.c37 #include <errno.h>
72 errno = ERANGE;
122 int oerrno = errno;
124 errno = 0;
127 nerrno = errno;
129 errno = oerrno;
155 int oerrno = errno;
157 errno = 0;
160 nerrno = errno;
162 errno
[all...]
H A Dexecvp.c45 #include <errno.h>
123 errno = ENOENT;
165 errno = E2BIG;
173 switch (errno) {
184 errno = E2BIG;
205 errno = EACCES;
/osnet-11/usr/src/lib/libc/port/rt/
H A Dpos4obj.c29 #include <errno.h>
204 * already having attempted the open (which set errno to
206 * set errno to EEXIST, since the hash and type directories
208 * errno is the ENOENT from the attempted open of the desired
211 olderrno = errno;
222 if (errno != EEXIST) {
241 if (errno != EEXIST) {
247 errno = olderrno;
290 errno = 0;
317 if (errno
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Druncmd.c32 #include <errno.h>
128 pkg_gt("unable to create temp error file, errno=%d"),
129 errno);
182 progerr(pkg_gt("exec of <%s> failed, errno=%d"), cmd, errno);
187 logerr(pkg_gt("bad vfork(), errno=%d"), errno);
237 pkg_gt("unable to create temp error file, errno=%d"),
238 errno);
251 progerr(pkg_gt("no memory in epopen(), errno
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dconfopt.c43 #include <errno.h>
82 errno = EINVAL;
92 errno = ENOMEM;
103 errno = ENOMEM;
132 errno = EINVAL;
142 error = errno;
144 errno = error;
150 error = errno;
152 errno = error;
209 errno
[all...]
/osnet-11/usr/src/cmd/sendmail/aux/
H A Deditmap.c219 cfile, sm_errstring(errno));
289 errno = smdb_open_database(&database, mapname, mode, smode, sff,
291 if (errno != SMDBE_OK)
295 if (errno == SMDBE_UNSUPPORTED_DB_TYPE &&
304 sm_errstring(errno));
312 errno = database->smdb_set_owner(database, TrustedUid, -1);
313 if (errno != SMDBE_OK)
317 mapname, sm_errstring(errno));
332 errno = database->smdb_get(database, &db_key, &db_val, 0);
333 if (errno !
[all...]
H A Dmakemap.c242 cfile, sm_errstring(errno));
321 errno = smdb_open_database(&database, mapname, mode, smode, sff,
323 if (errno != SMDBE_OK)
327 if (errno == SMDBE_UNSUPPORTED_DB_TYPE &&
336 sm_errstring(errno));
344 errno = database->smdb_set_owner(database, TrustedUid, -1);
345 if (errno != SMDBE_OK)
349 mapname, sm_errstring(errno));
360 errno = database->smdb_cursor(database, &cursor, 0);
361 if (errno !
[all...]
/osnet-11/usr/src/lib/libinetutil/common/
H A Difaddrlist.c41 #include <errno.h>
135 if (errno == ENXIO)
143 if (errno == ENXIO)
151 if (errno == ENXIO)
181 strerror(errno));
184 al->device, strerror(errno));
/osnet-11/usr/src/lib/libast/common/comp/
H A Dfcntl.c59 save_errno = errno;
81 errno = EINVAL;
90 errno = EINVAL;
H A Domitted.c196 oerrno = errno;
201 errno = oerrno;
208 * ux!=0 also retains errno for -1 return
225 oerrno = errno;
248 else if (errno == ENOENT)
250 oerrno = errno;
258 errno = oerrno;
271 oerrno = errno;
272 if ((r = sysaccess(path, op)) && errno == ENOENT && execrate(path, buf, sizeof(buf), 0))
274 errno
[all...]
/osnet-11/usr/src/lib/libast/common/include/
H A Derror.h35 #include <errno.h>
39 #if !defined(errno) && defined(__DYNAMIC__)
40 #define errno __DYNAMIC__(errno) macro
70 #define ERROR_SYSTEM 0x0100 /* report system errno message */
130 int last_errno; /* last reported errno */
150 #ifndef errno
151 extern int errno; /* system call error status */
/osnet-11/usr/src/lib/libdevice/
H A Ddevctl.c31 #include <errno.h>
111 errno = EINVAL;
134 errno = EINVAL;
160 errno = EINVAL;
186 errno = EINVAL;
210 errno = EINVAL;
236 errno = EINVAL;
244 errno = ENOMEM;
249 errno = ENOMEM;
272 errno
[all...]
/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c35 #include <errno.h>
108 /* fopen() sets errno */
117 /* fgets() sets errno */
118 sav_errno = errno;
187 errno = sav_errno;
213 errno = EINVAL;
221 /* fopen() sets errno */
225 /* fopen() sets errno */
236 /* fgets() error - errno set */
237 sav_errno = errno;
[all...]

Completed in 1738 milliseconds

1234567891011>>