Searched refs:EIO (Results 1 - 25 of 579) sorted by relevance

1234567891011>>

/freebsd-10.0-release/lib/libstand/
H A Dnullfs.c83 return EIO;
88 return EIO;
93 errno = EIO;
99 return EIO;
104 return EIO;
H A Dioctl.c86 errno = EIO;
H A Dreaddir.c44 errno = EIO;
H A Dstrerror.c46 {EIO, "input/output error"},
/freebsd-10.0-release/contrib/amd/libamu/
H A Dmisc_rpc.c102 error = EIO;
107 error = EIO;
143 return -EIO;
149 return -EIO;
155 return -EIO;
161 return -EIO;
/freebsd-10.0-release/sys/boot/efi/libefi/
H A Derrno.c49 errno = EIO;
/freebsd-10.0-release/sys/boot/zfs/
H A Dzfsimpl.c193 return (EIO);
207 return (EIO);
248 rc = EIO;
406 return (EIO);
419 return (EIO);
441 rc = EIO;
468 return (EIO);
470 return (EIO);
535 return (EIO);
591 return (EIO);
[all...]
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Ddis-buf.c40 /* Out of bounds. Use EIO because GDB uses it. */
41 return EIO;
55 if (status != EIO)
/freebsd-10.0-release/sys/dev/usb/misc/
H A Dufm.c231 return (EIO);
236 return (EIO);
259 return (EIO);
263 return (EIO);
266 return (EIO);
276 return (EIO);
280 return (EIO);
298 return (EIO);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py93 errno.EIO: _("I/O error"),
106 __strs[errno.ENXIO] = __strs[errno.EIO]
107 __strs[errno.ENODEV] = __strs[errno.EIO]
/freebsd-10.0-release/contrib/amd/conf/umount/
H A Dumount_bsd44.c80 case EIO:
/freebsd-10.0-release/sys/boot/common/
H A Ddev_net.c209 return (EIO);
263 return (EIO);
270 return (EIO);
302 return (EIO);
H A Dmd.c97 return (EIO);
100 return (EIO);
/freebsd-10.0-release/sys/i386/include/xen/
H A Dxenstored.h73 XSD_ERROR(EIO),
/freebsd-10.0-release/sys/fs/deadfs/
H A Ddead_vnops.c143 * Return EOF for tty devices, EIO for others
146 return (EIO);
163 return (EIO);
/freebsd-10.0-release/sys/dev/scd/
H A Dscd.c199 return (EIO);
209 return (EIO);
214 return (EIO);
257 bp->bio_error = EIO;
272 bp->bio_error = EIO;
335 return (EIO);
415 return (EIO);
420 return (EIO);
473 return (EIO);
476 return (EIO);
[all...]
/freebsd-10.0-release/sys/dev/ex/
H A Dif_ex_pccard.c111 return (EIO);
151 return (EIO);
163 return (EIO);
/freebsd-10.0-release/usr.sbin/mfiutil/
H A Dmfi_bbu.c148 error = EIO;
185 error = EIO;
240 error = EIO;
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon_atpx_handler.c155 return -EIO;
204 return -EIO;
236 return -EIO;
268 return -EIO;
300 return -EIO;
332 return -EIO;
/freebsd-10.0-release/sys/boot/ofw/libofw/
H A Dofw_disk.c108 return (EIO);
111 return (EIO);
/freebsd-10.0-release/sys/boot/powerpc/ps3/
H A Dps3cdrom.c138 return EIO;
142 return EIO;
/freebsd-10.0-release/usr.sbin/mptutil/
H A Dmpt_cmd.c366 return (EIO);
394 errno = EIO;
414 errno = EIO;
443 errno = EIO;
463 errno = EIO;
490 return (EIO);
528 return (EIO);
538 return (EIO);
H A Dmpt_cam.c107 return (EIO);
181 return (EIO);
197 return (EIO);
202 return (EIO);
261 return (EIO);
293 return (EIO);
382 return (EIO);
446 return (EIO);
458 return (EIO);
476 return (EIO);
[all...]
/freebsd-10.0-release/sys/dev/sfxge/common/
H A Defx_mcdi.c187 return (EIO);
202 EFSYS_ASSERT(rc == EIO || rc == EINTR);
206 * then the EIO is not worthy of an exception.
208 if (emrp != NULL && emrp->emr_cmd == MC_CMD_REBOOT && rc == EIO)
211 exception = (rc == EIO)
244 return (EIO);
303 rc = EIO;
313 rc = EIO;
353 if (rc == EIO || rc == EINTR)
465 if (rc == EIO || r
[all...]
/freebsd-10.0-release/contrib/amd/amd/
H A Dinfo_nis.c105 return EIO;
273 return EIO;
298 return EIO;
318 return EIO;

Completed in 124 milliseconds

1234567891011>>