/titanic_50/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_susp_subr.c | 386 error = geterror(secbp); in hs_check_root_dirent() 495 error = geterror(secbp); in get_cont_area() 533 error = geterror(secbp); in get_cont_area()
|
H A D | hsfs_vfsops.c | 536 error = geterror(bp); in compute_cdrom_id() 1012 error = geterror(secbp); in hs_findhsvol() 1052 error = geterror(secbp); in hs_findhsvol() 1146 error = geterror(secbp); in hs_findisovol() 1211 error = geterror(secbp); in hs_findisovol() 1226 error = geterror(secbp); in hs_findisovol()
|
H A D | hsfs_node.c | 732 error = geterror(secbp); in hs_remakenode() 1417 error = geterror(secbp); in hs_filldirent()
|
/titanic_50/usr/src/uts/common/fs/pcfs/ |
H A D | pc_dir.c | 339 error = geterror(bp); in pc_makedirentry() 356 error = geterror(bp); in pc_makedirentry() 373 error = geterror(bp); in pc_makedirentry() 453 error = geterror(slot.sl_bp); in pc_dirremove() 756 error = geterror(slot.sl_bp); in pc_rename() 802 error = geterror(bp); in pc_rename() 875 error = geterror(bp); in pc_dirfixdotdot() 1216 error = geterror(bp); in pc_remove_long_fn() 1243 error = geterror(bp); in pc_remove_long_fn()
|
H A D | pc_vfsops.c | 1082 error = geterror(bp); in pc_syncfat() 1091 error = geterror(bp); in pc_syncfat() 1208 error = geterror(bp); in pcfs_vget() 1345 error = geterror(bp); in pc_writefat() 2483 if (error = geterror(bp)) in pc_getfattype() 2505 if (error = geterror(bp)) in pc_getfattype()
|
H A D | pc_alloc.c | 484 error = geterror(bp); in pc_alloccluster()
|
H A D | pc_node.c | 557 error = geterror(bp); in pc_nodeupdate()
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_bmap.c | 660 err = geterror(bp); in bmap_write() 699 err = geterror(bp); in bmap_write() 789 err = geterror(nbp); in bmap_write() 849 err = geterror(bp); in bmap_write() 889 err = geterror(bp); in bmap_write() 1398 err = geterror(bp); in bmap_set_bn()
|
H A D | ufs_snap.c | 304 if ((error = geterror(cgbp)) != 0) { in ufs_snap_find_candidates()
|
H A D | ufs_filio.c | 465 geterror(ufsvfsp->vfs_bufp)) { in ufs_fioffs()
|
H A D | ufs_subr.c | 1290 error = geterror(bp); in ufs_construct_si() 1426 error = geterror(bp); in ufs_putsummaryinfo()
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | fdbuffer.c | 474 fdb->fd_len, fdb->fd_state, geterror(bp))); in fdb_iodone() 487 if (error = geterror(bp)) { in fdb_iodone()
|
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 996 if ((error = geterror(secbp)) != 0) { in ud_validate_and_fill_superblock() 1024 if ((error = geterror(secbp)) != 0) { in ud_validate_and_fill_superblock() 1032 if ((error = geterror(secbp)) != 0) { in ud_validate_and_fill_superblock() 1390 if ((error = geterror(secbp)) != 0) { in ud_validate_and_fill_superblock() 1445 if ((error = geterror(secbp)) != 0) { in ud_validate_and_fill_superblock() 1882 if (geterror(bp) != 0) { in ud_get_lbsize()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | vdev_file.c | 156 zio->io_error = (geterror(bp) != 0 ? EIO : 0); in vdev_file_io_intr()
|
H A D | vdev_disk.c | 687 zio->io_error = (geterror(bp) != 0 ? EIO : 0); in vdev_disk_io_intr()
|
/titanic_50/usr/src/uts/common/io/blkdev/ |
H A D | blkdev.c | 1099 rv = geterror(bp); in bd_dump() 1461 rv = geterror(bp); in bd_tg_rdwr() 1469 rv = geterror(bp); in bd_tg_rdwr() 1707 (*dc->dkc_callback)(dc->dkc_cookie, geterror(bp)); in bd_flush_write_cache_done() 1732 rv = geterror(bp); in bd_flush_write_cache() 1752 rv = geterror(bp); in bd_flush_write_cache()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | buf.h | 356 int geterror(struct buf *);
|
/titanic_50/usr/src/uts/intel/io/dktp/dcdev/ |
H A D | dadk.c | 704 while (geterror(bp) == 0 && pktp->cp_byteleft != 0) { in dadk_dump() 990 (*dkc->dkc_callback)(dkc->dkc_cookie, geterror(bp)); in dadk_flushdone() 1281 if (geterror(bp) == 0) { in dadk_ioretry() 1552 if (geterror(bp) == 0 && pktp->cp_byteleft != 0) { in dadk_iodone()
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | ses.c | 1025 if (geterror(bp) == 0) in ses_start() 1027 err = geterror(bp); in ses_start()
|
/titanic_50/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 689 extern int geterror(buf_t *);
|
/titanic_50/usr/src/uts/common/io/ |
H A D | fssnap.c | 855 error = geterror(snapbuf); in snap_getchunk() 1597 if ((error = geterror(oldbp)) != 0) { in fssnap_translate()
|
/titanic_50/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 1142 geterror(struct buf *bp) in geterror() function
|
/titanic_50/usr/src/uts/common/os/ |
H A D | bio.c | 1232 error = geterror(bp); in biowait() 1290 geterror(struct buf *bp) in geterror() function
|
/titanic_50/usr/src/uts/sun/io/dada/targets/ |
H A D | dad.c | 2972 geterror(bp)); in dcddump() 2981 "retrying\n", geterror(bp)); in dcddump() 2988 "giving up.\n", geterror(bp)); in dcddump() 3514 (*dkc->dkc_callback)(dkc->dkc_cookie, geterror(bp)); in dcdflushdone()
|
/titanic_50/usr/src/uts/i86pc/i86hvm/io/ |
H A D | xdf_shell.c | 306 bioerror(bp_orig, geterror(bp)); in xdfs_iodone()
|