Searched refs:strerror (Results 76 - 100 of 1104) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/test/zfs-tests/cmd/mktree/
H A Dmktree.c112 dname, errno, strerror(errno));
168 "\n[%d]: %s.\n", pname, errno, strerror(errno));
173 "\n[%d]: %s.\n", errno, strerror(errno));
179 errno, strerror(errno));
184 "\n[%d]: %s.\n", errno, strerror(errno));
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_threadfuncs.c91 strerror(rc));
129 strerror(errno));
138 strerror(rc));
194 strerror(errno));
202 strerror(rc));
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef.c355 ADMIN_IOCTL_DEVICE, strerror(errno));
362 strerror(errno));
489 ADMIN_IOCTL_DEVICE, strerror(errno));
497 strerror(errno));
624 ADMIN_IOCTL_DEVICE, strerror(errno));
638 "%s", strerror(errno));
665 "%s", strerror(errno));
745 strerror(err));
755 strerror(err));
769 strerror(er
[all...]
/illumos-gate/usr/src/cmd/enhance/
H A Denhance.c162 strerror(errno));
194 strerror(errno));
280 strerror(errno));
331 strerror(errno));
361 strerror(errno));
370 prog, strerror(errno));
394 prog, strerror(errno));
525 strerror(errno));
531 fprintf(stderr, "%s: tcsetattr error: %s\n", prog, strerror(errno));
550 strerror(errn
[all...]
/illumos-gate/usr/src/lib/libipd/common/
H A Dlibipd.c114 "unable to open %s: %s", path, strerror(errno)));
138 "unable to retrieve ipd zone list: %s", strerror(errno)));
154 strerror(errno)));
271 strerror(errno)));
280 ipip.ipip_arg, strerror(errno)));
289 ipip.ipip_arg, strerror(errno)));
298 ipip.ipip_arg, strerror(errno)));
/illumos-gate/usr/src/cmd/dispadmin/
H A Ddispadmin.c311 cmdpath, CONFIGPATH, strerror(errno));
316 cmdpath, CONFIGPATH, strerror(errno));
337 strerror(errno));
367 cmdpath, clname, strerror(errno));
383 cmdpath, CONFIGPATH, strerror(errno));
388 cmdpath, CONFIGPATH, strerror(errno));
393 "kernel: %s\n", cmdpath, clname, strerror(errno));
/illumos-gate/usr/src/cmd/drd/
H A Ddrd.c144 drd_err("failed to fork: %s", strerror(errno));
188 drd_output("open %s failed: %s", DRCTL_DEV, strerror(errno));
206 drd_err("door_create failed: %s", strerror(errno));
216 drd_err("drctl ioctl failed: %s", strerror(errno));
241 DRD_DOOR_FILE, strerror(errno));
250 DRD_DOOR_FILE, strerror(errno));
308 drd_err("realloc failed: %s", strerror(errno));
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dinstall.c177 strerror(err));
186 strerror(err));
199 strerror(err));
208 tmpfile_name, strerror(err));
275 strerror(err));
296 strerror(err));
305 strerror(err));
/illumos-gate/usr/src/cmd/lms/
H A Dmain.cpp165 lockfile, errno, strerror(errno));
173 lockfile, errno, strerror(errno));
231 lockfile, errno, strerror(errno));
243 lockfile, errno, strerror(errno));
255 lockfile, error, strerror(error));
265 lockfile, errno, strerror(errno));
285 lockfile, error, strerror(error));
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Docfile.c175 strerror(errno));
261 logerr(gettext(ERR_ERRNO), lerrno, strerror(lerrno));
272 logerr(gettext(ERR_ERRNO), lerrno, strerror(lerrno));
329 logerr(gettext(ERR_ERRNO), lerrno, strerror(lerrno));
352 logerr(gettext(ERR_ERRNO), lerrno, strerror(lerrno));
729 strerror(lerrno));
730 logerr(gettext(ERR_ERRNO), lerrno, strerror(lerrno));
739 progerr(gettext(ERR_CREAT_CONT), contents, strerror(lerrno));
740 logerr(gettext(ERR_ERRNO), lerrno, strerror(lerrno));
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_mptsas.c48 devctl, strerror(errno));
54 strerror(errno));
70 strerror(errno));
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c159 strerror(errno));
169 strerror(errno));
305 d->fn, strerror(errno));
313 d->fn, strerror(errno));
427 d->fn, strerror(errno));
433 d->fn, strerror(errno));
440 d->fn, strerror(errno));
463 d->fn, strerror(errno));
485 d->fn, strerror(errno));
520 d->fn, strerror(errn
[all...]
/illumos-gate/usr/src/test/zfs-tests/cmd/file_write/
H A Dfile_write.c170 strerror(errno), errno);
176 filename, offset, noffset, strerror(errno), errno);
194 strerror(errno),
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dutil.py72 strerror(eno))"""
85 s += self.strerror
111 def strerror(self): member in class:ZFSError
112 return ZFSError.__strs.get(self.errno, os.strerror(self.errno))
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.c223 strerror(errno));
250 error, strerror(error));
291 (void) fprintf(stderr, gettext("chdir /: %s"), strerror(errno));
361 NFSLOGTAB, strerror(error));
371 strerror(error));
404 strerror(error));
546 strerror(error));
553 strerror(error));
600 strerror(error));
609 NFSLOGTAB, strerror(erro
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndp.c229 ndp_fatal("Unable to fork: %s", strerror(errno));
239 ndp_fatal("Failed to wait on child: %s", strerror(errno));
273 ndp_fatal("Unable to set signal mask: %s", strerror(errno));
278 strerror(errno));
286 strerror(errno));
291 strerror(errno));
307 ndp_fatal("Unable to create timer: %s", strerror(errno));
311 ndp_fatal("Unable to set time on timer: %s", strerror(errno));
338 warnx("Failure while waiting on timer: %s", strerror(errno));
385 strerror(rt
[all...]
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ipc.c89 "could not create socket: %s", strerror(errno));
104 "could not connect to slpd: %s", strerror(errno));
126 strerror(terr));
213 strerror(errno_kept));
/illumos-gate/usr/src/lib/libsmbios/common/
H A Dsmb_subr.c53 return (strerror(err));
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_subr.c69 return (strerror(err));
/illumos-gate/usr/src/lib/libtnf/
H A Derror.c74 return (strerror(err));
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_pathma.c125 printf("errno = %d (%s)\n", errno, strerror(errno));
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dassertions.c89 (print_errno) ? strerror(errno) : "");
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_bmc.c81 strerror(errno));
122 strerror(errno));
133 strerror(errno));
150 strerror(errno));
/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp.c115 return (strerror(errno));
/illumos-gate/usr/src/common/net/wanboot/
H A Dhttp_errorstr.c86 msg = strerror(error);

Completed in 122 milliseconds

1234567891011>>